End of training
Browse files- README.md +57 -0
- config.json +35 -0
- model.safetensors +3 -0
- runs/Mar20_20-47-16_Micah/events.out.tfevents.1710938885.Micah.9300.0 +3 -0
- runs/Mar21_15-34-44_Micah/events.out.tfevents.1711006490.Micah.4636.0 +3 -0
- runs/Mar21_15-37-51_Micah/events.out.tfevents.1711006672.Micah.4636.1 +3 -0
- runs/Mar21_15-38-34_Micah/events.out.tfevents.1711006718.Micah.7820.0 +3 -0
- runs/Mar21_15-38-34_Micah/events.out.tfevents.1711006842.Micah.7820.1 +3 -0
- runs/Mar21_15-43-03_Micah/events.out.tfevents.1711006983.Micah.7820.2 +3 -0
- runs/Mar21_15-43-03_Micah/events.out.tfevents.1711007083.Micah.7820.3 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased-finetuned-sst-2-english
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: fine-tuned-distilbert-base-uncased
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# fine-tuned-distilbert-base-uncased
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 2.0891
|
19 |
+
- eval_accuracy: {'accuracy': 0.6}
|
20 |
+
- eval_f1score: {'f1': 0.6908981314044605}
|
21 |
+
- eval_runtime: 30.2212
|
22 |
+
- eval_samples_per_second: 3.309
|
23 |
+
- eval_steps_per_second: 0.43
|
24 |
+
- step: 0
|
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: 2e-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 |
+
- lr_scheduler_warmup_steps: 639
|
50 |
+
- num_epochs: 1
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- Transformers 4.35.2
|
55 |
+
- Pytorch 2.1.1+cpu
|
56 |
+
- Datasets 2.15.0
|
57 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"finetuning_task": "sst-2",
|
11 |
+
"hidden_dim": 3072,
|
12 |
+
"id2label": {
|
13 |
+
"0": "NEGATIVE",
|
14 |
+
"1": "POSITIVE"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"label2id": {
|
18 |
+
"NEGATIVE": 0,
|
19 |
+
"POSITIVE": 1
|
20 |
+
},
|
21 |
+
"max_position_embeddings": 512,
|
22 |
+
"model_type": "distilbert",
|
23 |
+
"n_heads": 12,
|
24 |
+
"n_layers": 6,
|
25 |
+
"output_past": true,
|
26 |
+
"pad_token_id": 0,
|
27 |
+
"problem_type": "single_label_classification",
|
28 |
+
"qa_dropout": 0.1,
|
29 |
+
"seq_classif_dropout": 0.2,
|
30 |
+
"sinusoidal_pos_embds": false,
|
31 |
+
"tie_weights_": true,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.35.2",
|
34 |
+
"vocab_size": 30522
|
35 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f661ebb3117d40a0eb2bda217d7b38687d50d3675ea5990988600f8ec9d2a209
|
3 |
+
size 267832560
|
runs/Mar20_20-47-16_Micah/events.out.tfevents.1710938885.Micah.9300.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd2783f3a6315b96e0bc98a20ab0e3fbb58253bb556862dd539a8ff4d39097e
|
3 |
+
size 4355
|
runs/Mar21_15-34-44_Micah/events.out.tfevents.1711006490.Micah.4636.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa44c2ce587856884d3453c7ee2c458355106f25bc501edba6f1dbdb52d0b65
|
3 |
+
size 4354
|
runs/Mar21_15-37-51_Micah/events.out.tfevents.1711006672.Micah.4636.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f17d4e3b5facb5b7e95caa61df77d093db5336dde068a902a5971c5fcb3c10fe
|
3 |
+
size 4354
|
runs/Mar21_15-38-34_Micah/events.out.tfevents.1711006718.Micah.7820.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77180ef417b7d3b182ae664bfe5f1cd0da16e49918121e9a377879a6ecdefcb5
|
3 |
+
size 4702
|
runs/Mar21_15-38-34_Micah/events.out.tfevents.1711006842.Micah.7820.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0e31d07000b394864fbf5e604985af91432d5bae0ea0e2bfd15c68b28a3d896
|
3 |
+
size 297
|
runs/Mar21_15-43-03_Micah/events.out.tfevents.1711006983.Micah.7820.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c0adfe7a147d2dd7495dd89c62f1a7ab300a76c5097cf7cc3439c85e7b5fffa
|
3 |
+
size 4702
|
runs/Mar21_15-43-03_Micah/events.out.tfevents.1711007083.Micah.7820.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c58bf48d089625461e064abd84c3a6b70bb9200d1c5128f600e2c9e45e418d19
|
3 |
+
size 297
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a603187a80b491b59de01fc265654a6daf728e568cf29560fe28288222ad80a6
|
3 |
+
size 4600
|