gustavecortal commited on
Commit
23eb210
1 Parent(s): a94e092

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: distilcamembert-cae-no-territory
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilcamembert-cae-no-territory
18
+
19
+ This model is a fine-tuned version of [cmarkea/distilcamembert-base](https://huggingface.co/cmarkea/distilcamembert-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6885
22
+ - Precision: 0.7873
23
+ - Recall: 0.7848
24
+ - F1: 0.7855
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 5.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
56
+ | 1.1796 | 1.0 | 40 | 0.9743 | 0.5640 | 0.4937 | 0.3731 |
57
+ | 0.8788 | 2.0 | 80 | 0.8037 | 0.7438 | 0.6709 | 0.6472 |
58
+ | 0.4982 | 3.0 | 120 | 0.7692 | 0.8264 | 0.7089 | 0.7558 |
59
+ | 0.2865 | 4.0 | 160 | 0.7676 | 0.7498 | 0.7215 | 0.7192 |
60
+ | 0.1502 | 5.0 | 200 | 0.6885 | 0.7873 | 0.7848 | 0.7855 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.24.0
66
+ - Pytorch 1.12.1+cu113
67
+ - Datasets 2.7.1
68
+ - Tokenizers 0.13.2