elopezlopez commited on
Commit
490ec22
1 Parent(s): d52e530

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: tests
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
+ # tests
16
+
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.1404
20
+ - F1: 0.6865
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: 3e-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: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 65 | 1.4753 | 0.4919 |
52
+ | No log | 2.0 | 130 | 1.1757 | 0.5946 |
53
+ | No log | 3.0 | 195 | 1.0661 | 0.6486 |
54
+ | No log | 4.0 | 260 | 1.0779 | 0.6486 |
55
+ | No log | 5.0 | 325 | 1.1413 | 0.6649 |
56
+ | No log | 6.0 | 390 | 1.3360 | 0.6649 |
57
+ | No log | 7.0 | 455 | 1.5889 | 0.6676 |
58
+ | 0.6549 | 8.0 | 520 | 1.5863 | 0.6973 |
59
+ | 0.6549 | 9.0 | 585 | 1.7897 | 0.6757 |
60
+ | 0.6549 | 10.0 | 650 | 1.9574 | 0.6595 |
61
+ | 0.6549 | 11.0 | 715 | 2.0899 | 0.6595 |
62
+ | 0.6549 | 12.0 | 780 | 1.9543 | 0.6811 |
63
+ | 0.6549 | 13.0 | 845 | 2.0767 | 0.6892 |
64
+ | 0.6549 | 14.0 | 910 | 2.1330 | 0.6838 |
65
+ | 0.6549 | 15.0 | 975 | 2.1000 | 0.6865 |
66
+ | 0.0176 | 16.0 | 1040 | 2.1070 | 0.6865 |
67
+ | 0.0176 | 17.0 | 1105 | 2.1237 | 0.6838 |
68
+ | 0.0176 | 18.0 | 1170 | 2.1358 | 0.6811 |
69
+ | 0.0176 | 19.0 | 1235 | 2.1386 | 0.6838 |
70
+ | 0.0176 | 20.0 | 1300 | 2.1404 | 0.6865 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.25.1
76
+ - Pytorch 1.13.1+cu116
77
+ - Datasets 2.8.0
78
+ - Tokenizers 0.13.2