Amir13 commited on
Commit
539bc89
1 Parent(s): 298d144

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: resume
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
+ # resume
16
+
17
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0166
20
+ - F1: 1.0
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: 5e-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: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 3.0448 | 1.0 | 49 | 2.7245 | 0.1290 |
52
+ | 2.2276 | 2.0 | 98 | 1.7165 | 0.4683 |
53
+ | 1.116 | 3.0 | 147 | 0.8720 | 0.8333 |
54
+ | 0.5606 | 4.0 | 196 | 0.3686 | 1.0 |
55
+ | 0.2374 | 5.0 | 245 | 0.1431 | 1.0 |
56
+ | 0.1084 | 6.0 | 294 | 0.0612 | 1.0 |
57
+ | 0.0598 | 7.0 | 343 | 0.0328 | 1.0 |
58
+ | 0.0386 | 8.0 | 392 | 0.0216 | 1.0 |
59
+ | 0.0276 | 9.0 | 441 | 0.0175 | 1.0 |
60
+ | 0.0271 | 10.0 | 490 | 0.0166 | 1.0 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.30.0.dev0
66
+ - Pytorch 2.0.1+cu118
67
+ - Datasets 2.12.0
68
+ - Tokenizers 0.13.3