austinmw commited on
Commit
d4b1ef0
1 Parent(s): 0f0bc11

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2,
22
+ "LABEL_3": 3
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.11.3",
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b620c1d8a4d496b4d3cfaab7e631658c60b7007f9802a63aa61cc3fed01cbb22
3
+ size 267866225
runs/Jun29_05-33-57_ip-172-16-95-78.us-west-2.compute.internal/1656480845.3984146/events.out.tfevents.1656480845.ip-172-16-95-78.us-west-2.compute.internal.9398.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8304963b98acc58526361cdcec9bead7071c149bc0b467a24e8fa6939d1b143d
3
+ size 4627
runs/Jun29_05-33-57_ip-172-16-95-78.us-west-2.compute.internal/events.out.tfevents.1656480845.ip-172-16-95-78.us-west-2.compute.internal.9398.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aec763af6ea76dda3fcd520b8f9e7e99c5e706e839269a6796ca708506d208f
3
+ size 4749
runs/Jun29_05-38-17_ip-172-16-95-78.us-west-2.compute.internal/1656481102.3942199/events.out.tfevents.1656481102.ip-172-16-95-78.us-west-2.compute.internal.9398.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0e2d981792e3b713404a401b774928134520ef410c349c7fb39aa021e9dba2
3
+ size 4627
runs/Jun29_05-38-17_ip-172-16-95-78.us-west-2.compute.internal/events.out.tfevents.1656481102.ip-172-16-95-78.us-west-2.compute.internal.9398.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc83a70c714cf88120d5d0234638a6f4cbda41c6186a9f72d6aaeea96ec4a08c
3
+ size 4970
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:5a8a5a078cd02356303d05d055717f316e1b927b4386943069aeefbae3fb8111
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff