lewtun HF staff commited on
Commit
3ae2b7c
1 Parent(s): 365a95b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: distilbert-base-uncased__subj__train-8-0
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
+ # distilbert-base-uncased__subj__train-8-0
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4440
20
+ - Accuracy: 0.789
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: 2e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 50
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.7163 | 1.0 | 3 | 0.6868 | 0.5 |
53
+ | 0.6683 | 2.0 | 6 | 0.6804 | 0.75 |
54
+ | 0.6375 | 3.0 | 9 | 0.6702 | 0.75 |
55
+ | 0.5997 | 4.0 | 12 | 0.6686 | 0.75 |
56
+ | 0.5345 | 5.0 | 15 | 0.6720 | 0.75 |
57
+ | 0.4673 | 6.0 | 18 | 0.6646 | 0.75 |
58
+ | 0.4214 | 7.0 | 21 | 0.6494 | 0.75 |
59
+ | 0.3439 | 8.0 | 24 | 0.6313 | 0.75 |
60
+ | 0.3157 | 9.0 | 27 | 0.6052 | 0.75 |
61
+ | 0.2329 | 10.0 | 30 | 0.5908 | 0.75 |
62
+ | 0.1989 | 11.0 | 33 | 0.5768 | 0.75 |
63
+ | 0.1581 | 12.0 | 36 | 0.5727 | 0.75 |
64
+ | 0.1257 | 13.0 | 39 | 0.5678 | 0.75 |
65
+ | 0.1005 | 14.0 | 42 | 0.5518 | 0.75 |
66
+ | 0.0836 | 15.0 | 45 | 0.5411 | 0.75 |
67
+ | 0.0611 | 16.0 | 48 | 0.5320 | 0.75 |
68
+ | 0.0503 | 17.0 | 51 | 0.5299 | 0.75 |
69
+ | 0.0407 | 18.0 | 54 | 0.5368 | 0.75 |
70
+ | 0.0332 | 19.0 | 57 | 0.5455 | 0.75 |
71
+ | 0.0293 | 20.0 | 60 | 0.5525 | 0.75 |
72
+ | 0.0254 | 21.0 | 63 | 0.5560 | 0.75 |
73
+ | 0.0231 | 22.0 | 66 | 0.5569 | 0.75 |
74
+ | 0.0201 | 23.0 | 69 | 0.5572 | 0.75 |
75
+ | 0.0179 | 24.0 | 72 | 0.5575 | 0.75 |
76
+ | 0.0184 | 25.0 | 75 | 0.5547 | 0.75 |
77
+ | 0.0148 | 26.0 | 78 | 0.5493 | 0.75 |
78
+ | 0.0149 | 27.0 | 81 | 0.5473 | 0.75 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.15.0
84
+ - Pytorch 1.10.2+cu102
85
+ - Datasets 1.18.2
86
+ - Tokenizers 0.10.3