dminiotas05 commited on
Commit
d050b76
1 Parent(s): 41860c6

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "qa_dropout": 0.1,
24
+ "seq_classif_dropout": 0.2,
25
+ "sinusoidal_pos_embds": false,
26
+ "tie_weights_": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.21.0",
29
+ "vocab_size": 30522
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933fe0f877b70f27c3ff422e2cec00f16ad8ee4491d0a44efe757edae227c4de
3
+ size 267851249
runs/Aug02_09-03-11_ac6d5705d32f/1659431004.5511372/events.out.tfevents.1659431004.ac6d5705d32f.628.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d39f29791d966a79f1c5656e1141ef3e1c4e7aeef38a9d3b3e951f207779f5
3
+ size 5490
runs/Aug02_09-03-11_ac6d5705d32f/events.out.tfevents.1659431004.ac6d5705d32f.628.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f09158f59f6dbc79242558b30faa6f0ec64222d3d7191d7bf19071bae0ad64d
3
+ size 3695
runs/Aug02_09-03-48_ac6d5705d32f/1659431037.4726338/events.out.tfevents.1659431037.ac6d5705d32f.628.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea640df4300fe72040115ebcdd11225ddc6ccc60ba9e5d4c11ef68b8a08b4bb7
3
+ size 5490
runs/Aug02_09-03-48_ac6d5705d32f/events.out.tfevents.1659431037.ac6d5705d32f.628.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c358d4b7908a384b3ef77c20acd283eedd14650531032f4c3dca474c7511fcac
3
+ size 3694
runs/Aug02_09-06-28_ac6d5705d32f/1659431200.5354376/events.out.tfevents.1659431200.ac6d5705d32f.1083.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c87087d1ead418051acf9e30c97fa0c6d2a3fc66f64e38da855d0c61db428a9
3
+ size 5490
runs/Aug02_09-06-28_ac6d5705d32f/events.out.tfevents.1659431200.ac6d5705d32f.1083.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c9264cc81d91d4fbf35bd733b6df1975adea386419cf210cbd34ec5a6067ed
3
+ size 40
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89c5acaa56cc5fde8ca933a7d9e26ae846ed00e1d4b26e539ef9d5c4c5ed43e
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff