trained model on artEmis-V2
Browse files- SELVM_on_artEmis-V2/ckpt_stats_best-res.tar +3 -0
- SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/added_tokens.json +1 -0
- SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/merges.txt +0 -0
- SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/special_tokens_map.json +1 -0
- SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/tokenizer_config.json +1 -0
- SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/vocab.json +0 -0
- SELVM_on_artEmis-V2/nle_model_best-res/config.json +61 -0
- SELVM_on_artEmis-V2/nle_model_best-res/pytorch_model.bin +3 -0
SELVM_on_artEmis-V2/ckpt_stats_best-res.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:995e5481d55d5ee288d01fffdbbef507e72f6540b97a961248d0c1990e395d02
|
3 |
+
size 802238115
|
SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"<pad>": 50257, "<prefix>": 50258, "<emotion>": 50259, "<explanation>": 50260}
|
SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SELVM_on_artEmis-V2/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": ["<prefix>", "<emotion>", "<explanation>"]}
|
SELVM_on_artEmis-V2/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": "/zhangjing/datas/nlxgpt_pretrainedmodels/pretrain_tokenizer_0_for_artEmis", "tokenizer_class": "GPT2Tokenizer"}
|
SELVM_on_artEmis-V2/nle_gpt2_tokenizer_0/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
SELVM_on_artEmis-V2/nle_model_best-res/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/zhangjing/datas/nlxgpt_pretrainedmodels/pretrain_model",
|
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 |
+
"encoder_dim": 768,
|
13 |
+
"eos_token_id": 50256,
|
14 |
+
"gradient_checkpointing": false,
|
15 |
+
"id2label": {
|
16 |
+
"0": "LABEL_0"
|
17 |
+
},
|
18 |
+
"img_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0
|
22 |
+
},
|
23 |
+
"layer_norm_epsilon": 1e-05,
|
24 |
+
"len_prefix": 0,
|
25 |
+
"max_seq_len": 70,
|
26 |
+
"model_type": "gpt2",
|
27 |
+
"n_ctx": 1024,
|
28 |
+
"n_embd": 768,
|
29 |
+
"n_head": 12,
|
30 |
+
"n_inner": null,
|
31 |
+
"n_layer": 6,
|
32 |
+
"n_positions": 1024,
|
33 |
+
"num_emotion": 9,
|
34 |
+
"prefix_size": 768,
|
35 |
+
"reorder_and_upcast_attn": false,
|
36 |
+
"resid_pdrop": 0.1,
|
37 |
+
"scale_attn_by_inverse_layer_idx": false,
|
38 |
+
"scale_attn_weights": true,
|
39 |
+
"summary_activation": null,
|
40 |
+
"summary_first_dropout": 0.1,
|
41 |
+
"summary_proj_to_labels": true,
|
42 |
+
"summary_type": "cls_index",
|
43 |
+
"summary_use_proj": true,
|
44 |
+
"task_specific_params": {
|
45 |
+
"text-generation": {
|
46 |
+
"do_sample": true,
|
47 |
+
"max_length": 50
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.18.0",
|
52 |
+
"use_VAD_loss": true,
|
53 |
+
"use_cache": true,
|
54 |
+
"use_cl_loss": true,
|
55 |
+
"use_distribution_embedding": null,
|
56 |
+
"use_distribution_loss": null,
|
57 |
+
"use_emotion_embedding": null,
|
58 |
+
"use_exp_loss": true,
|
59 |
+
"use_position_loss": false,
|
60 |
+
"vocab_size": 50261
|
61 |
+
}
|
SELVM_on_artEmis-V2/nle_model_best-res/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09540ee5e46e94398d6691ce1012765f8ec3b48368fccdab9d630ffc6faec093
|
3 |
+
size 413585461
|