Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: birdi-finetuned-ner-address
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,12 +20,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
# birdi-finetuned-ner-address
|
19 |
|
20 |
This model is a fine-tuned version of [camembert/camembert-base](https://huggingface.co/camembert/camembert-base) on the None dataset.
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.0000
|
23 |
-
- Precision: 1.0
|
24 |
-
- Recall: 1.0
|
25 |
-
- F1: 1.0
|
26 |
-
- Accuracy: 1.0
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -50,18 +46,10 @@ The following hyperparameters were used during training:
|
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 3
|
52 |
|
53 |
-
### Training results
|
54 |
-
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
-
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| 0.0013 | 1.0 | 7543 | 0.0003 | 0.9998 | 0.9999 | 0.9998 | 1.0000 |
|
58 |
-
| 0.0 | 2.0 | 15086 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
|
59 |
-
| 0.0 | 3.0 | 22629 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
|
60 |
-
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.33.0.dev0
|
65 |
- Pytorch 2.0.1+cu118
|
66 |
- Datasets 2.14.4
|
67 |
-
- Tokenizers 0.13.3
|
|
|
10 |
model-index:
|
11 |
- name: birdi-finetuned-ner-address
|
12 |
results: []
|
13 |
+
language:
|
14 |
+
- fr
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
# birdi-finetuned-ner-address
|
21 |
|
22 |
This model is a fine-tuned version of [camembert/camembert-base](https://huggingface.co/camembert/camembert-base) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 3
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.33.0.dev0
|
53 |
- Pytorch 2.0.1+cu118
|
54 |
- Datasets 2.14.4
|
55 |
+
- Tokenizers 0.13.3
|