distilgpt2-lotr
Browse files- config.json +2 -0
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
|
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
"id2label": {
|
@@ -17,6 +18,7 @@
|
|
17 |
"LABEL_0": 0
|
18 |
},
|
19 |
"layer_norm_epsilon": 1e-05,
|
|
|
20 |
"model_type": "gpt2",
|
21 |
"n_ctx": 1024,
|
22 |
"n_embd": 768,
|
|
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
10 |
+
"do_sample": true,
|
11 |
"embd_pdrop": 0.1,
|
12 |
"eos_token_id": 50256,
|
13 |
"id2label": {
|
|
|
18 |
"LABEL_0": 0
|
19 |
},
|
20 |
"layer_norm_epsilon": 1e-05,
|
21 |
+
"max_length": 50,
|
22 |
"model_type": "gpt2",
|
23 |
"n_ctx": 1024,
|
24 |
"n_embd": 768,
|
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:7b2f15aec32dbb086c7b3a935c5152db9ed954460e198063d7881f762bb3ee78
|
3 |
+
size 333967901
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3311
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76795c4de66d261c1f48bde45879ef05d59db198a08e3ba5a8f42c101e36306a
|
3 |
size 3311
|