elopezlopez commited on
Commit
5be8e2b
·
1 Parent(s): 3199c70

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: distilbert-base-uncased_fold_1_ternary
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_fold_1_ternary
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: 2.0582
20
+ - F1: 0.7326
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: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 25
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 290 | 0.5524 | 0.6755 |
52
+ | 0.5648 | 2.0 | 580 | 0.5654 | 0.7124 |
53
+ | 0.5648 | 3.0 | 870 | 0.6547 | 0.6896 |
54
+ | 0.2712 | 4.0 | 1160 | 0.8916 | 0.7263 |
55
+ | 0.2712 | 5.0 | 1450 | 1.1187 | 0.7120 |
56
+ | 0.1147 | 6.0 | 1740 | 1.2778 | 0.7114 |
57
+ | 0.0476 | 7.0 | 2030 | 1.4441 | 0.7151 |
58
+ | 0.0476 | 8.0 | 2320 | 1.5535 | 0.7133 |
59
+ | 0.0187 | 9.0 | 2610 | 1.6439 | 0.7212 |
60
+ | 0.0187 | 10.0 | 2900 | 1.7261 | 0.7313 |
61
+ | 0.0138 | 11.0 | 3190 | 1.6806 | 0.7292 |
62
+ | 0.0138 | 12.0 | 3480 | 1.8425 | 0.7111 |
63
+ | 0.009 | 13.0 | 3770 | 1.9207 | 0.7213 |
64
+ | 0.0045 | 14.0 | 4060 | 1.8900 | 0.7202 |
65
+ | 0.0045 | 15.0 | 4350 | 1.9730 | 0.7216 |
66
+ | 0.0042 | 16.0 | 4640 | 2.0775 | 0.7041 |
67
+ | 0.0042 | 17.0 | 4930 | 2.0514 | 0.7106 |
68
+ | 0.0019 | 18.0 | 5220 | 2.0582 | 0.7326 |
69
+ | 0.0039 | 19.0 | 5510 | 2.1010 | 0.7081 |
70
+ | 0.0039 | 20.0 | 5800 | 2.0487 | 0.7273 |
71
+ | 0.0025 | 21.0 | 6090 | 2.0415 | 0.7254 |
72
+ | 0.0025 | 22.0 | 6380 | 2.0753 | 0.7157 |
73
+ | 0.0017 | 23.0 | 6670 | 2.0554 | 0.7246 |
74
+ | 0.0017 | 24.0 | 6960 | 2.0644 | 0.7290 |
75
+ | 0.0001 | 25.0 | 7250 | 2.0711 | 0.7310 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.21.0
81
+ - Pytorch 1.12.0+cu113
82
+ - Datasets 2.4.0
83
+ - Tokenizers 0.12.1