mrm8488 commited on
Commit
43dfa96
1 Parent(s): 474b6aa

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: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: roberta-base-finetuned-OIG-mod-2
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
+ # roberta-base-finetuned-OIG-mod-2
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: 0.4275
20
+ - F1: 0.8487
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: 32
41
+ - eval_batch_size: 32
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
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
52
+ | 0.7205 | 0.36 | 5000 | 0.6986 | 0.7007 |
53
+ | 0.6821 | 0.71 | 10000 | 0.6765 | 0.6998 |
54
+ | 0.6114 | 1.07 | 15000 | 0.6385 | 0.7281 |
55
+ | 0.5854 | 1.42 | 20000 | 0.6077 | 0.7404 |
56
+ | 0.5726 | 1.78 | 25000 | 0.5842 | 0.7572 |
57
+ | 0.4938 | 2.13 | 30000 | 0.5740 | 0.7722 |
58
+ | 0.4752 | 2.49 | 35000 | 0.5379 | 0.7847 |
59
+ | 0.473 | 2.84 | 40000 | 0.5139 | 0.7976 |
60
+ | 0.4042 | 3.2 | 45000 | 0.4977 | 0.8106 |
61
+ | 0.3909 | 3.55 | 50000 | 0.4783 | 0.8199 |
62
+ | 0.3779 | 3.91 | 55000 | 0.4507 | 0.8352 |
63
+ | 0.3341 | 4.26 | 60000 | 0.4542 | 0.8365 |
64
+ | 0.3202 | 4.62 | 65000 | 0.4333 | 0.8465 |
65
+ | 0.3101 | 4.97 | 70000 | 0.4275 | 0.8487 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 1.13.1+cu116
72
+ - Datasets 2.10.1
73
+ - Tokenizers 0.13.2