DioLiu commited on
Commit
45fa06a
·
1 Parent(s): 658bbcd

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:b49514490ec5943fe4ab1d3005ecb89bd332c6d5f237558b75518d4669a5f8dc
3
+ size 267854321
runs/May02_02-28-24_2472a3913b6a/1651458518.8617465/events.out.tfevents.1651458518.2472a3913b6a.80.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00979f9c05e00e3a1ad2bb131537bc0ac833ccb23f005323ac38a7f6dd8aeb53
3
+ size 4907
runs/May02_02-28-24_2472a3913b6a/1651458647.7158625/events.out.tfevents.1651458647.2472a3913b6a.80.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc9ad8b47c0a16d891f62d3864f931f2a5ae2eb63bb663c084a40dde762b8f2
3
+ size 4907
runs/May02_02-28-24_2472a3913b6a/1651458931.8757932/events.out.tfevents.1651458931.2472a3913b6a.80.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a99be7c8a49a0a8df0ebce5d8df21fcc1958ca2bec7b11e4ab3774aba017f0a7
3
+ size 4907
runs/May02_02-28-24_2472a3913b6a/1651458986.3535345/events.out.tfevents.1651458986.2472a3913b6a.80.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b5fefef9b1d212ea2ba30ff1081cb989b91f1de6bfd27173cceccbff11db58
3
+ size 4907
runs/May02_02-28-24_2472a3913b6a/events.out.tfevents.1651458518.2472a3913b6a.80.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7839c64deb98c1615f7fd763e9610ba3639f99bed3515bb8f2c390b3a76c50c
3
+ size 3290
runs/May02_02-28-24_2472a3913b6a/events.out.tfevents.1651458647.2472a3913b6a.80.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7e99c0b488be3def6f730dc9028d65ed9ffe0b50b78f1d50e0b9aa25ee34e9
3
+ size 3339
runs/May02_02-28-24_2472a3913b6a/events.out.tfevents.1651458931.2472a3913b6a.80.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2790406239673eacfa2c723740bf799290268cb024bc304fbe7b0fa35972743
3
+ size 3339
runs/May02_02-28-24_2472a3913b6a/events.out.tfevents.1651458986.2472a3913b6a.80.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f62ef6f9cb37bb9b03c95c7ec71c867fcdcc087303beb13b59e58bc172501c
3
+ size 3976
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:46ffd2dddd09c0acaa18cee45a38431ebc56b18c8afbb0859ea2f393a66dd599
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff