sebrobpau commited on
Commit
6b771db
·
verified ·
1 Parent(s): 5830863

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert-base-multilingual-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: classifier-32-labels
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
+ # classifier-32-labels
16
+
17
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.1580
20
+ - F1 Micro: 0.3941
21
+ - Roc Auc Micro: 0.9067
22
+ - Accuracy (exact Match): 0.2046
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Roc Auc Micro | Accuracy (exact Match) |
52
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:-------------:|:----------------------:|
53
+ | 0.141 | 1.0 | 29687 | 0.1425 | 0.1469 | 0.9030 | 0.0642 |
54
+ | 0.1267 | 2.0 | 59374 | 0.1392 | 0.2438 | 0.9082 | 0.1090 |
55
+ | 0.1343 | 3.0 | 89061 | 0.1369 | 0.2726 | 0.9120 | 0.1355 |
56
+ | 0.1227 | 4.0 | 118748 | 0.1375 | 0.3236 | 0.9132 | 0.1594 |
57
+ | 0.1195 | 5.0 | 148435 | 0.1374 | 0.3340 | 0.9137 | 0.1685 |
58
+ | 0.1197 | 6.0 | 178122 | 0.1433 | 0.3607 | 0.9116 | 0.1857 |
59
+ | 0.1156 | 7.0 | 207809 | 0.1422 | 0.3693 | 0.9118 | 0.1899 |
60
+ | 0.1083 | 8.0 | 237496 | 0.1478 | 0.3818 | 0.9096 | 0.1947 |
61
+ | 0.0799 | 9.0 | 267183 | 0.1543 | 0.3894 | 0.9081 | 0.2005 |
62
+ | 0.0973 | 10.0 | 296870 | 0.1580 | 0.3941 | 0.9067 | 0.2046 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.50.2
68
+ - Pytorch 2.6.0
69
+ - Datasets 3.5.0
70
+ - Tokenizers 0.21.1