cartesinus
commited on
Commit
•
db14b4f
1
Parent(s):
3ae1e6c
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: fedcsis-intent_baseline-xlm_r-en
|
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 |
+
# fedcsis-intent_baseline-xlm_r-en
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4811
|
21 |
+
- Accuracy: 0.9040
|
22 |
+
- F1: 0.9040
|
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: 2e-05
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 3.4583 | 1.0 | 814 | 1.7712 | 0.6193 | 0.6193 |
|
54 |
+
| 1.3828 | 2.0 | 1628 | 0.9693 | 0.8073 | 0.8073 |
|
55 |
+
| 0.9585 | 3.0 | 2442 | 0.5830 | 0.8893 | 0.8893 |
|
56 |
+
| 0.502 | 4.0 | 3256 | 0.3813 | 0.9295 | 0.9295 |
|
57 |
+
| 0.2907 | 5.0 | 4070 | 0.2699 | 0.9485 | 0.9485 |
|
58 |
+
| 0.2267 | 6.0 | 4884 | 0.2059 | 0.9615 | 0.9615 |
|
59 |
+
| 0.1437 | 7.0 | 5698 | 0.1648 | 0.9700 | 0.9700 |
|
60 |
+
| 0.0998 | 8.0 | 6512 | 0.1422 | 0.9741 | 0.9741 |
|
61 |
+
| 0.0856 | 9.0 | 7326 | 0.1334 | 0.9758 | 0.9758 |
|
62 |
+
| 0.0748 | 10.0 | 8140 | 0.1286 | 0.9772 | 0.9772 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.27.0
|
68 |
+
- Pytorch 1.13.1+cu116
|
69 |
+
- Datasets 2.10.1
|
70 |
+
- Tokenizers 0.13.2
|