fgiauna commited on
Commit
00183c3
1 Parent(s): bf64a25

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-lora-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-lora-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.0817
18
+ - Loc: {'precision': 0.5887445887445888, 'recall': 0.6296296296296297, 'f1': 0.6085011185682326, 'number': 216}
19
+ - Misc: {'precision': 0.6111111111111112, 'recall': 0.275, 'f1': 0.3793103448275862, 'number': 40}
20
+ - Org: {'precision': 0.7004830917874396, 'recall': 0.725, 'f1': 0.7125307125307125, 'number': 200}
21
+ - Per: {'precision': 0.7540106951871658, 'recall': 0.7193877551020408, 'f1': 0.7362924281984334, 'number': 196}
22
+ - Overall Precision: 0.6734
23
+ - Overall Recall: 0.6641
24
+ - Overall F1: 0.6687
25
+ - Overall Accuracy: 0.9772
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.0002
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