Lo logramos de nuevo equipo! 🤗
Browse files- README.md +64 -0
- all_results.json +8 -0
- model.safetensors +1 -1
- train_results.json +8 -0
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: upeulex
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
+
model-index:
|
11 |
+
- name: upeu-distilroberta-base-mrpc-glue
|
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 |
+
# upeu-distilroberta-base-mrpc-glue
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [upeulex](https://huggingface.co/upeulex) on the datasetX dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7416
|
23 |
+
- Accuracy: 0.8676
|
24 |
+
- F1: 0.9066
|
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 |
+
- num_epochs: 3
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.311 | 1.0893 | 500 | 0.7291 | 0.8578 | 0.9003 |
|
56 |
+
| 0.2453 | 2.1786 | 1000 | 0.7416 | 0.8676 | 0.9066 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.44.2
|
62 |
+
- Pytorch 2.5.0+cu121
|
63 |
+
- Datasets 3.0.2
|
64 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 205471423937184.0,
|
4 |
+
"train_loss": 0.2367102235837007,
|
5 |
+
"train_runtime": 137.2459,
|
6 |
+
"train_samples_per_second": 80.177,
|
7 |
+
"train_steps_per_second": 10.033
|
8 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328492280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc0b964a6a3a99a34787021aab978c6d33253de8534f50c3e6ecb7e591f2d1b7
|
3 |
size 328492280
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 205471423937184.0,
|
4 |
+
"train_loss": 0.2367102235837007,
|
5 |
+
"train_runtime": 137.2459,
|
6 |
+
"train_samples_per_second": 80.177,
|
7 |
+
"train_steps_per_second": 10.033
|
8 |
+
}
|