Etelis commited on
Commit
4e3426e
·
1 Parent(s): e7fce0f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: CR_DistilBERT_5E
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
+ # CR_DistilBERT_5E
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3663
20
+ - Accuracy: 0.9
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: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.6345 | 0.33 | 50 | 0.5656 | 0.66 |
52
+ | 0.4704 | 0.66 | 100 | 0.3705 | 0.82 |
53
+ | 0.3428 | 0.99 | 150 | 0.3186 | 0.8867 |
54
+ | 0.2272 | 1.32 | 200 | 0.2871 | 0.9 |
55
+ | 0.259 | 1.66 | 250 | 0.2975 | 0.8867 |
56
+ | 0.2583 | 1.99 | 300 | 0.3125 | 0.8867 |
57
+ | 0.1713 | 2.32 | 350 | 0.3146 | 0.8867 |
58
+ | 0.181 | 2.65 | 400 | 0.3602 | 0.8867 |
59
+ | 0.1868 | 2.98 | 450 | 0.3319 | 0.8933 |
60
+ | 0.1521 | 3.31 | 500 | 0.3413 | 0.8867 |
61
+ | 0.1153 | 3.64 | 550 | 0.3868 | 0.88 |
62
+ | 0.1238 | 3.97 | 600 | 0.3686 | 0.8867 |
63
+ | 0.1104 | 4.3 | 650 | 0.3674 | 0.8867 |
64
+ | 0.0881 | 4.64 | 700 | 0.3750 | 0.8867 |
65
+ | 0.1247 | 4.97 | 750 | 0.3663 | 0.9 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.24.0
71
+ - Pytorch 1.13.0
72
+ - Datasets 2.3.2
73
+ - Tokenizers 0.13.1