sebrobpau commited on
Commit
3b4e0c8
·
verified ·
1 Parent(s): 4c74741

Model save

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-databases-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-databases-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.2850
20
+ - F1 Micro: 0.3761
21
+ - Roc Auc Micro: 0.8351
22
+ - Accuracy (exact Match): 0.1790
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: 4
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 Micro | Roc Auc Micro | Accuracy (exact Match) |
52
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:-------------:|:----------------------:|
53
+ | 0.3072 | 1.0 | 32380 | 0.2860 | 0.2210 | 0.8192 | 0.1126 |
54
+ | 0.2752 | 2.0 | 64760 | 0.2797 | 0.2845 | 0.8311 | 0.1378 |
55
+ | 0.2649 | 3.0 | 97140 | 0.2799 | 0.3545 | 0.8355 | 0.1741 |
56
+ | 0.2519 | 4.0 | 129520 | 0.2850 | 0.3761 | 0.8351 | 0.1790 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.50.0
62
+ - Pytorch 2.6.0+cu126
63
+ - Datasets 3.4.1
64
+ - Tokenizers 0.21.1