New version, trained on 30k
Browse files- config.json +2 -13
- generation_config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -9,15 +9,9 @@
|
|
9 |
"decoder_start_token_id": 1,
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 2,
|
12 |
-
"id2label": {
|
13 |
-
"0": "LABEL_0"
|
14 |
-
},
|
15 |
"initializer_range": 0.02,
|
16 |
-
"label2id": {
|
17 |
-
"LABEL_0": 0
|
18 |
-
},
|
19 |
"layer_norm_epsilon": 1e-05,
|
20 |
-
"
|
21 |
"model_type": "gpt2",
|
22 |
"n_ctx": 2048,
|
23 |
"n_embd": 1024,
|
@@ -34,13 +28,8 @@
|
|
34 |
"resid_pdrop": 0.1,
|
35 |
"scale_attn_by_inverse_layer_idx": false,
|
36 |
"scale_attn_weights": true,
|
37 |
-
"summary_activation": null,
|
38 |
-
"summary_first_dropout": 0.1,
|
39 |
-
"summary_proj_to_labels": true,
|
40 |
-
"summary_type": "cls_index",
|
41 |
-
"summary_use_proj": true,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.27.
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 50258
|
46 |
}
|
|
|
9 |
"decoder_start_token_id": 1,
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 2,
|
|
|
|
|
|
|
12 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
+
"max_length": 512,
|
15 |
"model_type": "gpt2",
|
16 |
"n_ctx": 2048,
|
17 |
"n_embd": 1024,
|
|
|
28 |
"resid_pdrop": 0.1,
|
29 |
"scale_attn_by_inverse_layer_idx": false,
|
30 |
"scale_attn_weights": true,
|
|
|
|
|
|
|
|
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.27.3",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 50258
|
35 |
}
|
generation_config.json
CHANGED
@@ -8,5 +8,5 @@
|
|
8 |
"top_p": 0.95,
|
9 |
"temperature": 0.5,
|
10 |
"repetition_penalty": 1.2,
|
11 |
-
"max_length":
|
12 |
}
|
|
|
8 |
"top_p": 0.95,
|
9 |
"temperature": 0.5,
|
10 |
"repetition_penalty": 1.2,
|
11 |
+
"max_length": 512
|
12 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1524265245
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b249005ada14fdfcbf53a9dafddaeef988e28e3691fd33e8b85938849baeef1
|
3 |
size 1524265245
|