elopezlopez commited on
Commit
0f244e1
1 Parent(s): 8220a05

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_7_ternary_v1
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_7_ternary_v1
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.0462
20
+ - F1: 0.7836
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 | 291 | 0.5719 | 0.7490 |
52
+ | 0.5541 | 2.0 | 582 | 0.5563 | 0.7836 |
53
+ | 0.5541 | 3.0 | 873 | 0.7301 | 0.7849 |
54
+ | 0.2509 | 4.0 | 1164 | 0.8073 | 0.7926 |
55
+ | 0.2509 | 5.0 | 1455 | 1.0842 | 0.7823 |
56
+ | 0.1182 | 6.0 | 1746 | 1.1721 | 0.7900 |
57
+ | 0.0537 | 7.0 | 2037 | 1.4060 | 0.7785 |
58
+ | 0.0537 | 8.0 | 2328 | 1.4497 | 0.7836 |
59
+ | 0.0262 | 9.0 | 2619 | 1.4722 | 0.7708 |
60
+ | 0.0262 | 10.0 | 2910 | 1.6529 | 0.7772 |
61
+ | 0.0131 | 11.0 | 3201 | 1.6573 | 0.7862 |
62
+ | 0.0131 | 12.0 | 3492 | 1.6986 | 0.7823 |
63
+ | 0.0115 | 13.0 | 3783 | 1.7765 | 0.7810 |
64
+ | 0.0098 | 14.0 | 4074 | 1.8036 | 0.7862 |
65
+ | 0.0098 | 15.0 | 4365 | 1.7684 | 0.7926 |
66
+ | 0.0028 | 16.0 | 4656 | 1.8385 | 0.7836 |
67
+ | 0.0028 | 17.0 | 4947 | 1.7903 | 0.7887 |
68
+ | 0.0054 | 18.0 | 5238 | 1.9065 | 0.7810 |
69
+ | 0.0007 | 19.0 | 5529 | 1.9331 | 0.7875 |
70
+ | 0.0007 | 20.0 | 5820 | 1.9384 | 0.7849 |
71
+ | 0.0006 | 21.0 | 6111 | 1.8687 | 0.7887 |
72
+ | 0.0006 | 22.0 | 6402 | 2.0603 | 0.7785 |
73
+ | 0.0009 | 23.0 | 6693 | 2.0403 | 0.7836 |
74
+ | 0.0009 | 24.0 | 6984 | 2.0348 | 0.7810 |
75
+ | 0.0005 | 25.0 | 7275 | 2.0462 | 0.7836 |
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