Commit
·
645ba42
1
Parent(s):
3d5db32
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +41 -0
- pytorch_model.bin +3 -0
- runs/Apr24_03-59-20_e95664e66f8c/1650773294.0753949/events.out.tfevents.1650773294.e95664e66f8c.73.1 +3 -0
- runs/Apr24_03-59-20_e95664e66f8c/events.out.tfevents.1650773294.e95664e66f8c.73.0 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/1650773725.6752427/events.out.tfevents.1650773725.e95664e66f8c.73.3 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/1650773892.725436/events.out.tfevents.1650773892.e95664e66f8c.73.5 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/1650774039.670616/events.out.tfevents.1650774039.e95664e66f8c.73.7 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650773725.e95664e66f8c.73.2 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650773892.e95664e66f8c.73.4 +3 -0
- runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650774039.e95664e66f8c.73.6 +3 -0
- runs/Apr24_04-21-17_e95664e66f8c/1650774084.7559996/events.out.tfevents.1650774084.e95664e66f8c.73.9 +3 -0
- runs/Apr24_04-21-17_e95664e66f8c/events.out.tfevents.1650774084.e95664e66f8c.73.8 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2,
|
24 |
+
"LABEL_3": 3,
|
25 |
+
"LABEL_4": 4,
|
26 |
+
"LABEL_5": 5
|
27 |
+
},
|
28 |
+
"max_position_embeddings": 512,
|
29 |
+
"model_type": "distilbert",
|
30 |
+
"n_heads": 12,
|
31 |
+
"n_layers": 6,
|
32 |
+
"pad_token_id": 0,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"qa_dropout": 0.1,
|
35 |
+
"seq_classif_dropout": 0.2,
|
36 |
+
"sinusoidal_pos_embds": false,
|
37 |
+
"tie_weights_": true,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.11.3",
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba859483e7ffbfe3a113ea51e2ec6045c13b7efd3cd192b9b2e4985a92d4d63
|
3 |
+
size 267872369
|
runs/Apr24_03-59-20_e95664e66f8c/1650773294.0753949/events.out.tfevents.1650773294.e95664e66f8c.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2465a628154e55dc3232af88ef17e31211494e709f90e72c77423862bcf5730b
|
3 |
+
size 4582
|
runs/Apr24_03-59-20_e95664e66f8c/events.out.tfevents.1650773294.e95664e66f8c.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:947b4487fde489e5233c6c42f4cce69d21d83d8106ebc19b413359ef3ef88714
|
3 |
+
size 3106
|
runs/Apr24_04-15-21_e95664e66f8c/1650773725.6752427/events.out.tfevents.1650773725.e95664e66f8c.73.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af73d4adf6f41fa78bccb3cb0bc8070fa77defc001d5d19108d13364a643f5c5
|
3 |
+
size 4582
|
runs/Apr24_04-15-21_e95664e66f8c/1650773892.725436/events.out.tfevents.1650773892.e95664e66f8c.73.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a34f5f972e1dc0bb82e7669f64c79c78d35db791138ada862cb1e626f9d6629
|
3 |
+
size 4582
|
runs/Apr24_04-15-21_e95664e66f8c/1650774039.670616/events.out.tfevents.1650774039.e95664e66f8c.73.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cec21e8259988ec2b6ad707acaa3ac0db44e7d4f430b353047cab59c540d89b6
|
3 |
+
size 4582
|
runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650773725.e95664e66f8c.73.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f09501ce24b0ee7b45db3851726c4a846c4ab444387bc610696032af7aaf62a4
|
3 |
+
size 3106
|
runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650773892.e95664e66f8c.73.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:430b3d639097839bf7946f9a9daf652fe3bdb0028b396d369e2054ad93764782
|
3 |
+
size 3106
|
runs/Apr24_04-15-21_e95664e66f8c/events.out.tfevents.1650774039.e95664e66f8c.73.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e75ef6191ec5b1fcfd092f864b7c86090a761c9538b3b2d57e463f3788004e78
|
3 |
+
size 3106
|
runs/Apr24_04-21-17_e95664e66f8c/1650774084.7559996/events.out.tfevents.1650774084.e95664e66f8c.73.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a4f017dc697a26a4c9ba418d93c6af229e6c0142a6abe56f26dfba13f2671da
|
3 |
+
size 4582
|
runs/Apr24_04-21-17_e95664e66f8c/events.out.tfevents.1650774084.e95664e66f8c.73.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67f80ea208a1cd8de06e85553387abfc459f1bc17b0aa673625f97dbedafe2a5
|
3 |
+
size 4057
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bac5917e83b3cd73d4dfd769944a7c66d954579b959ff82fdcfce3a4a294cd3
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|