hdty commited on
Commit
9183f4f
1 Parent(s): 790e29e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: camembert-ner-lr10e6
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # camembert-ner-lr10e6
14
+
15
+ This model is a fine-tuned version of [Jean-Baptiste/camembert-ner](https://huggingface.co/Jean-Baptiste/camembert-ner) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4541
18
+ - Overall Precision: 0.3799
19
+ - Overall Recall: 0.4559
20
+ - Overall F1: 0.4144
21
+ - Overall Accuracy: 0.9163
22
+ - Humanprod F1: 0.0
23
+ - Loc F1: 0.3266
24
+ - Org F1: 0.0323
25
+ - Per F1: 0.5821
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-06
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 2
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | Humanprod F1 | Loc F1 | Org F1 | Per F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------:|:--------------:|:----------:|:----------------:|:------------:|:------:|:------:|:------:|
56
+ | 0.9048 | 1.0 | 613 | 0.4945 | 0.3748 | 0.4036 | 0.3887 | 0.9151 | 0.0 | 0.3447 | 0.0318 | 0.5020 |
57
+ | 0.5001 | 2.0 | 1226 | 0.4541 | 0.3799 | 0.4559 | 0.4144 | 0.9163 | 0.0 | 0.3266 | 0.0323 | 0.5821 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.25.1
63
+ - Pytorch 1.7.1+cpu
64
+ - Datasets 2.7.1
65
+ - Tokenizers 0.13.2