muhammadravi251001 commited on
Commit
2ee7607
1 Parent(s): 33cd143

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: fine-tuned-NLI-indonli-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-indonli-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.4642
21
+ - Accuracy: 0.8521
22
+ - F1: 0.8520
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: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
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.0772 | 0.5 | 40 | 1.0981 | 0.3473 | 0.1940 |
56
+ | 1.1047 | 0.99 | 80 | 1.0967 | 0.3878 | 0.2972 |
57
+ | 1.1123 | 1.5 | 120 | 0.7637 | 0.7128 | 0.7099 |
58
+ | 0.8279 | 1.99 | 160 | 0.5739 | 0.7870 | 0.7848 |
59
+ | 0.5873 | 2.5 | 200 | 0.5059 | 0.8229 | 0.8232 |
60
+ | 0.5873 | 2.99 | 240 | 0.5047 | 0.8234 | 0.8258 |
61
+ | 0.5418 | 3.5 | 280 | 0.4696 | 0.8380 | 0.8381 |
62
+ | 0.4472 | 3.99 | 320 | 0.4415 | 0.8457 | 0.8458 |
63
+ | 0.4041 | 4.5 | 360 | 0.4622 | 0.8521 | 0.8522 |
64
+ | 0.3767 | 4.99 | 400 | 0.4435 | 0.8489 | 0.8498 |
65
+ | 0.3767 | 5.5 | 440 | 0.4731 | 0.8498 | 0.8503 |
66
+ | 0.3307 | 5.99 | 480 | 0.4642 | 0.8521 | 0.8520 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.26.1
72
+ - Pytorch 2.0.1+cu117
73
+ - Datasets 2.2.0
74
+ - Tokenizers 0.13.3