muhammadravi251001 commited on
Commit
aedcef2
1 Parent(s): 4cb06dd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: fine-tuned-NLI-idk-mrc-nli-drop-with-xlm-roberta-large
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # fine-tuned-NLI-idk-mrc-nli-drop-with-xlm-roberta-large
17
+
18
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0842
21
+ - Accuracy: 0.9791
22
+ - F1: 0.9791
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 16
46
+ - total_train_batch_size: 128
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 1.252 | 0.5 | 39 | 0.6815 | 0.5288 | 0.3962 |
56
+ | 0.727 | 1.0 | 78 | 0.1220 | 0.9647 | 0.9646 |
57
+ | 0.2545 | 1.5 | 117 | 0.0908 | 0.9751 | 0.9751 |
58
+ | 0.1242 | 2.0 | 156 | 0.0785 | 0.9791 | 0.9791 |
59
+ | 0.1242 | 2.5 | 195 | 0.0773 | 0.9699 | 0.9699 |
60
+ | 0.0866 | 3.0 | 234 | 0.0718 | 0.9817 | 0.9817 |
61
+ | 0.0636 | 3.5 | 273 | 0.0827 | 0.9699 | 0.9699 |
62
+ | 0.0467 | 4.0 | 312 | 0.0658 | 0.9777 | 0.9777 |
63
+ | 0.0426 | 4.5 | 351 | 0.0842 | 0.9791 | 0.9791 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.1
69
+ - Pytorch 1.13.1+cu117
70
+ - Datasets 2.2.0
71
+ - Tokenizers 0.13.2