ZhiyuanQiu commited on
Commit
a7dc88a
1 Parent(s): d67df52

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: camembert-base-finetuned-mixte-symbole-dd
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # camembert-base-finetuned-mixte-symbole-dd
19
+
20
+ This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.3576
23
+ - Precision: 0.8788
24
+ - Recall: 0.8986
25
+ - F1: 0.8886
26
+ - Accuracy: 0.9230
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.1977 | 1.0 | 4322 | 0.2256 | 0.8388 | 0.8980 | 0.8674 | 0.9240 |
58
+ | 0.1498 | 2.0 | 8644 | 0.2765 | 0.8666 | 0.8916 | 0.8789 | 0.9235 |
59
+ | 0.1085 | 3.0 | 12966 | 0.2945 | 0.8666 | 0.9028 | 0.8844 | 0.9211 |
60
+ | 0.0775 | 4.0 | 17288 | 0.3181 | 0.8735 | 0.9015 | 0.8873 | 0.9226 |
61
+ | 0.0605 | 5.0 | 21610 | 0.3576 | 0.8788 | 0.8986 | 0.8886 | 0.9230 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.21.1
67
+ - Pytorch 1.12.1+cu113
68
+ - Datasets 2.4.0
69
+ - Tokenizers 0.12.1