niklasg commited on
Commit
22b0047
·
1 Parent(s): 4a70dbb

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "LABEL_0": 0,
27
+ "LABEL_1": 1,
28
+ "LABEL_10": 10,
29
+ "LABEL_2": 2,
30
+ "LABEL_3": 3,
31
+ "LABEL_4": 4,
32
+ "LABEL_5": 5,
33
+ "LABEL_6": 6,
34
+ "LABEL_7": 7,
35
+ "LABEL_8": 8,
36
+ "LABEL_9": 9
37
+ },
38
+ "max_position_embeddings": 512,
39
+ "model_type": "distilbert",
40
+ "n_heads": 12,
41
+ "n_layers": 6,
42
+ "pad_token_id": 0,
43
+ "problem_type": "single_label_classification",
44
+ "qa_dropout": 0.1,
45
+ "seq_classif_dropout": 0.2,
46
+ "sinusoidal_pos_embds": false,
47
+ "tie_weights_": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.31.0",
50
+ "vocab_size": 30522
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f8d522b3d99961b264163f49c23f84ec77edbae8de71812daa24a484a08b7c3
3
+ size 267883181
runs/Aug15_15-43-58_573d0eac671d/events.out.tfevents.1692114267.573d0eac671d.644.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4491bc5e7b059b7cf534f1a04880e2e5a81ae3d323000ccec6b09d765a16f6c
3
+ size 4425
runs/Aug15_15-47-40_573d0eac671d/events.out.tfevents.1692114463.573d0eac671d.644.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd436c04b553837765fa72d1e3d4e795adfa211a7b4024635449d3f2959a12f3
3
+ size 4425
runs/Aug15_15-48-31_573d0eac671d/events.out.tfevents.1692114515.573d0eac671d.644.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4512e43b87ec9d5b91a469adeccdb64caaabbbe88a374a43260705bde83e8c9
3
+ size 4425
runs/Aug15_15-51-05_573d0eac671d/events.out.tfevents.1692114668.573d0eac671d.644.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfccda92b6c19080483b131244c84ec102c76da19f1733a0e6a9db5c9c64383
3
+ size 4425
runs/Aug15_15-51-55_573d0eac671d/events.out.tfevents.1692114718.573d0eac671d.644.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0ce4312e98964ebb3ad96936c295a3f4d89977cd4c55b98abbc510f65e8609
3
+ size 4425
runs/Aug15_15-53-17_573d0eac671d/events.out.tfevents.1692114800.573d0eac671d.644.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a53026e3221f77b19e05077da933385191a77684982fd13410294e0c7286390
3
+ size 4425
runs/Aug15_15-56-02_573d0eac671d/events.out.tfevents.1692114965.573d0eac671d.644.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1e28807747d8428f996aa6711f5d15a6ae8601895cf581f577056cadc12fde
3
+ size 4425
runs/Aug15_16-00-28_573d0eac671d/events.out.tfevents.1692115231.573d0eac671d.644.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bdc2dbd13177dcad2bc012127d728358f9246d833a2e958c19afd1b5d7bb64d
3
+ size 4425
runs/Aug15_16-02-22_573d0eac671d/events.out.tfevents.1692115346.573d0eac671d.644.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3416e8f76b6cc27241d5fbc4c34253d8cdcd87dd8e3ceab86895d4888aafadb0
3
+ size 4425
runs/Aug15_16-08-16_573d0eac671d/events.out.tfevents.1692115700.573d0eac671d.644.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb38f9d0dbadacec2e7a549178287f6626f77c8b69092ff9a70f028c9b4633e
3
+ size 4184
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27eea03d63c22b2b6a83444312266114aebde5554d4ca4069281219a9015018
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff