tillschwoerer
commited on
Commit
·
13bf0b5
1
Parent(s):
4bb3689
Training in progress, step 90
Browse files- .gitignore +1 -0
- config.json +43 -0
- pytorch_model.bin +3 -0
- runs/Dec06_20-09-33_dd552bb5faa5/1670357407.2511888/events.out.tfevents.1670357407.dd552bb5faa5.76.1 +3 -0
- runs/Dec06_20-09-33_dd552bb5faa5/events.out.tfevents.1670357407.dd552bb5faa5.76.0 +3 -0
- runs/Dec06_20-20-37_dd552bb5faa5/1670358051.1728475/events.out.tfevents.1670358051.dd552bb5faa5.76.3 +3 -0
- runs/Dec06_20-20-37_dd552bb5faa5/events.out.tfevents.1670358051.dd552bb5faa5.76.2 +3 -0
- runs/Dec06_20-22-52_dd552bb5faa5/1670358185.8316333/events.out.tfevents.1670358185.dd552bb5faa5.76.5 +3 -0
- runs/Dec06_20-22-52_dd552bb5faa5/events.out.tfevents.1670358185.dd552bb5faa5.76.4 +3 -0
- runs/Dec06_20-37-22_dd552bb5faa5/1670359054.8823595/events.out.tfevents.1670359054.dd552bb5faa5.76.7 +3 -0
- runs/Dec06_20-37-22_dd552bb5faa5/events.out.tfevents.1670359054.dd552bb5faa5.76.6 +3 -0
- runs/Dec06_20-40-36_dd552bb5faa5/1670359255.9490528/events.out.tfevents.1670359255.dd552bb5faa5.76.9 +3 -0
- runs/Dec06_20-40-36_dd552bb5faa5/events.out.tfevents.1670359255.dd552bb5faa5.76.8 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0,
|
23 |
+
"LABEL_1": 1,
|
24 |
+
"LABEL_2": 2,
|
25 |
+
"LABEL_3": 3,
|
26 |
+
"LABEL_4": 4,
|
27 |
+
"LABEL_5": 5,
|
28 |
+
"LABEL_6": 6
|
29 |
+
},
|
30 |
+
"max_position_embeddings": 512,
|
31 |
+
"model_type": "distilbert",
|
32 |
+
"n_heads": 12,
|
33 |
+
"n_layers": 6,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"problem_type": "single_label_classification",
|
36 |
+
"qa_dropout": 0.1,
|
37 |
+
"seq_classif_dropout": 0.2,
|
38 |
+
"sinusoidal_pos_embds": false,
|
39 |
+
"tie_weights_": true,
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.25.1",
|
42 |
+
"vocab_size": 30522
|
43 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69db49671ee94f58d088f488df215515e03c2986d2dfb5cf1361574cda2d45c7
|
3 |
+
size 267869681
|
runs/Dec06_20-09-33_dd552bb5faa5/1670357407.2511888/events.out.tfevents.1670357407.dd552bb5faa5.76.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd9567b1893eb86acc72382e4402d11260fae8370ed88ffbc98debc2af9d9d6a
|
3 |
+
size 5639
|
runs/Dec06_20-09-33_dd552bb5faa5/events.out.tfevents.1670357407.dd552bb5faa5.76.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69364810ac29486c70d053359d999d6d6ccfe5105f72b0e07bf8e27c18e0449c
|
3 |
+
size 4034
|
runs/Dec06_20-20-37_dd552bb5faa5/1670358051.1728475/events.out.tfevents.1670358051.dd552bb5faa5.76.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:562e7635706f8f5b6c66f92a71e314dcc3a59ccbebd8003a613b47e6567a7e29
|
3 |
+
size 5639
|
runs/Dec06_20-20-37_dd552bb5faa5/events.out.tfevents.1670358051.dd552bb5faa5.76.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab3899547b2f80e23453fd41398f9b597fbd0a6f06ee95e2dc8c78cb3e98ce4d
|
3 |
+
size 4034
|
runs/Dec06_20-22-52_dd552bb5faa5/1670358185.8316333/events.out.tfevents.1670358185.dd552bb5faa5.76.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29f67ef5a3d671b65a38f10aed28e703167c98fc54de9af0dc45b97fce1572dd
|
3 |
+
size 5639
|
runs/Dec06_20-22-52_dd552bb5faa5/events.out.tfevents.1670358185.dd552bb5faa5.76.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27d411b92b2bd9b0d202b4811d56ad867c2e045b8e13cdf85edf77141479e846
|
3 |
+
size 4034
|
runs/Dec06_20-37-22_dd552bb5faa5/1670359054.8823595/events.out.tfevents.1670359054.dd552bb5faa5.76.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac441fef13c925d208b068028d071ba273df0cafcf9f7c42b63f9db23f0e79b7
|
3 |
+
size 5639
|
runs/Dec06_20-37-22_dd552bb5faa5/events.out.tfevents.1670359054.dd552bb5faa5.76.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7327c3d4f06ec6b359beb18a6334ea483156fe781c1aa484ab4d0664238877c3
|
3 |
+
size 4034
|
runs/Dec06_20-40-36_dd552bb5faa5/1670359255.9490528/events.out.tfevents.1670359255.dd552bb5faa5.76.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:043c8e0d88aa1bd511fbcc9ac17c98d48495209eb13059e99ce2754c318c4bde
|
3 |
+
size 5639
|
runs/Dec06_20-40-36_dd552bb5faa5/events.out.tfevents.1670359255.dd552bb5faa5.76.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ed09dfc5ed2449edbff6fd57fd3d78581a5aed76e96fb6241e54e4ece69006b
|
3 |
+
size 5032
|
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:ce543dce53ad2e05a8a91c7b29e18591eb5898bb36f27ed0aa0f5d758c742072
|
3 |
+
size 3503
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|