Paul Rock
commited on
Commit
·
0338b6d
1
Parent(s):
0515f63
Upload files
Browse files- config.json +3 -1
- eval_results.txt +1 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
config.json
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
"embd_pdrop": 0.1,
|
14 |
"eos_token_id": 50256,
|
15 |
"finetuning_task": null,
|
|
|
16 |
"id2label": {
|
17 |
"0": "LABEL_0",
|
18 |
"1": "LABEL_1"
|
@@ -32,6 +33,7 @@
|
|
32 |
"n_ctx": 2048,
|
33 |
"n_embd": 768,
|
34 |
"n_head": 12,
|
|
|
35 |
"n_layer": 12,
|
36 |
"n_positions": 2048,
|
37 |
"no_repeat_ngram_size": 0,
|
@@ -56,5 +58,5 @@
|
|
56 |
"top_p": 1.0,
|
57 |
"torchscript": false,
|
58 |
"use_bfloat16": false,
|
59 |
-
"vocab_size":
|
60 |
}
|
|
|
13 |
"embd_pdrop": 0.1,
|
14 |
"eos_token_id": 50256,
|
15 |
"finetuning_task": null,
|
16 |
+
"gradient_checkpointing": false,
|
17 |
"id2label": {
|
18 |
"0": "LABEL_0",
|
19 |
"1": "LABEL_1"
|
|
|
33 |
"n_ctx": 2048,
|
34 |
"n_embd": 768,
|
35 |
"n_head": 12,
|
36 |
+
"n_inner": null,
|
37 |
"n_layer": 12,
|
38 |
"n_positions": 2048,
|
39 |
"no_repeat_ngram_size": 0,
|
|
|
58 |
"top_p": 1.0,
|
59 |
"torchscript": false,
|
60 |
"use_bfloat16": false,
|
61 |
+
"vocab_size": 50257
|
62 |
}
|
eval_results.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
perplexity = tensor(22.6912)
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9467dc68dd9d879ebb53e9025f9429f10b3e2707746718674988122f8bb048ea
|
3 |
+
size 1595
|