alexbeta80
commited on
Commit
•
0c9b390
1
Parent(s):
e0b6720
End of training
Browse files- README.md +19 -12
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,21 +44,28 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
-
- train_batch_size:
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1297
|
25 |
+
- Precision: 0.9233
|
26 |
+
- Recall: 0.9608
|
27 |
+
- F1: 0.9416
|
28 |
+
- Accuracy: 0.9764
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 0.0002
|
48 |
+
- train_batch_size: 8
|
49 |
+
- eval_batch_size: 8
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.2578 | 1.0 | 1167 | 0.1724 | 0.8145 | 0.8758 | 0.8440 | 0.9436 |
|
60 |
+
| 0.1792 | 2.0 | 2334 | 0.1305 | 0.8636 | 0.9089 | 0.8857 | 0.9603 |
|
61 |
+
| 0.1224 | 3.0 | 3501 | 0.1390 | 0.8714 | 0.9398 | 0.9043 | 0.9617 |
|
62 |
+
| 0.0894 | 4.0 | 4668 | 0.1201 | 0.8856 | 0.9444 | 0.9140 | 0.9646 |
|
63 |
+
| 0.0731 | 5.0 | 5835 | 0.1264 | 0.8848 | 0.9497 | 0.9161 | 0.9696 |
|
64 |
+
| 0.0597 | 6.0 | 7002 | 0.1247 | 0.9231 | 0.9516 | 0.9371 | 0.9751 |
|
65 |
+
| 0.044 | 7.0 | 8169 | 0.1141 | 0.9177 | 0.9468 | 0.9320 | 0.9749 |
|
66 |
+
| 0.0373 | 8.0 | 9336 | 0.1235 | 0.9126 | 0.9597 | 0.9355 | 0.9739 |
|
67 |
+
| 0.024 | 9.0 | 10503 | 0.1286 | 0.9226 | 0.9578 | 0.9399 | 0.9762 |
|
68 |
+
| 0.0209 | 10.0 | 11670 | 0.1297 | 0.9233 | 0.9608 | 0.9416 | 0.9764 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "FacebookAI/xlm-roberta-large",
|
5 |
-
"bias": "
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
@@ -10,7 +10,7 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -19,7 +19,7 @@
|
|
19 |
"score"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
-
"r":
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "FacebookAI/xlm-roberta-large",
|
5 |
+
"bias": "all",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 128,
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
|
|
19 |
"score"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
+
"r": 64,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad0cde9018a9f0fa9431684cd13d379075425548f6ac72332cedf95cab66822
|
3 |
+
size 26378372
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
"content": "<s>",
|
|
|
1 |
{
|
2 |
+
"add_prefix_space": true,
|
3 |
"added_tokens_decoder": {
|
4 |
"0": {
|
5 |
"content": "<s>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902e66f1890b1420baee10b95c917fc78534b08f79fbd9a12a6b1693a427ed45
|
3 |
size 5176
|