riccard commited on
Commit
fb36edb
1 Parent(s): 56f66c0

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:22666f8931bdb708b0051e61c4d6455ede03f515b3d8523d8ede37512d6513f5
3
+ size 267852913
runs/Apr20_13-34-06_DESKTOP-2PJK9UK/1650454497.1970704/events.out.tfevents.1650454497.DESKTOP-2PJK9UK.2760.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce3f718e1b82fa8250a6b1a5db009864f1bc71511c6dd95ad80e60503ea5ea6
3
+ size 4931
runs/Apr20_13-34-06_DESKTOP-2PJK9UK/events.out.tfevents.1650454497.DESKTOP-2PJK9UK.2760.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f124e84240d87fe7345da7129cc2b8f4a3337d4552320a8027829cb85b8313ca
3
+ size 3320
runs/Apr20_13-41-41_DESKTOP-2PJK9UK/1650454911.9162433/events.out.tfevents.1650454911.DESKTOP-2PJK9UK.17252.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27871adbda5a3710d484b4f35002fe07502e202bbcc9f95115185390c770acad
3
+ size 4931
runs/Apr20_13-41-41_DESKTOP-2PJK9UK/1650456017.4681995/events.out.tfevents.1650456017.DESKTOP-2PJK9UK.17252.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5d72ddb05169e5ea2e7e0bc968aa491be996b69fe57f3e6774a095318bc21ef
3
+ size 4931
runs/Apr20_13-41-41_DESKTOP-2PJK9UK/events.out.tfevents.1650454911.DESKTOP-2PJK9UK.17252.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1535bb4d6499f094f38fe8e9cfade4226a8d7a6d3ec714d394ab0e356fcdb0db
3
+ size 3477
runs/Apr20_13-41-41_DESKTOP-2PJK9UK/events.out.tfevents.1650456017.DESKTOP-2PJK9UK.17252.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8811396879e7806be01da7e31d63fc55bf752a2a8c3341eb4bedd7321b6dc11e
3
+ size 3861
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:03a1f9530f95714776d26c83f8ee3d590acc4d2ede762d6e81ae31aa9293eea4
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff