uploading models and tokens
Browse files- VQAX_p/README.md +0 -0
- VQAX_p/nle_gpt2_tokenizer_0/README.md +0 -0
- VQAX_p/nle_gpt2_tokenizer_0/added_tokens.json +1 -0
- VQAX_p/nle_gpt2_tokenizer_0/merges.txt +0 -0
- VQAX_p/nle_gpt2_tokenizer_0/special_tokens_map.json +1 -0
- VQAX_p/nle_gpt2_tokenizer_0/tokenizer_config.json +1 -0
- VQAX_p/nle_gpt2_tokenizer_0/vocab.json +0 -0
- VQAX_p/nle_model_11/README.md +0 -0
- VQAX_p/nle_model_11/config.json +48 -0
- VQAX_p/nle_model_11/pytorch_model.bin +3 -0
VQAX_p/README.md
ADDED
|
File without changes
|
VQAX_p/nle_gpt2_tokenizer_0/README.md
ADDED
|
File without changes
|
VQAX_p/nle_gpt2_tokenizer_0/added_tokens.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"<pad>": 50257, "<question>": 50258, "<answer>": 50259, "<explanation>": 50260}
|
VQAX_p/nle_gpt2_tokenizer_0/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VQAX_p/nle_gpt2_tokenizer_0/special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": "<pad>", "additional_special_tokens": ["<question>", "<answer>", "<explanation>"]}
|
VQAX_p/nle_gpt2_tokenizer_0/tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "tokenizer_file": "/home/tanmoy/.cache/huggingface/transformers/accb287b5a5396b2597382916b6cc939fdab1366e89475a92338d3971b3d02b7.cf2d0ecb83b6df91b3dbb53f1d1e4c311578bfd3aa0e04934215a49bf9898df0", "name_or_path": "pretrained_model/pretrain_tokenizer_0", "tokenizer_class": "GPT2Tokenizer"}
|
VQAX_p/nle_gpt2_tokenizer_0/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VQAX_p/nle_model_11/README.md
ADDED
|
File without changes
|
VQAX_p/nle_model_11/config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "ckpts/nle_model_2",
|
| 3 |
+
"_num_labels": 1,
|
| 4 |
+
"activation_function": "gelu_new",
|
| 5 |
+
"add_cross_attention": true,
|
| 6 |
+
"architectures": [
|
| 7 |
+
"GPT2LMHeadModel"
|
| 8 |
+
],
|
| 9 |
+
"attn_pdrop": 0.1,
|
| 10 |
+
"bos_token_id": 50256,
|
| 11 |
+
"embd_pdrop": 0.1,
|
| 12 |
+
"eos_token_id": 50256,
|
| 13 |
+
"gradient_checkpointing": false,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "LABEL_0"
|
| 16 |
+
},
|
| 17 |
+
"img_size": 224,
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"label2id": {
|
| 20 |
+
"LABEL_0": 0
|
| 21 |
+
},
|
| 22 |
+
"layer_norm_epsilon": 1e-05,
|
| 23 |
+
"max_seq_len": 70,
|
| 24 |
+
"model_type": "gpt2",
|
| 25 |
+
"n_ctx": 1024,
|
| 26 |
+
"n_embd": 768,
|
| 27 |
+
"n_head": 12,
|
| 28 |
+
"n_inner": null,
|
| 29 |
+
"n_layer": 6,
|
| 30 |
+
"n_positions": 1024,
|
| 31 |
+
"resid_pdrop": 0.1,
|
| 32 |
+
"scale_attn_weights": true,
|
| 33 |
+
"summary_activation": null,
|
| 34 |
+
"summary_first_dropout": 0.1,
|
| 35 |
+
"summary_proj_to_labels": true,
|
| 36 |
+
"summary_type": "cls_index",
|
| 37 |
+
"summary_use_proj": true,
|
| 38 |
+
"task_specific_params": {
|
| 39 |
+
"text-generation": {
|
| 40 |
+
"do_sample": true,
|
| 41 |
+
"max_length": 50
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"torch_dtype": "float32",
|
| 45 |
+
"transformers_version": "4.9.2",
|
| 46 |
+
"use_cache": true,
|
| 47 |
+
"vocab_size": 50261
|
| 48 |
+
}
|
VQAX_p/nle_model_11/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be323bc2e257f409b58f38809d725e767becfa6f437bf6031ff9f4488ff98b43
|
| 3 |
+
size 397036835
|