zaina01 commited on
Commit
6f046c1
1 Parent(s): 878ff1a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - xtreme
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: xlm-roberta-base-finetuned-panx-ar
10
+ results:
11
+ - task:
12
+ name: Token Classification
13
+ type: token-classification
14
+ dataset:
15
+ name: xtreme
16
+ type: xtreme
17
+ args: PAN-X.ar
18
+ metrics:
19
+ - name: F1
20
+ type: f1
21
+ value: 0.8894684900606231
22
  ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # xlm-roberta-base-finetuned-panx-ar
28
+
29
+ This model is a fine-tuned version of [tner/xlm-roberta-base-panx-dataset-ar](https://huggingface.co/tner/xlm-roberta-base-panx-dataset-ar) on the xtreme dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 0.2237
32
+ - F1: 0.8895
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 5e-05
52
+ - train_batch_size: 24
53
+ - eval_batch_size: 24
54
+ - seed: 42
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: linear
57
+ - num_epochs: 3
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
62
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
63
+ | 0.234 | 1.0 | 525 | 0.2382 | 0.8587 |
64
+ | 0.1244 | 2.0 | 1050 | 0.2153 | 0.8844 |
65
+ | 0.0738 | 3.0 | 1575 | 0.2237 | 0.8895 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.16.2
71
+ - Pytorch 2.1.0+cu118
72
+ - Datasets 1.16.1
73
+ - Tokenizers 0.15.0