Fengkai commited on
Commit
daf2172
1 Parent(s): 7e6ec9f

Training in progress, step 500

Browse files
.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.15.0",
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:68b77b182b3bd7c3a0040e0fc07452b97249e6d3b0e5571002cf70add6a33700
3
+ size 267872369
runs/Jan13_19-57-36_202e11053bfe/1642104372.9981408/events.out.tfevents.1642104372.202e11053bfe.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd343061aa2af2a103e4fcb5a20ffd8303d77c62befe4cfd67e122f471f707eb
3
+ size 4800
runs/Jan13_19-57-36_202e11053bfe/events.out.tfevents.1642104372.202e11053bfe.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4eea5f7fe84a21ce5f701ab0fbdab7a9dad7910cae49f408761ed200b28385
3
+ size 3499
runs/Jan13_20-06-52_202e11053bfe/1642104420.9875696/events.out.tfevents.1642104420.202e11053bfe.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75543c26d31e233e8b43a7a9606453035e0bdac62658a2f59b69a2ea3e2e87a
3
+ size 4800
runs/Jan13_20-06-52_202e11053bfe/events.out.tfevents.1642104420.202e11053bfe.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05eafadaa41ca7b35489be5259ddd6a03db776f9d71c2100a3566a4a09db3d7
3
+ size 3499
runs/Jan13_20-09-07_202e11053bfe/1642104559.3175373/events.out.tfevents.1642104559.202e11053bfe.72.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8479ddc0083a1444aebdcf8f03f6585a88f1d55aa365b0fba0b2d41f57b12340
3
+ size 4800
runs/Jan13_20-09-07_202e11053bfe/1642104649.543579/events.out.tfevents.1642104649.202e11053bfe.72.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89679a2f0a5e3c3f30f44ff18adf5ee566fcd20b0fa1481dd416ddc5b98a055c
3
+ size 4800
runs/Jan13_20-09-07_202e11053bfe/events.out.tfevents.1642104559.202e11053bfe.72.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8b97398be746f870f03bc834dbff27692565288f1f73212bfb3589b05536e7
3
+ size 3499
runs/Jan13_20-09-07_202e11053bfe/events.out.tfevents.1642104649.202e11053bfe.72.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5acd2f113cfb5d55e7fb06a9e980d50517d0ca1841dbef76a331b4682099f471
3
+ size 4182
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_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "tokenizer_file": "/root/.cache/huggingface/transformers/75abb59d7a06f4f640158a9bfcde005264e59e8d566781ab1415b139d2e4c603.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4", "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:c2fbe64baae2d1317877c0a507911ce643acab969846f05a1c9863c761d762a7
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff