alexbeta80
commited on
Commit
•
e0b6720
1
Parent(s):
7351758
End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
base_model: FacebookAI/xlm-roberta-large
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -14,6 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# xlm-roberta-large-finetuned-ner
|
15 |
|
16 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,9 +52,19 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 3
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
-
-
|
46 |
-
-
|
|
|
47 |
- Datasets 2.20.0
|
48 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
|
|
2 |
base_model: FacebookAI/xlm-roberta-large
|
3 |
+
library_name: peft
|
4 |
+
license: mit
|
5 |
+
metrics:
|
6 |
+
- precision
|
7 |
+
- recall
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
tags:
|
11 |
- generated_from_trainer
|
12 |
model-index:
|
|
|
20 |
# xlm-roberta-large-finetuned-ner
|
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.2867
|
25 |
+
- Precision: 0.6163
|
26 |
+
- Recall: 0.7379
|
27 |
+
- F1: 0.6716
|
28 |
+
- Accuracy: 0.8883
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
52 |
- lr_scheduler_type: linear
|
53 |
- num_epochs: 3
|
54 |
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.4493 | 1.0 | 4667 | 0.3927 | 0.5157 | 0.6138 | 0.5605 | 0.8482 |
|
60 |
+
| 0.3428 | 2.0 | 9334 | 0.3049 | 0.5957 | 0.7215 | 0.6526 | 0.8799 |
|
61 |
+
| 0.3306 | 3.0 | 14001 | 0.2867 | 0.6163 | 0.7379 | 0.6716 | 0.8883 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
+
- PEFT 0.11.1
|
67 |
+
- Transformers 4.42.3
|
68 |
+
- Pytorch 2.1.2
|
69 |
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "FacebookAI/xlm-roberta-large",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"classifier",
|
19 |
+
"score"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"query",
|
27 |
+
"value"
|
28 |
+
],
|
29 |
+
"task_type": "TOKEN_CLS",
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:526bff66eb2679a559b8a51b46b0081101899b535bf9ee714d9b183e2a7f74c9
|
3 |
+
size 3245876
|
runs/Jul12_07-39-34_ee30a6211a12/events.out.tfevents.1720770020.ee30a6211a12.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:714d459d86bcac0c72840cdc70d14b3c33b23d07da00571101686a3ca76b4fc4
|
3 |
+
size 5821
|
runs/Jul12_07-40-44_ee30a6211a12/events.out.tfevents.1720770055.ee30a6211a12.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90653cfbe4f9df9a0a25e990074502756058f984c64c43ab9d460b68bed96fdf
|
3 |
+
size 5818
|
training_args.bin
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:cf7ea53ac963056c404e9f7f98c9127d14267bdb2ef072d868736667034c0093
|
3 |
+
size 5176
|