End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilbert-base-uncased-finetuned-voxi-mnli
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# distilbert-base-uncased-finetuned-voxi-mnli
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -33,13 +38,13 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 5e-05
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- distributed_type: multi-GPU
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
@@ -48,7 +53,7 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
-
- Transformers 4.
|
52 |
-
- Pytorch 2.3.
|
53 |
- Datasets 2.19.1
|
54 |
- Tokenizers 0.19.0
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: distilbert-base-uncased-finetuned-voxi-mnli
|
10 |
results: []
|
|
|
16 |
# distilbert-base-uncased-finetuned-voxi-mnli
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7452
|
21 |
+
- Accuracy: 0.8208
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 64
|
43 |
- seed: 42
|
44 |
- distributed_type: multi-GPU
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 5
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
+
- Transformers 4.41.2
|
57 |
+
- Pytorch 2.3.1+cu121
|
58 |
- Datasets 2.19.1
|
59 |
- Tokenizers 0.19.0
|
config.json
CHANGED
@@ -30,6 +30,6 @@
|
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
"torch_dtype": "float32",
|
33 |
-
"transformers_version": "4.
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.41.2",
|
34 |
"vocab_size": 30522
|
35 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a2fb8be0fe7e328e73d71f4e3d8d30519151fb36c021f7cf06faee2e04133a
|
3 |
size 267835644
|
runs/Sep24_16-38-49_0923-144205-8hd988vk-10-139-64-5/events.out.tfevents.1727195948.0923-144205-8hd988vk-10-139-64-5.1875.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f2d5130d4d4d46d44f452fadf88c0ff5edd5d6680f38f32a688b7c4179272ff
|
3 |
+
size 18302
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fd8def01c83c31a3e3a648ffefd3f97f16a1e8e89e8af9349e6312a5b338879
|
3 |
+
size 5240
|