albertmartinez
commited on
Commit
•
b9703c8
1
Parent(s):
567fa4b
Model save
Browse files
README.md
CHANGED
@@ -8,8 +8,6 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: distilbert-multilingual-sdg-classification
|
10 |
results: []
|
11 |
-
datasets:
|
12 |
-
- albertmartinez/OSDG
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# distilbert-multilingual-sdg-classification
|
19 |
|
20 |
-
This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased)
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,22 +37,29 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
- train_batch_size: 32
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 600
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
-
- Transformers 4.
|
58 |
-
- Pytorch 2.
|
59 |
- Datasets 2.20.0
|
60 |
-
- Tokenizers 0.19.1
|
|
|
8 |
model-index:
|
9 |
- name: distilbert-multilingual-sdg-classification
|
10 |
results: []
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# distilbert-multilingual-sdg-classification
|
17 |
|
18 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7341
|
21 |
+
- F1: 0.7954
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 600
|
47 |
+
- num_epochs: 5.0
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 1.484 | 1.0 | 1076 | 0.8800 | 0.7463 |
|
54 |
+
| 0.7957 | 2.0 | 2152 | 0.7796 | 0.7735 |
|
55 |
+
| 0.612 | 3.0 | 3228 | 0.7352 | 0.7904 |
|
56 |
+
| 0.4784 | 4.0 | 4304 | 0.7243 | 0.7948 |
|
57 |
+
| 0.3959 | 5.0 | 5380 | 0.7341 | 0.7954 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.43.2
|
63 |
+
- Pytorch 2.4.0+cu121
|
64 |
- Datasets 2.20.0
|
65 |
+
- Tokenizers 0.19.1
|