jcr987 commited on
Commit
bd2bc40
1 Parent(s): 45b421e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +15 -38
README.md CHANGED
@@ -1,9 +1,8 @@
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - wikiann
7
  metrics:
8
  - precision
9
  - recall
@@ -11,29 +10,7 @@ metrics:
11
  - accuracy
12
  model-index:
13
  - name: camembert-finetuned-ner
14
- results:
15
- - task:
16
- name: Token Classification
17
- type: token-classification
18
- dataset:
19
- name: wikiann
20
- type: wikiann
21
- config: fr
22
- split: validation
23
- args: fr
24
- metrics:
25
- - name: Precision
26
- type: precision
27
- value: 0.8826469710534169
28
- - name: Recall
29
- type: recall
30
- value: 0.8992854971115841
31
- - name: F1
32
- type: f1
33
- value: 0.8908885542168675
34
- - name: Accuracy
35
- type: accuracy
36
- value: 0.9472222222222222
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # camembert-finetuned-ner
43
 
44
- This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the wikiann dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2199
47
- - Precision: 0.8826
48
- - Recall: 0.8993
49
- - F1: 0.8909
50
- - Accuracy: 0.9472
51
 
52
  ## Model description
53
 
@@ -78,14 +55,14 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.2955 | 1.0 | 2500 | 0.2667 | 0.8603 | 0.8784 | 0.8693 | 0.9369 |
82
- | 0.2089 | 2.0 | 5000 | 0.2269 | 0.8680 | 0.8953 | 0.8814 | 0.9443 |
83
- | 0.1617 | 3.0 | 7500 | 0.2199 | 0.8826 | 0.8993 | 0.8909 | 0.9472 |
84
 
85
 
86
  ### Framework versions
87
 
88
- - Transformers 4.30.1
89
- - Pytorch 2.0.1+cu118
90
- - Datasets 2.12.0
91
- - Tokenizers 0.13.3
 
1
  ---
2
  license: mit
3
+ base_model: camembert-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - precision
8
  - recall
 
10
  - accuracy
11
  model-index:
12
  - name: camembert-finetuned-ner
13
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # camembert-finetuned-ner
20
 
21
+ This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2215
24
+ - Precision: 0.8871
25
+ - Recall: 0.9019
26
+ - F1: 0.8944
27
+ - Accuracy: 0.9476
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2902 | 1.0 | 2500 | 0.2712 | 0.8608 | 0.8755 | 0.8681 | 0.9364 |
59
+ | 0.2127 | 2.0 | 5000 | 0.2221 | 0.8858 | 0.8934 | 0.8896 | 0.9437 |
60
+ | 0.1575 | 3.0 | 7500 | 0.2215 | 0.8871 | 0.9019 | 0.8944 | 0.9476 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.35.2
66
+ - Pytorch 2.1.0+cu121
67
+ - Datasets 2.16.1
68
+ - Tokenizers 0.15.1