Training in progress, epoch 1
Browse files- config.json +6 -9
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -9,21 +9,18 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "negative"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
-
"negative":
|
19 |
-
"
|
20 |
-
"positive": 0
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
-
"output_past": true,
|
27 |
"pad_token_id": 0,
|
28 |
"problem_type": "single_label_classification",
|
29 |
"qa_dropout": 0.1,
|
@@ -32,5 +29,5 @@
|
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.31.0",
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "negative",
|
13 |
+
"1": "positive"
|
|
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
+
"negative": 0,
|
18 |
+
"positive": 1
|
|
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
23 |
"n_layers": 6,
|
|
|
24 |
"pad_token_id": 0,
|
25 |
"problem_type": "single_label_classification",
|
26 |
"qa_dropout": 0.1,
|
|
|
29 |
"tie_weights_": true,
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.31.0",
|
32 |
+
"vocab_size": 30522
|
33 |
}
|
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:e721de34978ba05bc1a9fe30cc559eb2ef936fe07240b75c2c64a2e84104c6a4
|
3 |
+
size 267854125
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cea94f0aaa640fcf37b511149bab706c396a43fd84f3e8d4b08738b948e3c80
|
3 |
size 4027
|