End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: distilbert_project_test_trainer
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# distilbert_project_test_trainer
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,9 +45,18 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 3.0
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.35.2
|
46 |
- Pytorch 2.1.0+cu121
|
47 |
- Datasets 2.16.1
|
48 |
-
- Tokenizers 0.15.
|
|
|
3 |
base_model: distilbert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: distilbert_project_test_trainer
|
10 |
results: []
|
|
|
16 |
# distilbert_project_test_trainer
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0790
|
21 |
+
- Accuracy: 0.9757
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 3.0
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 227 | 0.0794 | 0.9779 |
|
53 |
+
| No log | 2.0 | 454 | 0.0666 | 0.9801 |
|
54 |
+
| 0.2006 | 3.0 | 681 | 0.0790 | 0.9757 |
|
55 |
+
|
56 |
+
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.35.2
|
60 |
- Pytorch 2.1.0+cu121
|
61 |
- Datasets 2.16.1
|
62 |
+
- Tokenizers 0.15.1
|
config.json
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
"n_layers": 6,
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
|
|
28 |
"qa_dropout": 0.1,
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
|
|
25 |
"n_layers": 6,
|
26 |
"output_past": true,
|
27 |
"pad_token_id": 0,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
"qa_dropout": 0.1,
|
30 |
"seq_classif_dropout": 0.2,
|
31 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263147764
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:debc5fe67d8711206dc0c3960565f09724c086f72ee744d883844e7399b24544
|
3 |
size 263147764
|
runs/Jan24_19-21-24_984caef51383/events.out.tfevents.1706124085.984caef51383.229.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78d1741e9004959ab9ed66bc6b1a4b379ca4457cfda7aed604391b65c9d2e2a3
|
3 |
+
size 5792
|
runs/Jan24_19-21-24_984caef51383/events.out.tfevents.1706124600.984caef51383.229.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88dafcbdf6293b9dc3dbec1d62f4fc393a30f20bf0e165a4ff20ebbefc49007f
|
3 |
+
size 411
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d525c94875356182420153eecf136422ef5541f17b15c96840698c690986e322
|
3 |
size 4600
|