Upload folder using huggingface_hub
Browse files- added_tokens.json +3 -0
- config.json +41 -0
- eval_results.json +4 -0
- flax_model.msgpack +3 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/events.out.tfevents.1690857856.t1v-n-1d54a6a2-w-0.125639.0 +3 -0
- runs/events.out.tfevents.1690908614.t1v-n-1d54a6a2-w-0.185599.0 +3 -0
- runs/events.out.tfevents.1690908748.t1v-n-1d54a6a2-w-0.187431.0 +3 -0
- runs/events.out.tfevents.1690909056.t1v-n-1d54a6a2-w-0.190452.0 +3 -0
- runs/events.out.tfevents.1690909649.t1v-n-1d54a6a2-w-0.193864.0 +3 -0
- runs/events.out.tfevents.1690949768.t1v-n-1d54a6a2-w-0.241483.0 +3 -0
- runs/events.out.tfevents.1690949859.t1v-n-1d54a6a2-w-0.242761.0 +3 -0
- runs/events.out.tfevents.1691038900.t1v-n-1d54a6a2-w-0.361959.0 +3 -0
- runs/events.out.tfevents.1691039003.t1v-n-1d54a6a2-w-0.363287.0 +3 -0
- runs/events.out.tfevents.1691039246.t1v-n-1d54a6a2-w-0.364841.0 +3 -0
- runs/events.out.tfevents.1691072891.t1v-n-1d54a6a2-w-0.372798.0 +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +0 -0
- tokenizer_config.json +9 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 50257
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": ".",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.0,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"layer_norm_epsilon": 1e-05,
|
13 |
+
"model_type": "gpt2",
|
14 |
+
"n_ctx": 1024,
|
15 |
+
"n_embd": 1024,
|
16 |
+
"n_head": 16,
|
17 |
+
"n_inner": null,
|
18 |
+
"n_layer": 24,
|
19 |
+
"n_positions": 1024,
|
20 |
+
"n_special": 0,
|
21 |
+
"predict_special_tokens": true,
|
22 |
+
"reorder_and_upcast_attn": false,
|
23 |
+
"resid_pdrop": 0.0,
|
24 |
+
"scale_attn_by_inverse_layer_idx": false,
|
25 |
+
"scale_attn_weights": true,
|
26 |
+
"summary_activation": null,
|
27 |
+
"summary_first_dropout": 0.1,
|
28 |
+
"summary_proj_to_labels": true,
|
29 |
+
"summary_type": "cls_index",
|
30 |
+
"summary_use_proj": true,
|
31 |
+
"task_specific_params": {
|
32 |
+
"text-generation": {
|
33 |
+
"do_sample": true,
|
34 |
+
"max_length": 50
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.31.0.dev0",
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 50257
|
41 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_loss": 9.505475044250488,
|
3 |
+
"eval_perplexity": 13433.072527481147
|
4 |
+
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:957c303a293fda99db02890235c9285d91937422f472ea39908a07cbf4b1d843
|
3 |
+
size 1419302302
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.31.0.dev0"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e12e83b22c991afd00b726f783495a4ddcaba900b46b96ae8d8597d463e03889
|
3 |
+
size 1419383773
|
runs/events.out.tfevents.1690857856.t1v-n-1d54a6a2-w-0.125639.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c35b6b9d67e4018ee0b2343c173f0e9f49965985ea8fbff4a01bcc900ffb757
|
3 |
+
size 2692416
|
runs/events.out.tfevents.1690908614.t1v-n-1d54a6a2-w-0.185599.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea07b99602cc3a5397a2bf68cf6eeaea6127e3418910376e3b0f4fea131fa29a
|
3 |
+
size 88
|
runs/events.out.tfevents.1690908748.t1v-n-1d54a6a2-w-0.187431.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e471e8e4a488d1da8ab3183b122247c2dfd2018247ca8284bf7b0759cbfa85d
|
3 |
+
size 88
|
runs/events.out.tfevents.1690909056.t1v-n-1d54a6a2-w-0.190452.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5a18b28b521f971d03a129cc2fd5266c73fd3e88d53451fc1a2050c6a61a4e9
|
3 |
+
size 88
|
runs/events.out.tfevents.1690909649.t1v-n-1d54a6a2-w-0.193864.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66f519181490a76a0a063ee234912a7ab5e1e7b9127af847ca32ba4557b3d8eb
|
3 |
+
size 88
|
runs/events.out.tfevents.1690949768.t1v-n-1d54a6a2-w-0.241483.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a7f07470f93190e986d793960b4dcf9efa6e1d2f434045edc5b6e4df4a1487a
|
3 |
+
size 88
|
runs/events.out.tfevents.1690949859.t1v-n-1d54a6a2-w-0.242761.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc83dd3183155cde6dbeb57d22afa5cb8dca01175ccf78f25f577e1f5e40534b
|
3 |
+
size 5422137
|
runs/events.out.tfevents.1691038900.t1v-n-1d54a6a2-w-0.361959.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e385fa35a3cf17e671b2f5514bfad2a2a49292cd0c9301352691abfed683e1ba
|
3 |
+
size 88
|
runs/events.out.tfevents.1691039003.t1v-n-1d54a6a2-w-0.363287.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f1dada02b19864cab54178b5251c30e3f4976765a8f72560663a104cf25030a
|
3 |
+
size 88
|
runs/events.out.tfevents.1691039246.t1v-n-1d54a6a2-w-0.364841.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:927181aaf62a375ae0566a77f4d8df680cfdd260ef890d4281e254d14509272e
|
3 |
+
size 1492
|
runs/events.out.tfevents.1691072891.t1v-n-1d54a6a2-w-0.372798.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f20b948a7912a46a18cac0b3664a7ec5dd002fc350431496af74615cd8729e03
|
3 |
+
size 15452461
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|endoftext|>",
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"tokenizer_class": "GPT2Tokenizer",
|
8 |
+
"unk_token": "<|endoftext|>"
|
9 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|