Training in progress, epoch 1
Browse files- config.json +7 -6
- pytorch_model.bin +2 -2
- runs/Dec04_11-22-19_BER3149/events.out.tfevents.1701660143.BER3149.23580.8 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -7,17 +7,18 @@
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
"1": "neutral",
|
14 |
-
"2": "
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
-
"negative":
|
19 |
"neutral": 1,
|
20 |
-
"positive":
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
@@ -32,5 +33,5 @@
|
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.31.0",
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
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": "neutral",
|
15 |
+
"2": "positive"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
+
"negative": 0,
|
20 |
"neutral": 1,
|
21 |
+
"positive": 2
|
22 |
},
|
23 |
"max_position_embeddings": 512,
|
24 |
"model_type": "distilbert",
|
|
|
33 |
"tie_weights_": true,
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.31.0",
|
36 |
+
"vocab_size": 30522
|
37 |
}
|
pytorch_model.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:d31d455a988464dabcdabde9f6e7dd0552c730f4f0fe371aa971ad5ecabad02a
|
3 |
+
size 267857197
|
runs/Dec04_11-22-19_BER3149/events.out.tfevents.1701660143.BER3149.23580.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c18b6109623ddb0b26620eb5cdfde1f088b28cc924d689b658c9d48851e64943
|
3 |
+
size 4669
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
-
"do_lower_case":
|
6 |
"mask_token": "[MASK]",
|
7 |
"model_max_length": 512,
|
8 |
"never_split": null,
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": true,
|
6 |
"mask_token": "[MASK]",
|
7 |
"model_max_length": 512,
|
8 |
"never_split": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:572fabd968866503328830faa7c56544b2ae0de76cfffa41512e63b4a0222875
|
3 |
size 3963
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|