evangeliazve commited on
Commit
e83b1ac
1 Parent(s): 763ede4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: camembert-base-articles-ner-backup
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # camembert-base-articles-ner-backup
16
+
17
+ This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.6701
20
+ - F1: 0.8723
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 1.9205 | 1.0 | 6 | 1.7426 | 0.0 |
52
+ | 1.6476 | 2.0 | 12 | 1.5415 | 0.0 |
53
+ | 1.4607 | 3.0 | 18 | 1.3944 | 0.0635 |
54
+ | 1.3299 | 4.0 | 24 | 1.2587 | 0.4848 |
55
+ | 1.1973 | 5.0 | 30 | 1.1287 | 0.6207 |
56
+ | 1.0707 | 6.0 | 36 | 1.0110 | 0.8043 |
57
+ | 0.972 | 7.0 | 42 | 0.9266 | 0.8696 |
58
+ | 0.8877 | 8.0 | 48 | 0.8632 | 0.8602 |
59
+ | 0.8231 | 9.0 | 54 | 0.8279 | 0.8511 |
60
+ | 0.7723 | 10.0 | 60 | 0.8001 | 0.8511 |
61
+ | 0.7309 | 11.0 | 66 | 0.7617 | 0.8602 |
62
+ | 0.6902 | 12.0 | 72 | 0.7364 | 0.8602 |
63
+ | 0.6601 | 13.0 | 78 | 0.7104 | 0.8723 |
64
+ | 0.6306 | 14.0 | 84 | 0.7062 | 0.8723 |
65
+ | 0.6127 | 15.0 | 90 | 0.6896 | 0.8602 |
66
+ | 0.605 | 16.0 | 96 | 0.6743 | 0.8723 |
67
+ | 0.5892 | 17.0 | 102 | 0.6801 | 0.8723 |
68
+ | 0.5843 | 18.0 | 108 | 0.6797 | 0.8723 |
69
+ | 0.5731 | 19.0 | 114 | 0.6731 | 0.8723 |
70
+ | 0.5707 | 20.0 | 120 | 0.6701 | 0.8723 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.24.0
76
+ - Pytorch 1.13.0+cu117
77
+ - Datasets 2.7.0
78
+ - Tokenizers 0.13.2