zluvolyote commited on
Commit
4a01171
·
1 Parent(s): d32cf2d

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": "zluvolyote/CUBERT",
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.20.1",
24
+ "vocab_size": 20000
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f0679d2a06183653e3885894c4d5ee02b962d560d345af1e648993203ca3ac
3
+ size 235530737
runs/Jul12_16-01-42_d37a6b3a8e4e/1657641742.01515/events.out.tfevents.1657641742.d37a6b3a8e4e.374.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6aa3043b3cd3a3f01f706f969e7e79608d042f0e1edf00f56d6458e97c3a46
3
+ size 5353
runs/Jul12_16-01-42_d37a6b3a8e4e/events.out.tfevents.1657641741.d37a6b3a8e4e.374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d50b88571a682b4b7274a317c838089df43d8e853b07a472fa6570c3d9e463
3
+ size 3904
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "mask_token": "[MASK]",
3
+ "pad_token": "[PAD]"
4
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "name_or_path": "zluvolyote/S288C_WordPiece_Tokenizer_k6",
3
+ "special_tokens_map_file": "/root/.cache/huggingface/transformers/8d2b5c755fb096cb05a3b0b9b97586a8bf02b6746be22eb87c1a8d0112261745.6208fc9e467bf1fbc27a2ee2fd8ef8f7d1e037778107b6cd83a13c6ac582244b",
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
5
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85fc9828c746cfc190397f722ca4989bf7f4486c2b944a98858a91fb88d7b6cb
3
+ size 3311