Update config.json
This commit is contained in:
parent
8a79112900
commit
1bd2ca5c62
|
@ -8,13 +8,7 @@
|
||||||
"bos_token_id": 50256,
|
"bos_token_id": 50256,
|
||||||
"embd_pdrop": 0.1,
|
"embd_pdrop": 0.1,
|
||||||
"eos_token_id": 50256,
|
"eos_token_id": 50256,
|
||||||
"id2label": {
|
|
||||||
"0": "LABEL_0"
|
|
||||||
},
|
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"label2id": {
|
|
||||||
"LABEL_0": 0
|
|
||||||
},
|
|
||||||
"layer_norm_epsilon": 1e-05,
|
"layer_norm_epsilon": 1e-05,
|
||||||
"model_type": "gpt2",
|
"model_type": "gpt2",
|
||||||
"n_ctx": 1024,
|
"n_ctx": 1024,
|
||||||
|
|
Loading…
Reference in New Issue