abdulmanaam
commited on
Commit
•
c2daf8c
1
Parent(s):
8046149
End of training
Browse files- README.md +79 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: FacebookAI/xlm-roberta-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: xlm-roberta-base-clickbait-task1-20-epoch-post_title
|
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 |
+
# xlm-roberta-base-clickbait-task1-20-epoch-post_title
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.6481
|
21 |
+
- Accuracy: 0.6875
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 20
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 200 | 0.8494 | 0.6675 |
|
53 |
+
| No log | 2.0 | 400 | 0.7488 | 0.6975 |
|
54 |
+
| 0.8603 | 3.0 | 600 | 0.7566 | 0.7025 |
|
55 |
+
| 0.8603 | 4.0 | 800 | 0.8778 | 0.7075 |
|
56 |
+
| 0.5018 | 5.0 | 1000 | 0.9345 | 0.7025 |
|
57 |
+
| 0.5018 | 6.0 | 1200 | 1.1088 | 0.695 |
|
58 |
+
| 0.5018 | 7.0 | 1400 | 1.4765 | 0.69 |
|
59 |
+
| 0.2227 | 8.0 | 1600 | 1.7443 | 0.6975 |
|
60 |
+
| 0.2227 | 9.0 | 1800 | 1.7676 | 0.6875 |
|
61 |
+
| 0.1063 | 10.0 | 2000 | 2.1244 | 0.675 |
|
62 |
+
| 0.1063 | 11.0 | 2200 | 2.2377 | 0.6925 |
|
63 |
+
| 0.1063 | 12.0 | 2400 | 2.3395 | 0.685 |
|
64 |
+
| 0.05 | 13.0 | 2600 | 2.4198 | 0.6925 |
|
65 |
+
| 0.05 | 14.0 | 2800 | 2.5012 | 0.6875 |
|
66 |
+
| 0.0218 | 15.0 | 3000 | 2.6027 | 0.675 |
|
67 |
+
| 0.0218 | 16.0 | 3200 | 2.5422 | 0.6925 |
|
68 |
+
| 0.0218 | 17.0 | 3400 | 2.6134 | 0.68 |
|
69 |
+
| 0.0138 | 18.0 | 3600 | 2.5818 | 0.69 |
|
70 |
+
| 0.0138 | 19.0 | 3800 | 2.6337 | 0.6825 |
|
71 |
+
| 0.0078 | 20.0 | 4000 | 2.6481 | 0.6875 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.44.0.dev0
|
77 |
+
- Pytorch 2.4.0+cu121
|
78 |
+
- Datasets 2.20.0
|
79 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112208084
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bb2945f477d9c8338a465d8bc4e605c976610c8c4dde3897720aa28434407ee
|
3 |
size 1112208084
|