asier-gutierrez
commited on
Commit
•
88da277
1
Parent(s):
1fd567c
Initial commit
Browse files- config.json +50 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPT2LMHeadModel"
|
4 |
+
],
|
5 |
+
"attn_pdrop": 0.0,
|
6 |
+
"bos_token_id": null,
|
7 |
+
"do_sample": false,
|
8 |
+
"embd_pdrop": 0.0,
|
9 |
+
"eos_token_ids": null,
|
10 |
+
"finetuning_task": null,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0",
|
13 |
+
"1": "LABEL_1"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"LABEL_0": 0,
|
18 |
+
"LABEL_1": 1
|
19 |
+
},
|
20 |
+
"layer_norm_epsilon": 1e-06,
|
21 |
+
"length_penalty": 1.0,
|
22 |
+
"max_length": 20,
|
23 |
+
"model_type": "gpt2",
|
24 |
+
"n_ctx": 512,
|
25 |
+
"n_embd": 1280,
|
26 |
+
"n_head": 20,
|
27 |
+
"n_layer": 36,
|
28 |
+
"n_positions": 512,
|
29 |
+
"num_beams": 5,
|
30 |
+
"num_labels": 2,
|
31 |
+
"num_return_sequences": 5,
|
32 |
+
"output_attentions": false,
|
33 |
+
"output_hidden_states": false,
|
34 |
+
"output_past": true,
|
35 |
+
"pad_token_id": null,
|
36 |
+
"pruned_heads": {},
|
37 |
+
"repetition_penalty": 1.0,
|
38 |
+
"resid_pdrop": 0.0,
|
39 |
+
"summary_activation": null,
|
40 |
+
"summary_first_dropout": 0.0,
|
41 |
+
"summary_proj_to_labels": true,
|
42 |
+
"summary_type": "cls_index",
|
43 |
+
"summary_use_proj": true,
|
44 |
+
"temperature": 1.0,
|
45 |
+
"top_k": 50,
|
46 |
+
"top_p": 1.0,
|
47 |
+
"torchscript": false,
|
48 |
+
"use_bfloat16": false,
|
49 |
+
"vocab_size": 50261
|
50 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:085c99e9ad69a6abc373654289b09d166379961b320c8ab1a521df53d3994a32
|
3 |
+
size 3131439441
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|