KanWasTaken commited on
Commit
f452d5f
·
verified ·
1 Parent(s): d4a63b8

Model save

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: ATE
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # ATE
16
+
17
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2578
20
+ - F1-score: 0.8064
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1-score |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.2899 | 1.0 | 226 | 0.2203 | 0.6838 |
52
+ | 0.1197 | 2.0 | 452 | 0.1892 | 0.7766 |
53
+ | 0.0694 | 3.0 | 678 | 0.1919 | 0.7961 |
54
+ | 0.0459 | 4.0 | 904 | 0.2223 | 0.8008 |
55
+ | 0.0389 | 5.0 | 1130 | 0.2283 | 0.8090 |
56
+ | 0.0268 | 6.0 | 1356 | 0.2374 | 0.8095 |
57
+ | 0.0225 | 7.0 | 1582 | 0.2458 | 0.8084 |
58
+ | 0.0194 | 8.0 | 1808 | 0.2557 | 0.8094 |
59
+ | 0.017 | 9.0 | 2034 | 0.2588 | 0.8106 |
60
+ | 0.0163 | 10.0 | 2260 | 0.2578 | 0.8064 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.47.0
66
+ - Pytorch 2.5.1+cu121
67
+ - Datasets 3.2.0
68
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b213ff41d7c20acc9bf7de563f88a1d1e75dcb61be0879c2db106332291a311b
3
  size 265473092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba3addfa38cf1703a47fc35fcf1f074396ba73756a1dd0dc060700fca5bf2c3
3
  size 265473092