End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-multilingual-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: bert-base-multilingual-uncased-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 |
+
# bert-base-multilingual-uncased-finetuned-ner-harem
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1203
|
24 |
+
- Precision: 0.7859
|
25 |
+
- Recall: 0.8221
|
26 |
+
- F1: 0.8036
|
27 |
+
- Accuracy: 0.9743
|
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: 32
|
48 |
+
- eval_batch_size: 32
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 141 | 0.1591 | 0.6755 | 0.6258 | 0.6497 | 0.9589 |
|
59 |
+
| No log | 2.0 | 282 | 0.1048 | 0.7171 | 0.7699 | 0.7426 | 0.9700 |
|
60 |
+
| No log | 3.0 | 423 | 0.1036 | 0.7407 | 0.7975 | 0.7681 | 0.9692 |
|
61 |
+
| 0.1273 | 4.0 | 564 | 0.1028 | 0.7713 | 0.8067 | 0.7886 | 0.9724 |
|
62 |
+
| 0.1273 | 5.0 | 705 | 0.1029 | 0.8102 | 0.8252 | 0.8176 | 0.9743 |
|
63 |
+
| 0.1273 | 6.0 | 846 | 0.1067 | 0.7635 | 0.8221 | 0.7917 | 0.9731 |
|
64 |
+
| 0.1273 | 7.0 | 987 | 0.1140 | 0.7794 | 0.8344 | 0.8059 | 0.9729 |
|
65 |
+
| 0.0197 | 8.0 | 1128 | 0.1214 | 0.7872 | 0.8282 | 0.8072 | 0.9736 |
|
66 |
+
| 0.0197 | 9.0 | 1269 | 0.1201 | 0.7946 | 0.8190 | 0.8066 | 0.9741 |
|
67 |
+
| 0.0197 | 10.0 | 1410 | 0.1203 | 0.7859 | 0.8221 | 0.8036 | 0.9743 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.41.1
|
73 |
+
- Pytorch 2.1.2
|
74 |
+
- Datasets 2.19.1
|
75 |
+
- 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 667120492
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e80bba1b830224bc18d544a8c7cf543e82d7b91ffa271aa9e8bff03bbefcd772
|
3 |
size 667120492
|
runs/Jun08_23-42-33_15ba3d467681/events.out.tfevents.1717890167.15ba3d467681.35.2
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:0ffa1489d3f7c595e60000b137cfe69574c786d170488ec10c1bbc438f6cdafc
|
3 |
+
size 11071
|
runs/Jun08_23-42-33_15ba3d467681/events.out.tfevents.1717890805.15ba3d467681.35.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f9aaa604ba48e3f8773fc53e6d9ea380a68309dee4e562c3c5fd008009dc825
|
3 |
+
size 560
|