End of training
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: FacebookAI/xlm-roberta-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: xlm-roberta-large-finetuned-ner-harem
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# xlm-roberta-large-finetuned-ner-harem
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1622
|
24 |
+
- Precision: 0.8344
|
25 |
+
- Recall: 0.8412
|
26 |
+
- F1: 0.8378
|
27 |
+
- Accuracy: 0.9745
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 4
|
48 |
+
- eval_batch_size: 4
|
49 |
+
- seed: 42
|
50 |
+
- gradient_accumulation_steps: 8
|
51 |
+
- total_train_batch_size: 32
|
52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
+
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 10
|
55 |
+
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
60 |
+
| No log | 0.9938 | 140 | 0.1806 | 0.6310 | 0.6557 | 0.6431 | 0.9533 |
|
61 |
+
| No log | 1.9947 | 281 | 0.1334 | 0.7314 | 0.7691 | 0.7497 | 0.9642 |
|
62 |
+
| No log | 2.9956 | 422 | 0.1332 | 0.7751 | 0.8103 | 0.7923 | 0.9712 |
|
63 |
+
| 0.2049 | 3.9965 | 563 | 0.1133 | 0.7948 | 0.8144 | 0.8045 | 0.9706 |
|
64 |
+
| 0.2049 | 4.9973 | 704 | 0.1215 | 0.814 | 0.8392 | 0.8264 | 0.9748 |
|
65 |
+
| 0.2049 | 5.9982 | 845 | 0.1274 | 0.8097 | 0.8247 | 0.8172 | 0.9726 |
|
66 |
+
| 0.2049 | 6.9991 | 986 | 0.1725 | 0.8079 | 0.8062 | 0.8070 | 0.9687 |
|
67 |
+
| 0.0307 | 8.0 | 1127 | 0.1647 | 0.8396 | 0.8309 | 0.8352 | 0.9736 |
|
68 |
+
| 0.0307 | 8.9938 | 1267 | 0.1678 | 0.8420 | 0.8351 | 0.8385 | 0.9726 |
|
69 |
+
| 0.0307 | 9.9379 | 1400 | 0.1622 | 0.8344 | 0.8412 | 0.8378 | 0.9745 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.41.1
|
75 |
+
- Pytorch 2.1.2
|
76 |
+
- Datasets 2.19.1
|
77 |
+
- 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 2235497956
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa13242cc38db484ca63bde5a2263a4709aa5e64e216ce0dee07299c5b41f9b6
|
3 |
size 2235497956
|
runs/Nov26_02-03-03_3e774a171efa/events.out.tfevents.1732586612.3e774a171efa.34.0
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:03e3016927c7de3fa763c299b005ebabee8f75b0dc307ba403543052220cecf8
|
3 |
+
size 11196
|
runs/Nov26_02-03-03_3e774a171efa/events.out.tfevents.1732593647.3e774a171efa.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20336977b2d0dd604abf0d19345ae1644e8df8d629a6dd13744e94f2cc6fbd1
|
3 |
+
size 560
|