AlphaZetta commited on
Commit
2a663a3
·
1 Parent(s): ecba795

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.19.2",
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac6ef9d89ce125fd864020671d77041b262b2e47edcf372401400b8e0402f3b
3
+ size 267854321
runs/Jun04_18-40-36_4794bf5e8d4f/1654368043.6613193/events.out.tfevents.1654368043.4794bf5e8d4f.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13814ddbb8359d77918b065898abc79bdf595052dbfb5378a48e1b2bcbd98a1
3
+ size 5223
runs/Jun04_18-40-36_4794bf5e8d4f/events.out.tfevents.1654368043.4794bf5e8d4f.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c8029b5e299f2407d32b12c3f4fecf6e3b2e0e4c314ac2ed348f0623131a74d
3
+ size 3458
runs/Jun04_18-41-31_4794bf5e8d4f/1654368103.3973365/events.out.tfevents.1654368103.4794bf5e8d4f.258.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce87762cb9039c924263b6efa39623c3ebdfa7ecceceb453d9aea14fb17253ad
3
+ size 5223
runs/Jun04_18-41-31_4794bf5e8d4f/events.out.tfevents.1654368103.4794bf5e8d4f.258.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f874d8e523cc24aac958bea870f3b5cd5f80b9375135c2f875b3e333f198623
3
+ size 3458
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:1767953b49a9748c4920f2ce69c857151dfaa53744a98e5dddfcbf4d18e570ae
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff