dminiotas05
commited on
Commit
•
d92573e
1
Parent(s):
13fc6c9
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +31 -0
- pytorch_model.bin +3 -0
- runs/Jul27_09-10-01_939876eec2a3/1658913043.9552426/events.out.tfevents.1658913043.939876eec2a3.71.1 +3 -0
- runs/Jul27_09-10-01_939876eec2a3/1658913431.3539467/events.out.tfevents.1658913431.939876eec2a3.71.3 +3 -0
- runs/Jul27_09-10-01_939876eec2a3/events.out.tfevents.1658913043.939876eec2a3.71.0 +3 -0
- runs/Jul27_09-10-01_939876eec2a3/events.out.tfevents.1658913431.939876eec2a3.71.2 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"LABEL_0": 0
|
17 |
+
},
|
18 |
+
"max_position_embeddings": 512,
|
19 |
+
"model_type": "distilbert",
|
20 |
+
"n_heads": 12,
|
21 |
+
"n_layers": 6,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"problem_type": "regression",
|
24 |
+
"qa_dropout": 0.1,
|
25 |
+
"seq_classif_dropout": 0.2,
|
26 |
+
"sinusoidal_pos_embds": false,
|
27 |
+
"tie_weights_": true,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.20.1",
|
30 |
+
"vocab_size": 30522
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53290deeba34832734c6b686308f0effd69d77e74c33951b960fa48070eab128
|
3 |
+
size 267851249
|
runs/Jul27_09-10-01_939876eec2a3/1658913043.9552426/events.out.tfevents.1658913043.939876eec2a3.71.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:923120a112b27b83c9c616211f7a0dae4ff48c7302b2ebb88ddf3840f76b08a3
|
3 |
+
size 5401
|
runs/Jul27_09-10-01_939876eec2a3/1658913431.3539467/events.out.tfevents.1658913431.939876eec2a3.71.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a9ff33d15df8a2c37c9d1983ba3e16e502c26403305544b6f1b78c1d51b3b4c
|
3 |
+
size 5401
|
runs/Jul27_09-10-01_939876eec2a3/events.out.tfevents.1658913043.939876eec2a3.71.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982912fa75d9751871ab0da7c6dd2e9a9b6cf66d3a19f29687d848747573c425
|
3 |
+
size 4074
|
runs/Jul27_09-10-01_939876eec2a3/events.out.tfevents.1658913431.939876eec2a3.71.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:333d06150603462b886c46618694fddcfaaef0d3da869c68760498ebf973b1f7
|
3 |
+
size 4502
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_lower_case": true,
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"model_max_length": 512,
|
6 |
+
"name_or_path": "distilbert-base-uncased",
|
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": "DistilBertTokenizer",
|
13 |
+
"unk_token": "[UNK]"
|
14 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c68474432637501881cd091fd1fae12d790a1d6f671e37b742a5ed3157eaf071
|
3 |
+
size 3311
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|