braedennorris
commited on
Commit
•
69c4c5b
1
Parent(s):
a0e2355
Training in progress, epoch 1
Browse files- config.json +16 -16
- pytorch_model.bin +2 -2
- runs/Jan25_03-02-03_07f50fc0e54b/events.out.tfevents.1674615727.07f50fc0e54b.617.22 +2 -2
- runs/Jan25_03-04-25_07f50fc0e54b/1674615868.9819698/events.out.tfevents.1674615868.07f50fc0e54b.617.25 +3 -0
- runs/Jan25_03-04-25_07f50fc0e54b/events.out.tfevents.1674615868.07f50fc0e54b.617.24 +3 -0
- tokenizer_config.json +4 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "Consumer",
|
14 |
"1": "Enterprise"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
-
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
"Consumer": 0,
|
20 |
"Enterprise": 1
|
21 |
},
|
22 |
-
"layer_norm_eps": 1e-12,
|
23 |
"max_position_embeddings": 512,
|
24 |
-
"model_type": "
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
"pad_token_id": 0,
|
28 |
-
"position_embedding_type": "absolute",
|
29 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.26.0",
|
32 |
-
"type_vocab_size": 2,
|
33 |
-
"use_cache": true,
|
34 |
"vocab_size": 30522
|
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": "Consumer",
|
14 |
"1": "Enterprise"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
|
|
17 |
"label2id": {
|
18 |
"Consumer": 0,
|
19 |
"Enterprise": 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.26.0",
|
|
|
|
|
34 |
"vocab_size": 30522
|
35 |
}
|
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:134caca83e4571ac508131b624c84c73881d734c7ddef06cf5c3c7b2bcd3fb9b
|
3 |
+
size 267855533
|
runs/Jan25_03-02-03_07f50fc0e54b/events.out.tfevents.1674615727.07f50fc0e54b.617.22
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:1d5252b7cbbc7c54aa6db38f7a33c50511f49c579a568874a1788307ef9545f8
|
3 |
+
size 5601
|
runs/Jan25_03-04-25_07f50fc0e54b/1674615868.9819698/events.out.tfevents.1674615868.07f50fc0e54b.617.25
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e568e59fa5f8a6f3372a7286540ca4b3f8770dbf72d11e893d392c6d148a49a
|
3 |
+
size 5697
|
runs/Jan25_03-04-25_07f50fc0e54b/events.out.tfevents.1674615868.07f50fc0e54b.617.24
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30b32c9535739ebace6cdd66151f0a7bfd0a5efaa1302db052137d902503fa69
|
3 |
+
size 4257
|
tokenizer_config.json
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
{
|
2 |
"cls_token": "[CLS]",
|
|
|
3 |
"do_lower_case": true,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
-
"name_or_path": "
|
|
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
10 |
"strip_accents": null,
|
11 |
"tokenize_chinese_chars": true,
|
12 |
-
"tokenizer_class": "
|
13 |
"unk_token": "[UNK]"
|
14 |
}
|
|
|
1 |
{
|
2 |
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
+
"name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
8 |
+
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
11 |
"special_tokens_map_file": null,
|
12 |
"strip_accents": null,
|
13 |
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "DistilBertTokenizer",
|
15 |
"unk_token": "[UNK]"
|
16 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ffbadcf8848674decd5b74c0eac4319750e7c7f3638a6827e052cd4871d5206
|
3 |
size 3515
|