MatthewAlanPow1 commited on
Commit
1dd5315
1 Parent(s): e9ce2ee

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.18.0",
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:66216a80ac9dbc2908d82e7b3e23a60b2f5a68bb18899f345e2a728ec0406e3a
3
+ size 267852913
runs/Apr25_15-13-18_c0ccacc6ba00/1650899675.7321446/events.out.tfevents.1650899675.c0ccacc6ba00.55.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff89c141e0e5bfd7c6bcbbc243a312e38592d215dba69823c135d33a5bbd1f81
3
+ size 4919
runs/Apr25_15-13-18_c0ccacc6ba00/1650899765.9877934/events.out.tfevents.1650899765.c0ccacc6ba00.55.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3b9e61be348433584e90ff229e4781d625ce7e08b6f41b325be7ea3be3b4f0
3
+ size 4919
runs/Apr25_15-13-18_c0ccacc6ba00/1650900432.0456798/events.out.tfevents.1650900432.c0ccacc6ba00.55.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4452d98bb2dfe1f9e61e44c04f4ce7e4ad646695deed267f014a72f9a946b9
3
+ size 4919
runs/Apr25_15-13-18_c0ccacc6ba00/events.out.tfevents.1650899675.c0ccacc6ba00.55.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9fae7b607cb8467fe9c5d95fc698ae7848bd7cacb4ef935642b77986fe3daf1
3
+ size 10416
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:15eaddbe7048721e287b562d99b7cd48932747e5e7b405c139504cc4297cc86a
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff