madmancity commited on
Commit
10e1582
·
1 Parent(s): 3fa3719

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
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.27.2",
34
+ "vocab_size": 30522
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5662a693cab9c7ae46fe09f6deb56675712d5a2eddaa37c8a8ef6ffb6d6a1dd2
3
+ size 267857197
runs/Mar21_18-39-53_cd9c6ba890dc/1679424034.7828288/events.out.tfevents.1679424034.cd9c6ba890dc.156.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552b2fc110d95cdc2aee7aad1dc3b394d48219febcbed4ecf73ce8519ef17fe2
3
+ size 5730
runs/Mar21_18-39-53_cd9c6ba890dc/events.out.tfevents.1679424034.cd9c6ba890dc.156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18046a2b4dceb776583d197db120afe94e43f587e500b534c63ef26339d29972
3
+ size 3913
runs/Mar21_19-38-36_cd9c6ba890dc/1679427540.2515662/events.out.tfevents.1679427540.cd9c6ba890dc.156.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5532c71ef2f7f043056f47381c37b89e6a2d6d2b07a47cb827878e2cb72eaa05
3
+ size 5730
runs/Mar21_19-38-36_cd9c6ba890dc/events.out.tfevents.1679427540.cd9c6ba890dc.156.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26351d0d6fa2a6e21d6b77a5645e5dec771980eb3ac452d6b7b539b979ee908
3
+ size 3913
runs/Mar21_20-16-50_cd9c6ba890dc/1679429817.628469/events.out.tfevents.1679429817.cd9c6ba890dc.156.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63bbbc883e4ac36523a7b3db1442738346bf2206eb7c9a130a5124f96f5147d
3
+ size 5730
runs/Mar21_20-16-50_cd9c6ba890dc/events.out.tfevents.1679429817.cd9c6ba890dc.156.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615fd92fc043c935b33b8098b0c00ba3f2629c801e9054df0d6e60957d62dd0f
3
+ size 3915
runs/Mar21_20-31-47_cd9c6ba890dc/1679430716.6538947/events.out.tfevents.1679430716.cd9c6ba890dc.156.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd0babdc51767e42774ab5d1ab92b8e631da7b63a1862980d4228431412fb71
3
+ size 5730
runs/Mar21_20-31-47_cd9c6ba890dc/events.out.tfevents.1679430716.cd9c6ba890dc.156.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a7a18b6018a75a9f99e02506c9c313b9a482ed949ded362e43dd6d752b3e894
3
+ size 40
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d092a31e5136b17237d7b2aaf3239f4af7c94feedd92cfeb2432ef45afea29
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff