PDG commited on
Commit
942460c
·
1 Parent(s): 9d010f6

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +12 -12
  2. pytorch_model.bin +2 -2
  3. 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": "Sonstiges",
13
- "1": "Sexualdelikt",
14
- "2": "K\u00f6rperverletzung",
15
- "3": "Diebstahl",
16
- "4": "Raub",
17
- "5": "Bedrohung",
18
- "6": "T\u00f6tungsdelikt",
19
- "7": "Drogendelikt"
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": 768,
36
- "n_head": 12,
37
  "n_inner": null,
38
- "n_layer": 12,
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:c857d7c69d7056aab99011cd2543da5d3478c05f228c4c991b4c22789d743056
3
- size 510425857
 
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:c03ef07774b644b912e98648caee133a4c370de85c025c85774f1220f85d618a
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9991d00045d5a91f6a180548506f235897ec3e2bfbfddc5870ca6e330b93379f
3
  size 3515