fgiauna commited on
Commit
84801e2
1 Parent(s): d968ac2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: peft-adapter-jul
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
+ # peft-adapter-jul
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.0858
18
+ - Loc: {'precision': 0.6808510638297872, 'recall': 0.7407407407407407, 'f1': 0.7095343680709535, 'number': 216}
19
+ - Misc: {'precision': 0.5416666666666666, 'recall': 0.325, 'f1': 0.40624999999999994, 'number': 40}
20
+ - Org: {'precision': 0.75, 'recall': 0.81, 'f1': 0.7788461538461539, 'number': 200}
21
+ - Per: {'precision': 0.7989130434782609, 'recall': 0.75, 'f1': 0.7736842105263159, 'number': 196}
22
+ - Overall Precision: 0.7314
23
+ - Overall Recall: 0.7393
24
+ - Overall F1: 0.7353
25
+ - Overall Accuracy: 0.9799
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: 0.0001
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: 10
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.26.1
59
+ - Pytorch 2.0.0+cu118
60
+ - Datasets 2.12.0
61
+ - Tokenizers 0.13.3