Training in progress, epoch 1
Browse files- config.json +12 -12
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "gpt2",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
@@ -9,14 +9,14 @@
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
@@ -32,10 +32,10 @@
|
|
32 |
"layer_norm_epsilon": 1e-05,
|
33 |
"model_type": "gpt2",
|
34 |
"n_ctx": 1024,
|
35 |
-
"n_embd":
|
36 |
-
"n_head":
|
37 |
"n_inner": null,
|
38 |
-
"n_layer":
|
39 |
"n_positions": 1024,
|
40 |
"pad_token_id": 50258,
|
41 |
"problem_type": "multi_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2-large",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
"id2label": {
|
12 |
+
"0": "Sexualdelikt",
|
13 |
+
"1": "T\u00f6tungsdelikt",
|
14 |
+
"2": "Raub",
|
15 |
+
"3": "Drogendelikt",
|
16 |
+
"4": "Sonstiges",
|
17 |
+
"5": "Diebstahl",
|
18 |
+
"6": "K\u00f6rperverletzung",
|
19 |
+
"7": "Bedrohung"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"label2id": {
|
|
|
32 |
"layer_norm_epsilon": 1e-05,
|
33 |
"model_type": "gpt2",
|
34 |
"n_ctx": 1024,
|
35 |
+
"n_embd": 1280,
|
36 |
+
"n_head": 20,
|
37 |
"n_inner": null,
|
38 |
+
"n_layer": 36,
|
39 |
"n_positions": 1024,
|
40 |
"pad_token_id": 50258,
|
41 |
"problem_type": "multi_label_classification",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e65cdd15353ef1b30542741d4757aab077880c2c45ece4cdd3dfc1d9e48f38f8
|
3 |
+
size 3134081281
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9991d00045d5a91f6a180548506f235897ec3e2bfbfddc5870ca6e330b93379f
|
3 |
size 3515
|