End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: bert-base-multilingual-cased
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
- f1
|
| 11 |
+
model-index:
|
| 12 |
+
- name: bert-base-multilingual-cased-finetuned-ner
|
| 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-cased-finetuned-ner
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2939
|
| 24 |
+
- Accuracy: 0.4501
|
| 25 |
+
- Precision: 0.5440
|
| 26 |
+
- Recall: 0.6659
|
| 27 |
+
- F1: 0.4954
|
| 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: 16
|
| 48 |
+
- eval_batch_size: 16
|
| 49 |
+
- seed: 42
|
| 50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
+
- lr_scheduler_type: linear
|
| 52 |
+
- num_epochs: 15
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 58 |
+
| No log | 1.0 | 50 | 0.5390 | 0.3903 | 0.5183 | 0.4448 | 0.3118 |
|
| 59 |
+
| No log | 2.0 | 100 | 0.4150 | 0.4152 | 0.5575 | 0.5062 | 0.3632 |
|
| 60 |
+
| No log | 3.0 | 150 | 0.3530 | 0.4289 | 0.5842 | 0.5557 | 0.3945 |
|
| 61 |
+
| No log | 4.0 | 200 | 0.3272 | 0.4348 | 0.5319 | 0.5761 | 0.4145 |
|
| 62 |
+
| No log | 5.0 | 250 | 0.3047 | 0.4401 | 0.5175 | 0.6018 | 0.4284 |
|
| 63 |
+
| No log | 6.0 | 300 | 0.2964 | 0.4422 | 0.5224 | 0.6224 | 0.4600 |
|
| 64 |
+
| No log | 7.0 | 350 | 0.2927 | 0.4445 | 0.5391 | 0.6302 | 0.4691 |
|
| 65 |
+
| No log | 8.0 | 400 | 0.2896 | 0.4457 | 0.5295 | 0.6335 | 0.4668 |
|
| 66 |
+
| No log | 9.0 | 450 | 0.2810 | 0.4482 | 0.5360 | 0.6535 | 0.4846 |
|
| 67 |
+
| 0.324 | 10.0 | 500 | 0.2852 | 0.4486 | 0.5383 | 0.6554 | 0.4847 |
|
| 68 |
+
| 0.324 | 11.0 | 550 | 0.2949 | 0.4482 | 0.5372 | 0.6560 | 0.4858 |
|
| 69 |
+
| 0.324 | 12.0 | 600 | 0.2938 | 0.4494 | 0.5437 | 0.6603 | 0.4917 |
|
| 70 |
+
| 0.324 | 13.0 | 650 | 0.2906 | 0.4503 | 0.5437 | 0.6664 | 0.4952 |
|
| 71 |
+
| 0.324 | 14.0 | 700 | 0.2963 | 0.4499 | 0.5466 | 0.6641 | 0.4957 |
|
| 72 |
+
| 0.324 | 15.0 | 750 | 0.2939 | 0.4501 | 0.5440 | 0.6659 | 0.4954 |
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
### Framework versions
|
| 76 |
+
|
| 77 |
+
- Transformers 4.40.2
|
| 78 |
+
- Pytorch 2.2.1+cu121
|
| 79 |
+
- Datasets 2.19.1
|
| 80 |
+
- 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 709096284
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e84736a4b4795fed1dff60b37bae57a431f53da0f3062895187e22473aa8f528
|
| 3 |
size 709096284
|
runs/May16_09-50-56_5bc2459b401d/events.out.tfevents.1715853078.5bc2459b401d.2675.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:4dd73d350bd456993e2f8ee537e003a3d4a57e15013ad4f70516660f64294932
|
| 3 |
+
size 12843
|
runs/May16_09-50-56_5bc2459b401d/events.out.tfevents.1715854387.5bc2459b401d.2675.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c50463844806003073bacf0b6c07235b2edd19da8fb5d4f239bb8eb1586f17b
|
| 3 |
+
size 560
|