CyberBoyNull commited on
Commit
a4e62df
·
verified ·
1 Parent(s): cb65f9f

Upload folder

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|audio_pad|>": 151669,
9
+ "<|box_end|>": 151649,
10
+ "<|box_start|>": 151648,
11
+ "<|endoftext|>": 151643,
12
+ "<|file_sep|>": 151664,
13
+ "<|fim_middle|>": 151660,
14
+ "<|fim_pad|>": 151662,
15
+ "<|fim_prefix|>": 151659,
16
+ "<|fim_suffix|>": 151661,
17
+ "<|im_end|>": 151645,
18
+ "<|im_start|>": 151644,
19
+ "<|image_pad|>": 151655,
20
+ "<|object_ref_end|>": 151647,
21
+ "<|object_ref_start|>": 151646,
22
+ "<|quad_end|>": 151651,
23
+ "<|quad_start|>": 151650,
24
+ "<|repo_name|>": 151663,
25
+ "<|video_pad|>": 151656,
26
+ "<|vision_end|>": 151653,
27
+ "<|vision_pad|>": 151654,
28
+ "<|vision_start|>": 151652
29
+ }
chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% set audio_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif content['type'] == 'audio' or 'audio' in content %}{% set audio_count.value = audio_count.value + 1 %}{% if add_vision_id %}Audio {{ audio_count.value }}: {% endif %}<|vision_start|><|audio_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
config.json ADDED
@@ -0,0 +1,2540 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_type": "linear",
3
+ "architectures": [
4
+ "QualityvForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "audio_adapter_config": {
9
+ "_attn_implementation_autoset": false,
10
+ "_name_or_path": "",
11
+ "act_fn": "gelu",
12
+ "add_cross_attention": false,
13
+ "architectures": null,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "bos_token_id": null,
17
+ "chunk_size_feed_forward": 0,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": null,
25
+ "exponential_decay_length_penalty": null,
26
+ "finetuning_task": null,
27
+ "forced_bos_token_id": null,
28
+ "forced_eos_token_id": null,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "in_hidden_size": 512,
34
+ "intermediate_size": 1024,
35
+ "is_decoder": false,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "length_penalty": 1.0,
42
+ "max_length": 20,
43
+ "min_length": 0,
44
+ "model_type": "QualityvForCausalLM",
45
+ "no_repeat_ngram_size": 0,
46
+ "num_beam_groups": 1,
47
+ "num_beams": 1,
48
+ "num_layers": 2,
49
+ "num_return_sequences": 1,
50
+ "out_hidden_size": 2048,
51
+ "output_attentions": false,
52
+ "output_hidden_states": false,
53
+ "output_scores": false,
54
+ "pad_token_id": null,
55
+ "prefix": null,
56
+ "problem_type": null,
57
+ "pruned_heads": {},
58
+ "remove_invalid_values": false,
59
+ "repetition_penalty": 1.0,
60
+ "return_dict": true,
61
+ "return_dict_in_generate": false,
62
+ "sep_token_id": null,
63
+ "suppress_tokens": null,
64
+ "task_specific_params": null,
65
+ "temperature": 1.0,
66
+ "tf_legacy_loss": false,
67
+ "tie_encoder_decoder": false,
68
+ "tie_word_embeddings": true,
69
+ "tokenizer_class": null,
70
+ "top_k": 50,
71
+ "top_p": 1.0,
72
+ "torch_dtype": null,
73
+ "torchscript": false,
74
+ "typical_p": 1.0,
75
+ "use_bfloat16": false
76
+ },
77
+ "audio_config": {
78
+ "_attn_implementation_autoset": false,
79
+ "_name_or_path": "openai/whisper-base",
80
+ "activation_dropout": 0.0,
81
+ "activation_function": "gelu",
82
+ "add_cross_attention": false,
83
+ "apply_spec_augment": false,
84
+ "architectures": [
85
+ "WhisperForConditionalGeneration"
86
+ ],
87
+ "attention_dropout": 0.0,
88
+ "bad_words_ids": null,
89
+ "begin_suppress_tokens": [
90
+ 220,
91
+ 50257
92
+ ],
93
+ "bos_token_id": 50257,
94
+ "chunk_size_feed_forward": 0,
95
+ "classifier_proj_size": 256,
96
+ "cross_attention_hidden_size": null,
97
+ "d_model": 512,
98
+ "decoder_attention_heads": 8,
99
+ "decoder_ffn_dim": 2048,
100
+ "decoder_layerdrop": 0.0,
101
+ "decoder_layers": 6,
102
+ "decoder_start_token_id": 50258,
103
+ "diversity_penalty": 0.0,
104
+ "do_sample": false,
105
+ "dropout": 0.0,
106
+ "early_stopping": false,
107
+ "encoder_attention_heads": 8,
108
+ "encoder_ffn_dim": 2048,
109
+ "encoder_layerdrop": 0.0,
110
+ "encoder_layers": 6,
111
+ "encoder_no_repeat_ngram_size": 0,
112
+ "eos_token_id": 50257,
113
+ "exponential_decay_length_penalty": null,
114
+ "finetuning_task": null,
115
+ "forced_bos_token_id": null,
116
+ "forced_decoder_ids": [
117
+ [
118
+ 1,
119
+ 50259
120
+ ],
121
+ [
122
+ 2,
123
+ 50359
124
+ ],
125
+ [
126
+ 3,
127
+ 50363
128
+ ]
129
+ ],
130
+ "forced_eos_token_id": null,
131
+ "id2label": {
132
+ "0": "LABEL_0",
133
+ "1": "LABEL_1"
134
+ },
135
+ "init_std": 0.02,
136
+ "is_decoder": false,
137
+ "is_encoder_decoder": true,
138
+ "label2id": {
139
+ "LABEL_0": 0,
140
+ "LABEL_1": 1
141
+ },
142
+ "length_penalty": 1.0,
143
+ "mask_feature_length": 10,
144
+ "mask_feature_min_masks": 0,
145
+ "mask_feature_prob": 0.0,
146
+ "mask_time_length": 10,
147
+ "mask_time_min_masks": 2,
148
+ "mask_time_prob": 0.05,
149
+ "max_length": 448,
150
+ "max_source_positions": 1500,
151
+ "max_target_positions": 448,
152
+ "median_filter_width": 7,
153
+ "min_length": 0,
154
+ "model_type": "whisper",
155
+ "no_repeat_ngram_size": 0,
156
+ "num_beam_groups": 1,
157
+ "num_beams": 1,
158
+ "num_hidden_layers": 6,
159
+ "num_mel_bins": 80,
160
+ "num_return_sequences": 1,
161
+ "output_attentions": false,
162
+ "output_hidden_states": false,
163
+ "output_scores": false,
164
+ "pad_token_id": 50257,
165
+ "prefix": null,
166
+ "problem_type": null,
167
+ "pruned_heads": {},
168
+ "remove_invalid_values": false,
169
+ "repetition_penalty": 1.0,
170
+ "return_dict": true,
171
+ "return_dict_in_generate": false,
172
+ "scale_embedding": false,
173
+ "sep_token_id": null,
174
+ "suppress_tokens": [
175
+ 1,
176
+ 2,
177
+ 7,
178
+ 8,
179
+ 9,
180
+ 10,
181
+ 14,
182
+ 25,
183
+ 26,
184
+ 27,
185
+ 28,
186
+ 29,
187
+ 31,
188
+ 58,
189
+ 59,
190
+ 60,
191
+ 61,
192
+ 62,
193
+ 63,
194
+ 90,
195
+ 91,
196
+ 92,
197
+ 93,
198
+ 359,
199
+ 503,
200
+ 522,
201
+ 542,
202
+ 873,
203
+ 893,
204
+ 902,
205
+ 918,
206
+ 922,
207
+ 931,
208
+ 1350,
209
+ 1853,
210
+ 1982,
211
+ 2460,
212
+ 2627,
213
+ 3246,
214
+ 3253,
215
+ 3268,
216
+ 3536,
217
+ 3846,
218
+ 3961,
219
+ 4183,
220
+ 4667,
221
+ 6585,
222
+ 6647,
223
+ 7273,
224
+ 9061,
225
+ 9383,
226
+ 10428,
227
+ 10929,
228
+ 11938,
229
+ 12033,
230
+ 12331,
231
+ 12562,
232
+ 13793,
233
+ 14157,
234
+ 14635,
235
+ 15265,
236
+ 15618,
237
+ 16553,
238
+ 16604,
239
+ 18362,
240
+ 18956,
241
+ 20075,
242
+ 21675,
243
+ 22520,
244
+ 26130,
245
+ 26161,
246
+ 26435,
247
+ 28279,
248
+ 29464,
249
+ 31650,
250
+ 32302,
251
+ 32470,
252
+ 36865,
253
+ 42863,
254
+ 47425,
255
+ 49870,
256
+ 50254,
257
+ 50258,
258
+ 50358,
259
+ 50359,
260
+ 50360,
261
+ 50361,
262
+ 50362
263
+ ],
264
+ "task_specific_params": null,
265
+ "temperature": 1.0,
266
+ "tf_legacy_loss": false,
267
+ "tie_encoder_decoder": false,
268
+ "tie_word_embeddings": true,
269
+ "tokenizer_class": null,
270
+ "top_k": 50,
271
+ "top_p": 1.0,
272
+ "torch_dtype": "float32",
273
+ "torchscript": false,
274
+ "typical_p": 1.0,
275
+ "use_bfloat16": false,
276
+ "use_cache": true,
277
+ "use_weighted_layer_sum": false,
278
+ "vocab_size": 51865
279
+ },
280
+ "audio_model_name": "openai/whisper-base",
281
+ "audio_token_id": 151669,
282
+ "bos_token_id": 151643,
283
+ "eos_token_id": 151645,
284
+ "head_dim": 128,
285
+ "hidden_act": "silu",
286
+ "hidden_size": 2048,
287
+ "image_token_id": 151655,
288
+ "initializer_range": 0.02,
289
+ "intermediate_size": 6144,
290
+ "llm_config": {
291
+ "_attn_implementation_autoset": false,
292
+ "_name_or_path": "Qwen/Qwen3-1.7B",
293
+ "add_cross_attention": false,
294
+ "architectures": [
295
+ "Qwen3ForCausalLM"
296
+ ],
297
+ "attention_bias": false,
298
+ "attention_dropout": 0.0,
299
+ "bad_words_ids": null,
300
+ "begin_suppress_tokens": null,
301
+ "bos_token_id": 151643,
302
+ "chunk_size_feed_forward": 0,
303
+ "cross_attention_hidden_size": null,
304
+ "decoder_start_token_id": null,
305
+ "diversity_penalty": 0.0,
306
+ "do_sample": false,
307
+ "early_stopping": false,
308
+ "encoder_no_repeat_ngram_size": 0,
309
+ "eos_token_id": 151645,
310
+ "exponential_decay_length_penalty": null,
311
+ "finetuning_task": null,
312
+ "forced_bos_token_id": null,
313
+ "forced_eos_token_id": null,
314
+ "head_dim": 128,
315
+ "hidden_act": "silu",
316
+ "hidden_size": 2048,
317
+ "id2label": {
318
+ "0": "LABEL_0",
319
+ "1": "LABEL_1"
320
+ },
321
+ "initializer_range": 0.02,
322
+ "intermediate_size": 6144,
323
+ "is_decoder": false,
324
+ "is_encoder_decoder": false,
325
+ "label2id": {
326
+ "LABEL_0": 0,
327
+ "LABEL_1": 1
328
+ },
329
+ "length_penalty": 1.0,
330
+ "max_length": 20,
331
+ "max_position_embeddings": 40960,
332
+ "max_window_layers": 28,
333
+ "min_length": 0,
334
+ "model_type": "qwen3",
335
+ "no_repeat_ngram_size": 0,
336
+ "num_attention_heads": 16,
337
+ "num_beam_groups": 1,
338
+ "num_beams": 1,
339
+ "num_hidden_layers": 28,
340
+ "num_key_value_heads": 8,
341
+ "num_return_sequences": 1,
342
+ "output_attentions": false,
343
+ "output_hidden_states": false,
344
+ "output_scores": false,
345
+ "pad_token_id": null,
346
+ "prefix": null,
347
+ "problem_type": null,
348
+ "pruned_heads": {},
349
+ "remove_invalid_values": false,
350
+ "repetition_penalty": 1.0,
351
+ "return_dict": true,
352
+ "return_dict_in_generate": false,
353
+ "rms_norm_eps": 1e-06,
354
+ "rope_scaling": null,
355
+ "rope_theta": 1000000,
356
+ "sep_token_id": null,
357
+ "sliding_window": null,
358
+ "suppress_tokens": null,
359
+ "task_specific_params": null,
360
+ "temperature": 1.0,
361
+ "tf_legacy_loss": false,
362
+ "tie_encoder_decoder": false,
363
+ "tie_word_embeddings": true,
364
+ "tokenizer_class": null,
365
+ "top_k": 50,
366
+ "top_p": 1.0,
367
+ "torch_dtype": "bfloat16",
368
+ "torchscript": false,
369
+ "typical_p": 1.0,
370
+ "use_bfloat16": false,
371
+ "use_cache": true,
372
+ "use_sliding_window": false,
373
+ "vocab_size": 151936
374
+ },
375
+ "llm_model_name": "Qwen/Qwen3-1.7B",
376
+ "max_position_embeddings": 40960,
377
+ "max_window_layers": 28,
378
+ "model_type": "QualityvForCausalLM",
379
+ "num_adapter_layers": 2,
380
+ "num_attention_heads": 16,
381
+ "num_hidden_layers": 28,
382
+ "num_key_value_heads": 8,
383
+ "rms_norm_eps": 1e-06,
384
+ "rope_scaling": null,
385
+ "rope_theta": 1000000,
386
+ "sliding_window": null,
387
+ "torch_dtype": "bfloat16",
388
+ "transformers_version": "4.51.0",
389
+ "use_cache": true,
390
+ "use_sliding_window": false,
391
+ "video_token_id": 151656,
392
+ "vision_adapter_config": {
393
+ "_attn_implementation_autoset": false,
394
+ "_name_or_path": "",
395
+ "act_fn": "gelu",
396
+ "add_cross_attention": false,
397
+ "architectures": null,
398
+ "bad_words_ids": null,
399
+ "begin_suppress_tokens": null,
400
+ "bos_token_id": null,
401
+ "chunk_size_feed_forward": 0,
402
+ "cross_attention_hidden_size": null,
403
+ "decoder_start_token_id": null,
404
+ "diversity_penalty": 0.0,
405
+ "do_sample": false,
406
+ "early_stopping": false,
407
+ "encoder_no_repeat_ngram_size": 0,
408
+ "eos_token_id": null,
409
+ "exponential_decay_length_penalty": null,
410
+ "finetuning_task": null,
411
+ "forced_bos_token_id": null,
412
+ "forced_eos_token_id": null,
413
+ "id2label": {
414
+ "0": "LABEL_0",
415
+ "1": "LABEL_1"
416
+ },
417
+ "in_hidden_size": 768,
418
+ "intermediate_size": 1536,
419
+ "is_decoder": false,
420
+ "is_encoder_decoder": false,
421
+ "label2id": {
422
+ "LABEL_0": 0,
423
+ "LABEL_1": 1
424
+ },
425
+ "length_penalty": 1.0,
426
+ "max_length": 20,
427
+ "min_length": 0,
428
+ "model_type": "QualityvForCausalLM",
429
+ "no_repeat_ngram_size": 0,
430
+ "num_beam_groups": 1,
431
+ "num_beams": 1,
432
+ "num_layers": 2,
433
+ "num_return_sequences": 1,
434
+ "out_hidden_size": 2048,
435
+ "output_attentions": false,
436
+ "output_hidden_states": false,
437
+ "output_scores": false,
438
+ "pad_token_id": null,
439
+ "prefix": null,
440
+ "problem_type": null,
441
+ "pruned_heads": {},
442
+ "remove_invalid_values": false,
443
+ "repetition_penalty": 1.0,
444
+ "return_dict": true,
445
+ "return_dict_in_generate": false,
446
+ "sep_token_id": null,
447
+ "suppress_tokens": null,
448
+ "task_specific_params": null,
449
+ "temperature": 1.0,
450
+ "tf_legacy_loss": false,
451
+ "tie_encoder_decoder": false,
452
+ "tie_word_embeddings": true,
453
+ "tokenizer_class": null,
454
+ "top_k": 50,
455
+ "top_p": 1.0,
456
+ "torch_dtype": null,
457
+ "torchscript": false,
458
+ "typical_p": 1.0,
459
+ "use_bfloat16": false
460
+ },
461
+ "vision_config": {
462
+ "_attn_implementation_autoset": false,
463
+ "_name_or_path": "google/vit-base-patch16-224",
464
+ "add_cross_attention": false,
465
+ "architectures": [
466
+ "ViTForImageClassification"
467
+ ],
468
+ "attention_probs_dropout_prob": 0.0,
469
+ "bad_words_ids": null,
470
+ "begin_suppress_tokens": null,
471
+ "bos_token_id": null,
472
+ "chunk_size_feed_forward": 0,
473
+ "cross_attention_hidden_size": null,
474
+ "decoder_start_token_id": null,
475
+ "diversity_penalty": 0.0,
476
+ "do_sample": false,
477
+ "early_stopping": false,
478
+ "encoder_no_repeat_ngram_size": 0,
479
+ "encoder_stride": 16,
480
+ "eos_token_id": null,
481
+ "exponential_decay_length_penalty": null,
482
+ "finetuning_task": null,
483
+ "forced_bos_token_id": null,
484
+ "forced_eos_token_id": null,
485
+ "hidden_act": "gelu",
486
+ "hidden_dropout_prob": 0.0,
487
+ "hidden_size": 768,
488
+ "id2label": {
489
+ "0": "tench, Tinca tinca",
490
+ "1": "goldfish, Carassius auratus",
491
+ "2": "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias",
492
+ "3": "tiger shark, Galeocerdo cuvieri",
493
+ "4": "hammerhead, hammerhead shark",
494
+ "5": "electric ray, crampfish, numbfish, torpedo",
495
+ "6": "stingray",
496
+ "7": "cock",
497
+ "8": "hen",
498
+ "9": "ostrich, Struthio camelus",
499
+ "10": "brambling, Fringilla montifringilla",
500
+ "11": "goldfinch, Carduelis carduelis",
501
+ "12": "house finch, linnet, Carpodacus mexicanus",
502
+ "13": "junco, snowbird",
503
+ "14": "indigo bunting, indigo finch, indigo bird, Passerina cyanea",
504
+ "15": "robin, American robin, Turdus migratorius",
505
+ "16": "bulbul",
506
+ "17": "jay",
507
+ "18": "magpie",
508
+ "19": "chickadee",
509
+ "20": "water ouzel, dipper",
510
+ "21": "kite",
511
+ "22": "bald eagle, American eagle, Haliaeetus leucocephalus",
512
+ "23": "vulture",
513
+ "24": "great grey owl, great gray owl, Strix nebulosa",
514
+ "25": "European fire salamander, Salamandra salamandra",
515
+ "26": "common newt, Triturus vulgaris",
516
+ "27": "eft",
517
+ "28": "spotted salamander, Ambystoma maculatum",
518
+ "29": "axolotl, mud puppy, Ambystoma mexicanum",
519
+ "30": "bullfrog, Rana catesbeiana",
520
+ "31": "tree frog, tree-frog",
521
+ "32": "tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui",
522
+ "33": "loggerhead, loggerhead turtle, Caretta caretta",
523
+ "34": "leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea",
524
+ "35": "mud turtle",
525
+ "36": "terrapin",
526
+ "37": "box turtle, box tortoise",
527
+ "38": "banded gecko",
528
+ "39": "common iguana, iguana, Iguana iguana",
529
+ "40": "American chameleon, anole, Anolis carolinensis",
530
+ "41": "whiptail, whiptail lizard",
531
+ "42": "agama",
532
+ "43": "frilled lizard, Chlamydosaurus kingi",
533
+ "44": "alligator lizard",
534
+ "45": "Gila monster, Heloderma suspectum",
535
+ "46": "green lizard, Lacerta viridis",
536
+ "47": "African chameleon, Chamaeleo chamaeleon",
537
+ "48": "Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis",
538
+ "49": "African crocodile, Nile crocodile, Crocodylus niloticus",
539
+ "50": "American alligator, Alligator mississipiensis",
540
+ "51": "triceratops",
541
+ "52": "thunder snake, worm snake, Carphophis amoenus",
542
+ "53": "ringneck snake, ring-necked snake, ring snake",
543
+ "54": "hognose snake, puff adder, sand viper",
544
+ "55": "green snake, grass snake",
545
+ "56": "king snake, kingsnake",
546
+ "57": "garter snake, grass snake",
547
+ "58": "water snake",
548
+ "59": "vine snake",
549
+ "60": "night snake, Hypsiglena torquata",
550
+ "61": "boa constrictor, Constrictor constrictor",
551
+ "62": "rock python, rock snake, Python sebae",
552
+ "63": "Indian cobra, Naja naja",
553
+ "64": "green mamba",
554
+ "65": "sea snake",
555
+ "66": "horned viper, cerastes, sand viper, horned asp, Cerastes cornutus",
556
+ "67": "diamondback, diamondback rattlesnake, Crotalus adamanteus",
557
+ "68": "sidewinder, horned rattlesnake, Crotalus cerastes",
558
+ "69": "trilobite",
559
+ "70": "harvestman, daddy longlegs, Phalangium opilio",
560
+ "71": "scorpion",
561
+ "72": "black and gold garden spider, Argiope aurantia",
562
+ "73": "barn spider, Araneus cavaticus",
563
+ "74": "garden spider, Aranea diademata",
564
+ "75": "black widow, Latrodectus mactans",
565
+ "76": "tarantula",
566
+ "77": "wolf spider, hunting spider",
567
+ "78": "tick",
568
+ "79": "centipede",
569
+ "80": "black grouse",
570
+ "81": "ptarmigan",
571
+ "82": "ruffed grouse, partridge, Bonasa umbellus",
572
+ "83": "prairie chicken, prairie grouse, prairie fowl",
573
+ "84": "peacock",
574
+ "85": "quail",
575
+ "86": "partridge",
576
+ "87": "African grey, African gray, Psittacus erithacus",
577
+ "88": "macaw",
578
+ "89": "sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita",
579
+ "90": "lorikeet",
580
+ "91": "coucal",
581
+ "92": "bee eater",
582
+ "93": "hornbill",
583
+ "94": "hummingbird",
584
+ "95": "jacamar",
585
+ "96": "toucan",
586
+ "97": "drake",
587
+ "98": "red-breasted merganser, Mergus serrator",
588
+ "99": "goose",
589
+ "100": "black swan, Cygnus atratus",
590
+ "101": "tusker",
591
+ "102": "echidna, spiny anteater, anteater",
592
+ "103": "platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus",
593
+ "104": "wallaby, brush kangaroo",
594
+ "105": "koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus",
595
+ "106": "wombat",
596
+ "107": "jellyfish",
597
+ "108": "sea anemone, anemone",
598
+ "109": "brain coral",
599
+ "110": "flatworm, platyhelminth",
600
+ "111": "nematode, nematode worm, roundworm",
601
+ "112": "conch",
602
+ "113": "snail",
603
+ "114": "slug",
604
+ "115": "sea slug, nudibranch",
605
+ "116": "chiton, coat-of-mail shell, sea cradle, polyplacophore",
606
+ "117": "chambered nautilus, pearly nautilus, nautilus",
607
+ "118": "Dungeness crab, Cancer magister",
608
+ "119": "rock crab, Cancer irroratus",
609
+ "120": "fiddler crab",
610
+ "121": "king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica",
611
+ "122": "American lobster, Northern lobster, Maine lobster, Homarus americanus",
612
+ "123": "spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish",
613
+ "124": "crayfish, crawfish, crawdad, crawdaddy",
614
+ "125": "hermit crab",
615
+ "126": "isopod",
616
+ "127": "white stork, Ciconia ciconia",
617
+ "128": "black stork, Ciconia nigra",
618
+ "129": "spoonbill",
619
+ "130": "flamingo",
620
+ "131": "little blue heron, Egretta caerulea",
621
+ "132": "American egret, great white heron, Egretta albus",
622
+ "133": "bittern",
623
+ "134": "crane",
624
+ "135": "limpkin, Aramus pictus",
625
+ "136": "European gallinule, Porphyrio porphyrio",
626
+ "137": "American coot, marsh hen, mud hen, water hen, Fulica americana",
627
+ "138": "bustard",
628
+ "139": "ruddy turnstone, Arenaria interpres",
629
+ "140": "red-backed sandpiper, dunlin, Erolia alpina",
630
+ "141": "redshank, Tringa totanus",
631
+ "142": "dowitcher",
632
+ "143": "oystercatcher, oyster catcher",
633
+ "144": "pelican",
634
+ "145": "king penguin, Aptenodytes patagonica",
635
+ "146": "albatross, mollymawk",
636
+ "147": "grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus",
637
+ "148": "killer whale, killer, orca, grampus, sea wolf, Orcinus orca",
638
+ "149": "dugong, Dugong dugon",
639
+ "150": "sea lion",
640
+ "151": "Chihuahua",
641
+ "152": "Japanese spaniel",
642
+ "153": "Maltese dog, Maltese terrier, Maltese",
643
+ "154": "Pekinese, Pekingese, Peke",
644
+ "155": "Shih-Tzu",
645
+ "156": "Blenheim spaniel",
646
+ "157": "papillon",
647
+ "158": "toy terrier",
648
+ "159": "Rhodesian ridgeback",
649
+ "160": "Afghan hound, Afghan",
650
+ "161": "basset, basset hound",
651
+ "162": "beagle",
652
+ "163": "bloodhound, sleuthhound",
653
+ "164": "bluetick",
654
+ "165": "black-and-tan coonhound",
655
+ "166": "Walker hound, Walker foxhound",
656
+ "167": "English foxhound",
657
+ "168": "redbone",
658
+ "169": "borzoi, Russian wolfhound",
659
+ "170": "Irish wolfhound",
660
+ "171": "Italian greyhound",
661
+ "172": "whippet",
662
+ "173": "Ibizan hound, Ibizan Podenco",
663
+ "174": "Norwegian elkhound, elkhound",
664
+ "175": "otterhound, otter hound",
665
+ "176": "Saluki, gazelle hound",
666
+ "177": "Scottish deerhound, deerhound",
667
+ "178": "Weimaraner",
668
+ "179": "Staffordshire bullterrier, Staffordshire bull terrier",
669
+ "180": "American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier",
670
+ "181": "Bedlington terrier",
671
+ "182": "Border terrier",
672
+ "183": "Kerry blue terrier",
673
+ "184": "Irish terrier",
674
+ "185": "Norfolk terrier",
675
+ "186": "Norwich terrier",
676
+ "187": "Yorkshire terrier",
677
+ "188": "wire-haired fox terrier",
678
+ "189": "Lakeland terrier",
679
+ "190": "Sealyham terrier, Sealyham",
680
+ "191": "Airedale, Airedale terrier",
681
+ "192": "cairn, cairn terrier",
682
+ "193": "Australian terrier",
683
+ "194": "Dandie Dinmont, Dandie Dinmont terrier",
684
+ "195": "Boston bull, Boston terrier",
685
+ "196": "miniature schnauzer",
686
+ "197": "giant schnauzer",
687
+ "198": "standard schnauzer",
688
+ "199": "Scotch terrier, Scottish terrier, Scottie",
689
+ "200": "Tibetan terrier, chrysanthemum dog",
690
+ "201": "silky terrier, Sydney silky",
691
+ "202": "soft-coated wheaten terrier",
692
+ "203": "West Highland white terrier",
693
+ "204": "Lhasa, Lhasa apso",
694
+ "205": "flat-coated retriever",
695
+ "206": "curly-coated retriever",
696
+ "207": "golden retriever",
697
+ "208": "Labrador retriever",
698
+ "209": "Chesapeake Bay retriever",
699
+ "210": "German short-haired pointer",
700
+ "211": "vizsla, Hungarian pointer",
701
+ "212": "English setter",
702
+ "213": "Irish setter, red setter",
703
+ "214": "Gordon setter",
704
+ "215": "Brittany spaniel",
705
+ "216": "clumber, clumber spaniel",
706
+ "217": "English springer, English springer spaniel",
707
+ "218": "Welsh springer spaniel",
708
+ "219": "cocker spaniel, English cocker spaniel, cocker",
709
+ "220": "Sussex spaniel",
710
+ "221": "Irish water spaniel",
711
+ "222": "kuvasz",
712
+ "223": "schipperke",
713
+ "224": "groenendael",
714
+ "225": "malinois",
715
+ "226": "briard",
716
+ "227": "kelpie",
717
+ "228": "komondor",
718
+ "229": "Old English sheepdog, bobtail",
719
+ "230": "Shetland sheepdog, Shetland sheep dog, Shetland",
720
+ "231": "collie",
721
+ "232": "Border collie",
722
+ "233": "Bouvier des Flandres, Bouviers des Flandres",
723
+ "234": "Rottweiler",
724
+ "235": "German shepherd, German shepherd dog, German police dog, alsatian",
725
+ "236": "Doberman, Doberman pinscher",
726
+ "237": "miniature pinscher",
727
+ "238": "Greater Swiss Mountain dog",
728
+ "239": "Bernese mountain dog",
729
+ "240": "Appenzeller",
730
+ "241": "EntleBucher",
731
+ "242": "boxer",
732
+ "243": "bull mastiff",
733
+ "244": "Tibetan mastiff",
734
+ "245": "French bulldog",
735
+ "246": "Great Dane",
736
+ "247": "Saint Bernard, St Bernard",
737
+ "248": "Eskimo dog, husky",
738
+ "249": "malamute, malemute, Alaskan malamute",
739
+ "250": "Siberian husky",
740
+ "251": "dalmatian, coach dog, carriage dog",
741
+ "252": "affenpinscher, monkey pinscher, monkey dog",
742
+ "253": "basenji",
743
+ "254": "pug, pug-dog",
744
+ "255": "Leonberg",
745
+ "256": "Newfoundland, Newfoundland dog",
746
+ "257": "Great Pyrenees",
747
+ "258": "Samoyed, Samoyede",
748
+ "259": "Pomeranian",
749
+ "260": "chow, chow chow",
750
+ "261": "keeshond",
751
+ "262": "Brabancon griffon",
752
+ "263": "Pembroke, Pembroke Welsh corgi",
753
+ "264": "Cardigan, Cardigan Welsh corgi",
754
+ "265": "toy poodle",
755
+ "266": "miniature poodle",
756
+ "267": "standard poodle",
757
+ "268": "Mexican hairless",
758
+ "269": "timber wolf, grey wolf, gray wolf, Canis lupus",
759
+ "270": "white wolf, Arctic wolf, Canis lupus tundrarum",
760
+ "271": "red wolf, maned wolf, Canis rufus, Canis niger",
761
+ "272": "coyote, prairie wolf, brush wolf, Canis latrans",
762
+ "273": "dingo, warrigal, warragal, Canis dingo",
763
+ "274": "dhole, Cuon alpinus",
764
+ "275": "African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus",
765
+ "276": "hyena, hyaena",
766
+ "277": "red fox, Vulpes vulpes",
767
+ "278": "kit fox, Vulpes macrotis",
768
+ "279": "Arctic fox, white fox, Alopex lagopus",
769
+ "280": "grey fox, gray fox, Urocyon cinereoargenteus",
770
+ "281": "tabby, tabby cat",
771
+ "282": "tiger cat",
772
+ "283": "Persian cat",
773
+ "284": "Siamese cat, Siamese",
774
+ "285": "Egyptian cat",
775
+ "286": "cougar, puma, catamount, mountain lion, painter, panther, Felis concolor",
776
+ "287": "lynx, catamount",
777
+ "288": "leopard, Panthera pardus",
778
+ "289": "snow leopard, ounce, Panthera uncia",
779
+ "290": "jaguar, panther, Panthera onca, Felis onca",
780
+ "291": "lion, king of beasts, Panthera leo",
781
+ "292": "tiger, Panthera tigris",
782
+ "293": "cheetah, chetah, Acinonyx jubatus",
783
+ "294": "brown bear, bruin, Ursus arctos",
784
+ "295": "American black bear, black bear, Ursus americanus, Euarctos americanus",
785
+ "296": "ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus",
786
+ "297": "sloth bear, Melursus ursinus, Ursus ursinus",
787
+ "298": "mongoose",
788
+ "299": "meerkat, mierkat",
789
+ "300": "tiger beetle",
790
+ "301": "ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle",
791
+ "302": "ground beetle, carabid beetle",
792
+ "303": "long-horned beetle, longicorn, longicorn beetle",
793
+ "304": "leaf beetle, chrysomelid",
794
+ "305": "dung beetle",
795
+ "306": "rhinoceros beetle",
796
+ "307": "weevil",
797
+ "308": "fly",
798
+ "309": "bee",
799
+ "310": "ant, emmet, pismire",
800
+ "311": "grasshopper, hopper",
801
+ "312": "cricket",
802
+ "313": "walking stick, walkingstick, stick insect",
803
+ "314": "cockroach, roach",
804
+ "315": "mantis, mantid",
805
+ "316": "cicada, cicala",
806
+ "317": "leafhopper",
807
+ "318": "lacewing, lacewing fly",
808
+ "319": "dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk",
809
+ "320": "damselfly",
810
+ "321": "admiral",
811
+ "322": "ringlet, ringlet butterfly",
812
+ "323": "monarch, monarch butterfly, milkweed butterfly, Danaus plexippus",
813
+ "324": "cabbage butterfly",
814
+ "325": "sulphur butterfly, sulfur butterfly",
815
+ "326": "lycaenid, lycaenid butterfly",
816
+ "327": "starfish, sea star",
817
+ "328": "sea urchin",
818
+ "329": "sea cucumber, holothurian",
819
+ "330": "wood rabbit, cottontail, cottontail rabbit",
820
+ "331": "hare",
821
+ "332": "Angora, Angora rabbit",
822
+ "333": "hamster",
823
+ "334": "porcupine, hedgehog",
824
+ "335": "fox squirrel, eastern fox squirrel, Sciurus niger",
825
+ "336": "marmot",
826
+ "337": "beaver",
827
+ "338": "guinea pig, Cavia cobaya",
828
+ "339": "sorrel",
829
+ "340": "zebra",
830
+ "341": "hog, pig, grunter, squealer, Sus scrofa",
831
+ "342": "wild boar, boar, Sus scrofa",
832
+ "343": "warthog",
833
+ "344": "hippopotamus, hippo, river horse, Hippopotamus amphibius",
834
+ "345": "ox",
835
+ "346": "water buffalo, water ox, Asiatic buffalo, Bubalus bubalis",
836
+ "347": "bison",
837
+ "348": "ram, tup",
838
+ "349": "bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis",
839
+ "350": "ibex, Capra ibex",
840
+ "351": "hartebeest",
841
+ "352": "impala, Aepyceros melampus",
842
+ "353": "gazelle",
843
+ "354": "Arabian camel, dromedary, Camelus dromedarius",
844
+ "355": "llama",
845
+ "356": "weasel",
846
+ "357": "mink",
847
+ "358": "polecat, fitch, foulmart, foumart, Mustela putorius",
848
+ "359": "black-footed ferret, ferret, Mustela nigripes",
849
+ "360": "otter",
850
+ "361": "skunk, polecat, wood pussy",
851
+ "362": "badger",
852
+ "363": "armadillo",
853
+ "364": "three-toed sloth, ai, Bradypus tridactylus",
854
+ "365": "orangutan, orang, orangutang, Pongo pygmaeus",
855
+ "366": "gorilla, Gorilla gorilla",
856
+ "367": "chimpanzee, chimp, Pan troglodytes",
857
+ "368": "gibbon, Hylobates lar",
858
+ "369": "siamang, Hylobates syndactylus, Symphalangus syndactylus",
859
+ "370": "guenon, guenon monkey",
860
+ "371": "patas, hussar monkey, Erythrocebus patas",
861
+ "372": "baboon",
862
+ "373": "macaque",
863
+ "374": "langur",
864
+ "375": "colobus, colobus monkey",
865
+ "376": "proboscis monkey, Nasalis larvatus",
866
+ "377": "marmoset",
867
+ "378": "capuchin, ringtail, Cebus capucinus",
868
+ "379": "howler monkey, howler",
869
+ "380": "titi, titi monkey",
870
+ "381": "spider monkey, Ateles geoffroyi",
871
+ "382": "squirrel monkey, Saimiri sciureus",
872
+ "383": "Madagascar cat, ring-tailed lemur, Lemur catta",
873
+ "384": "indri, indris, Indri indri, Indri brevicaudatus",
874
+ "385": "Indian elephant, Elephas maximus",
875
+ "386": "African elephant, Loxodonta africana",
876
+ "387": "lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens",
877
+ "388": "giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca",
878
+ "389": "barracouta, snoek",
879
+ "390": "eel",
880
+ "391": "coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch",
881
+ "392": "rock beauty, Holocanthus tricolor",
882
+ "393": "anemone fish",
883
+ "394": "sturgeon",
884
+ "395": "gar, garfish, garpike, billfish, Lepisosteus osseus",
885
+ "396": "lionfish",
886
+ "397": "puffer, pufferfish, blowfish, globefish",
887
+ "398": "abacus",
888
+ "399": "abaya",
889
+ "400": "academic gown, academic robe, judge's robe",
890
+ "401": "accordion, piano accordion, squeeze box",
891
+ "402": "acoustic guitar",
892
+ "403": "aircraft carrier, carrier, flattop, attack aircraft carrier",
893
+ "404": "airliner",
894
+ "405": "airship, dirigible",
895
+ "406": "altar",
896
+ "407": "ambulance",
897
+ "408": "amphibian, amphibious vehicle",
898
+ "409": "analog clock",
899
+ "410": "apiary, bee house",
900
+ "411": "apron",
901
+ "412": "ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin",
902
+ "413": "assault rifle, assault gun",
903
+ "414": "backpack, back pack, knapsack, packsack, rucksack, haversack",
904
+ "415": "bakery, bakeshop, bakehouse",
905
+ "416": "balance beam, beam",
906
+ "417": "balloon",
907
+ "418": "ballpoint, ballpoint pen, ballpen, Biro",
908
+ "419": "Band Aid",
909
+ "420": "banjo",
910
+ "421": "bannister, banister, balustrade, balusters, handrail",
911
+ "422": "barbell",
912
+ "423": "barber chair",
913
+ "424": "barbershop",
914
+ "425": "barn",
915
+ "426": "barometer",
916
+ "427": "barrel, cask",
917
+ "428": "barrow, garden cart, lawn cart, wheelbarrow",
918
+ "429": "baseball",
919
+ "430": "basketball",
920
+ "431": "bassinet",
921
+ "432": "bassoon",
922
+ "433": "bathing cap, swimming cap",
923
+ "434": "bath towel",
924
+ "435": "bathtub, bathing tub, bath, tub",
925
+ "436": "beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon",
926
+ "437": "beacon, lighthouse, beacon light, pharos",
927
+ "438": "beaker",
928
+ "439": "bearskin, busby, shako",
929
+ "440": "beer bottle",
930
+ "441": "beer glass",
931
+ "442": "bell cote, bell cot",
932
+ "443": "bib",
933
+ "444": "bicycle-built-for-two, tandem bicycle, tandem",
934
+ "445": "bikini, two-piece",
935
+ "446": "binder, ring-binder",
936
+ "447": "binoculars, field glasses, opera glasses",
937
+ "448": "birdhouse",
938
+ "449": "boathouse",
939
+ "450": "bobsled, bobsleigh, bob",
940
+ "451": "bolo tie, bolo, bola tie, bola",
941
+ "452": "bonnet, poke bonnet",
942
+ "453": "bookcase",
943
+ "454": "bookshop, bookstore, bookstall",
944
+ "455": "bottlecap",
945
+ "456": "bow",
946
+ "457": "bow tie, bow-tie, bowtie",
947
+ "458": "brass, memorial tablet, plaque",
948
+ "459": "brassiere, bra, bandeau",
949
+ "460": "breakwater, groin, groyne, mole, bulwark, seawall, jetty",
950
+ "461": "breastplate, aegis, egis",
951
+ "462": "broom",
952
+ "463": "bucket, pail",
953
+ "464": "buckle",
954
+ "465": "bulletproof vest",
955
+ "466": "bullet train, bullet",
956
+ "467": "butcher shop, meat market",
957
+ "468": "cab, hack, taxi, taxicab",
958
+ "469": "caldron, cauldron",
959
+ "470": "candle, taper, wax light",
960
+ "471": "cannon",
961
+ "472": "canoe",
962
+ "473": "can opener, tin opener",
963
+ "474": "cardigan",
964
+ "475": "car mirror",
965
+ "476": "carousel, carrousel, merry-go-round, roundabout, whirligig",
966
+ "477": "carpenter's kit, tool kit",
967
+ "478": "carton",
968
+ "479": "car wheel",
969
+ "480": "cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM",
970
+ "481": "cassette",
971
+ "482": "cassette player",
972
+ "483": "castle",
973
+ "484": "catamaran",
974
+ "485": "CD player",
975
+ "486": "cello, violoncello",
976
+ "487": "cellular telephone, cellular phone, cellphone, cell, mobile phone",
977
+ "488": "chain",
978
+ "489": "chainlink fence",
979
+ "490": "chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour",
980
+ "491": "chain saw, chainsaw",
981
+ "492": "chest",
982
+ "493": "chiffonier, commode",
983
+ "494": "chime, bell, gong",
984
+ "495": "china cabinet, china closet",
985
+ "496": "Christmas stocking",
986
+ "497": "church, church building",
987
+ "498": "cinema, movie theater, movie theatre, movie house, picture palace",
988
+ "499": "cleaver, meat cleaver, chopper",
989
+ "500": "cliff dwelling",
990
+ "501": "cloak",
991
+ "502": "clog, geta, patten, sabot",
992
+ "503": "cocktail shaker",
993
+ "504": "coffee mug",
994
+ "505": "coffeepot",
995
+ "506": "coil, spiral, volute, whorl, helix",
996
+ "507": "combination lock",
997
+ "508": "computer keyboard, keypad",
998
+ "509": "confectionery, confectionary, candy store",
999
+ "510": "container ship, containership, container vessel",
1000
+ "511": "convertible",
1001
+ "512": "corkscrew, bottle screw",
1002
+ "513": "cornet, horn, trumpet, trump",
1003
+ "514": "cowboy boot",
1004
+ "515": "cowboy hat, ten-gallon hat",
1005
+ "516": "cradle",
1006
+ "517": "crane",
1007
+ "518": "crash helmet",
1008
+ "519": "crate",
1009
+ "520": "crib, cot",
1010
+ "521": "Crock Pot",
1011
+ "522": "croquet ball",
1012
+ "523": "crutch",
1013
+ "524": "cuirass",
1014
+ "525": "dam, dike, dyke",
1015
+ "526": "desk",
1016
+ "527": "desktop computer",
1017
+ "528": "dial telephone, dial phone",
1018
+ "529": "diaper, nappy, napkin",
1019
+ "530": "digital clock",
1020
+ "531": "digital watch",
1021
+ "532": "dining table, board",
1022
+ "533": "dishrag, dishcloth",
1023
+ "534": "dishwasher, dish washer, dishwashing machine",
1024
+ "535": "disk brake, disc brake",
1025
+ "536": "dock, dockage, docking facility",
1026
+ "537": "dogsled, dog sled, dog sleigh",
1027
+ "538": "dome",
1028
+ "539": "doormat, welcome mat",
1029
+ "540": "drilling platform, offshore rig",
1030
+ "541": "drum, membranophone, tympan",
1031
+ "542": "drumstick",
1032
+ "543": "dumbbell",
1033
+ "544": "Dutch oven",
1034
+ "545": "electric fan, blower",
1035
+ "546": "electric guitar",
1036
+ "547": "electric locomotive",
1037
+ "548": "entertainment center",
1038
+ "549": "envelope",
1039
+ "550": "espresso maker",
1040
+ "551": "face powder",
1041
+ "552": "feather boa, boa",
1042
+ "553": "file, file cabinet, filing cabinet",
1043
+ "554": "fireboat",
1044
+ "555": "fire engine, fire truck",
1045
+ "556": "fire screen, fireguard",
1046
+ "557": "flagpole, flagstaff",
1047
+ "558": "flute, transverse flute",
1048
+ "559": "folding chair",
1049
+ "560": "football helmet",
1050
+ "561": "forklift",
1051
+ "562": "fountain",
1052
+ "563": "fountain pen",
1053
+ "564": "four-poster",
1054
+ "565": "freight car",
1055
+ "566": "French horn, horn",
1056
+ "567": "frying pan, frypan, skillet",
1057
+ "568": "fur coat",
1058
+ "569": "garbage truck, dustcart",
1059
+ "570": "gasmask, respirator, gas helmet",
1060
+ "571": "gas pump, gasoline pump, petrol pump, island dispenser",
1061
+ "572": "goblet",
1062
+ "573": "go-kart",
1063
+ "574": "golf ball",
1064
+ "575": "golfcart, golf cart",
1065
+ "576": "gondola",
1066
+ "577": "gong, tam-tam",
1067
+ "578": "gown",
1068
+ "579": "grand piano, grand",
1069
+ "580": "greenhouse, nursery, glasshouse",
1070
+ "581": "grille, radiator grille",
1071
+ "582": "grocery store, grocery, food market, market",
1072
+ "583": "guillotine",
1073
+ "584": "hair slide",
1074
+ "585": "hair spray",
1075
+ "586": "half track",
1076
+ "587": "hammer",
1077
+ "588": "hamper",
1078
+ "589": "hand blower, blow dryer, blow drier, hair dryer, hair drier",
1079
+ "590": "hand-held computer, hand-held microcomputer",
1080
+ "591": "handkerchief, hankie, hanky, hankey",
1081
+ "592": "hard disc, hard disk, fixed disk",
1082
+ "593": "harmonica, mouth organ, harp, mouth harp",
1083
+ "594": "harp",
1084
+ "595": "harvester, reaper",
1085
+ "596": "hatchet",
1086
+ "597": "holster",
1087
+ "598": "home theater, home theatre",
1088
+ "599": "honeycomb",
1089
+ "600": "hook, claw",
1090
+ "601": "hoopskirt, crinoline",
1091
+ "602": "horizontal bar, high bar",
1092
+ "603": "horse cart, horse-cart",
1093
+ "604": "hourglass",
1094
+ "605": "iPod",
1095
+ "606": "iron, smoothing iron",
1096
+ "607": "jack-o'-lantern",
1097
+ "608": "jean, blue jean, denim",
1098
+ "609": "jeep, landrover",
1099
+ "610": "jersey, T-shirt, tee shirt",
1100
+ "611": "jigsaw puzzle",
1101
+ "612": "jinrikisha, ricksha, rickshaw",
1102
+ "613": "joystick",
1103
+ "614": "kimono",
1104
+ "615": "knee pad",
1105
+ "616": "knot",
1106
+ "617": "lab coat, laboratory coat",
1107
+ "618": "ladle",
1108
+ "619": "lampshade, lamp shade",
1109
+ "620": "laptop, laptop computer",
1110
+ "621": "lawn mower, mower",
1111
+ "622": "lens cap, lens cover",
1112
+ "623": "letter opener, paper knife, paperknife",
1113
+ "624": "library",
1114
+ "625": "lifeboat",
1115
+ "626": "lighter, light, igniter, ignitor",
1116
+ "627": "limousine, limo",
1117
+ "628": "liner, ocean liner",
1118
+ "629": "lipstick, lip rouge",
1119
+ "630": "Loafer",
1120
+ "631": "lotion",
1121
+ "632": "loudspeaker, speaker, speaker unit, loudspeaker system, speaker system",
1122
+ "633": "loupe, jeweler's loupe",
1123
+ "634": "lumbermill, sawmill",
1124
+ "635": "magnetic compass",
1125
+ "636": "mailbag, postbag",
1126
+ "637": "mailbox, letter box",
1127
+ "638": "maillot",
1128
+ "639": "maillot, tank suit",
1129
+ "640": "manhole cover",
1130
+ "641": "maraca",
1131
+ "642": "marimba, xylophone",
1132
+ "643": "mask",
1133
+ "644": "matchstick",
1134
+ "645": "maypole",
1135
+ "646": "maze, labyrinth",
1136
+ "647": "measuring cup",
1137
+ "648": "medicine chest, medicine cabinet",
1138
+ "649": "megalith, megalithic structure",
1139
+ "650": "microphone, mike",
1140
+ "651": "microwave, microwave oven",
1141
+ "652": "military uniform",
1142
+ "653": "milk can",
1143
+ "654": "minibus",
1144
+ "655": "miniskirt, mini",
1145
+ "656": "minivan",
1146
+ "657": "missile",
1147
+ "658": "mitten",
1148
+ "659": "mixing bowl",
1149
+ "660": "mobile home, manufactured home",
1150
+ "661": "Model T",
1151
+ "662": "modem",
1152
+ "663": "monastery",
1153
+ "664": "monitor",
1154
+ "665": "moped",
1155
+ "666": "mortar",
1156
+ "667": "mortarboard",
1157
+ "668": "mosque",
1158
+ "669": "mosquito net",
1159
+ "670": "motor scooter, scooter",
1160
+ "671": "mountain bike, all-terrain bike, off-roader",
1161
+ "672": "mountain tent",
1162
+ "673": "mouse, computer mouse",
1163
+ "674": "mousetrap",
1164
+ "675": "moving van",
1165
+ "676": "muzzle",
1166
+ "677": "nail",
1167
+ "678": "neck brace",
1168
+ "679": "necklace",
1169
+ "680": "nipple",
1170
+ "681": "notebook, notebook computer",
1171
+ "682": "obelisk",
1172
+ "683": "oboe, hautboy, hautbois",
1173
+ "684": "ocarina, sweet potato",
1174
+ "685": "odometer, hodometer, mileometer, milometer",
1175
+ "686": "oil filter",
1176
+ "687": "organ, pipe organ",
1177
+ "688": "oscilloscope, scope, cathode-ray oscilloscope, CRO",
1178
+ "689": "overskirt",
1179
+ "690": "oxcart",
1180
+ "691": "oxygen mask",
1181
+ "692": "packet",
1182
+ "693": "paddle, boat paddle",
1183
+ "694": "paddlewheel, paddle wheel",
1184
+ "695": "padlock",
1185
+ "696": "paintbrush",
1186
+ "697": "pajama, pyjama, pj's, jammies",
1187
+ "698": "palace",
1188
+ "699": "panpipe, pandean pipe, syrinx",
1189
+ "700": "paper towel",
1190
+ "701": "parachute, chute",
1191
+ "702": "parallel bars, bars",
1192
+ "703": "park bench",
1193
+ "704": "parking meter",
1194
+ "705": "passenger car, coach, carriage",
1195
+ "706": "patio, terrace",
1196
+ "707": "pay-phone, pay-station",
1197
+ "708": "pedestal, plinth, footstall",
1198
+ "709": "pencil box, pencil case",
1199
+ "710": "pencil sharpener",
1200
+ "711": "perfume, essence",
1201
+ "712": "Petri dish",
1202
+ "713": "photocopier",
1203
+ "714": "pick, plectrum, plectron",
1204
+ "715": "pickelhaube",
1205
+ "716": "picket fence, paling",
1206
+ "717": "pickup, pickup truck",
1207
+ "718": "pier",
1208
+ "719": "piggy bank, penny bank",
1209
+ "720": "pill bottle",
1210
+ "721": "pillow",
1211
+ "722": "ping-pong ball",
1212
+ "723": "pinwheel",
1213
+ "724": "pirate, pirate ship",
1214
+ "725": "pitcher, ewer",
1215
+ "726": "plane, carpenter's plane, woodworking plane",
1216
+ "727": "planetarium",
1217
+ "728": "plastic bag",
1218
+ "729": "plate rack",
1219
+ "730": "plow, plough",
1220
+ "731": "plunger, plumber's helper",
1221
+ "732": "Polaroid camera, Polaroid Land camera",
1222
+ "733": "pole",
1223
+ "734": "police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria",
1224
+ "735": "poncho",
1225
+ "736": "pool table, billiard table, snooker table",
1226
+ "737": "pop bottle, soda bottle",
1227
+ "738": "pot, flowerpot",
1228
+ "739": "potter's wheel",
1229
+ "740": "power drill",
1230
+ "741": "prayer rug, prayer mat",
1231
+ "742": "printer",
1232
+ "743": "prison, prison house",
1233
+ "744": "projectile, missile",
1234
+ "745": "projector",
1235
+ "746": "puck, hockey puck",
1236
+ "747": "punching bag, punch bag, punching ball, punchball",
1237
+ "748": "purse",
1238
+ "749": "quill, quill pen",
1239
+ "750": "quilt, comforter, comfort, puff",
1240
+ "751": "racer, race car, racing car",
1241
+ "752": "racket, racquet",
1242
+ "753": "radiator",
1243
+ "754": "radio, wireless",
1244
+ "755": "radio telescope, radio reflector",
1245
+ "756": "rain barrel",
1246
+ "757": "recreational vehicle, RV, R.V.",
1247
+ "758": "reel",
1248
+ "759": "reflex camera",
1249
+ "760": "refrigerator, icebox",
1250
+ "761": "remote control, remote",
1251
+ "762": "restaurant, eating house, eating place, eatery",
1252
+ "763": "revolver, six-gun, six-shooter",
1253
+ "764": "rifle",
1254
+ "765": "rocking chair, rocker",
1255
+ "766": "rotisserie",
1256
+ "767": "rubber eraser, rubber, pencil eraser",
1257
+ "768": "rugby ball",
1258
+ "769": "rule, ruler",
1259
+ "770": "running shoe",
1260
+ "771": "safe",
1261
+ "772": "safety pin",
1262
+ "773": "saltshaker, salt shaker",
1263
+ "774": "sandal",
1264
+ "775": "sarong",
1265
+ "776": "sax, saxophone",
1266
+ "777": "scabbard",
1267
+ "778": "scale, weighing machine",
1268
+ "779": "school bus",
1269
+ "780": "schooner",
1270
+ "781": "scoreboard",
1271
+ "782": "screen, CRT screen",
1272
+ "783": "screw",
1273
+ "784": "screwdriver",
1274
+ "785": "seat belt, seatbelt",
1275
+ "786": "sewing machine",
1276
+ "787": "shield, buckler",
1277
+ "788": "shoe shop, shoe-shop, shoe store",
1278
+ "789": "shoji",
1279
+ "790": "shopping basket",
1280
+ "791": "shopping cart",
1281
+ "792": "shovel",
1282
+ "793": "shower cap",
1283
+ "794": "shower curtain",
1284
+ "795": "ski",
1285
+ "796": "ski mask",
1286
+ "797": "sleeping bag",
1287
+ "798": "slide rule, slipstick",
1288
+ "799": "sliding door",
1289
+ "800": "slot, one-armed bandit",
1290
+ "801": "snorkel",
1291
+ "802": "snowmobile",
1292
+ "803": "snowplow, snowplough",
1293
+ "804": "soap dispenser",
1294
+ "805": "soccer ball",
1295
+ "806": "sock",
1296
+ "807": "solar dish, solar collector, solar furnace",
1297
+ "808": "sombrero",
1298
+ "809": "soup bowl",
1299
+ "810": "space bar",
1300
+ "811": "space heater",
1301
+ "812": "space shuttle",
1302
+ "813": "spatula",
1303
+ "814": "speedboat",
1304
+ "815": "spider web, spider's web",
1305
+ "816": "spindle",
1306
+ "817": "sports car, sport car",
1307
+ "818": "spotlight, spot",
1308
+ "819": "stage",
1309
+ "820": "steam locomotive",
1310
+ "821": "steel arch bridge",
1311
+ "822": "steel drum",
1312
+ "823": "stethoscope",
1313
+ "824": "stole",
1314
+ "825": "stone wall",
1315
+ "826": "stopwatch, stop watch",
1316
+ "827": "stove",
1317
+ "828": "strainer",
1318
+ "829": "streetcar, tram, tramcar, trolley, trolley car",
1319
+ "830": "stretcher",
1320
+ "831": "studio couch, day bed",
1321
+ "832": "stupa, tope",
1322
+ "833": "submarine, pigboat, sub, U-boat",
1323
+ "834": "suit, suit of clothes",
1324
+ "835": "sundial",
1325
+ "836": "sunglass",
1326
+ "837": "sunglasses, dark glasses, shades",
1327
+ "838": "sunscreen, sunblock, sun blocker",
1328
+ "839": "suspension bridge",
1329
+ "840": "swab, swob, mop",
1330
+ "841": "sweatshirt",
1331
+ "842": "swimming trunks, bathing trunks",
1332
+ "843": "swing",
1333
+ "844": "switch, electric switch, electrical switch",
1334
+ "845": "syringe",
1335
+ "846": "table lamp",
1336
+ "847": "tank, army tank, armored combat vehicle, armoured combat vehicle",
1337
+ "848": "tape player",
1338
+ "849": "teapot",
1339
+ "850": "teddy, teddy bear",
1340
+ "851": "television, television system",
1341
+ "852": "tennis ball",
1342
+ "853": "thatch, thatched roof",
1343
+ "854": "theater curtain, theatre curtain",
1344
+ "855": "thimble",
1345
+ "856": "thresher, thrasher, threshing machine",
1346
+ "857": "throne",
1347
+ "858": "tile roof",
1348
+ "859": "toaster",
1349
+ "860": "tobacco shop, tobacconist shop, tobacconist",
1350
+ "861": "toilet seat",
1351
+ "862": "torch",
1352
+ "863": "totem pole",
1353
+ "864": "tow truck, tow car, wrecker",
1354
+ "865": "toyshop",
1355
+ "866": "tractor",
1356
+ "867": "trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi",
1357
+ "868": "tray",
1358
+ "869": "trench coat",
1359
+ "870": "tricycle, trike, velocipede",
1360
+ "871": "trimaran",
1361
+ "872": "tripod",
1362
+ "873": "triumphal arch",
1363
+ "874": "trolleybus, trolley coach, trackless trolley",
1364
+ "875": "trombone",
1365
+ "876": "tub, vat",
1366
+ "877": "turnstile",
1367
+ "878": "typewriter keyboard",
1368
+ "879": "umbrella",
1369
+ "880": "unicycle, monocycle",
1370
+ "881": "upright, upright piano",
1371
+ "882": "vacuum, vacuum cleaner",
1372
+ "883": "vase",
1373
+ "884": "vault",
1374
+ "885": "velvet",
1375
+ "886": "vending machine",
1376
+ "887": "vestment",
1377
+ "888": "viaduct",
1378
+ "889": "violin, fiddle",
1379
+ "890": "volleyball",
1380
+ "891": "waffle iron",
1381
+ "892": "wall clock",
1382
+ "893": "wallet, billfold, notecase, pocketbook",
1383
+ "894": "wardrobe, closet, press",
1384
+ "895": "warplane, military plane",
1385
+ "896": "washbasin, handbasin, washbowl, lavabo, wash-hand basin",
1386
+ "897": "washer, automatic washer, washing machine",
1387
+ "898": "water bottle",
1388
+ "899": "water jug",
1389
+ "900": "water tower",
1390
+ "901": "whiskey jug",
1391
+ "902": "whistle",
1392
+ "903": "wig",
1393
+ "904": "window screen",
1394
+ "905": "window shade",
1395
+ "906": "Windsor tie",
1396
+ "907": "wine bottle",
1397
+ "908": "wing",
1398
+ "909": "wok",
1399
+ "910": "wooden spoon",
1400
+ "911": "wool, woolen, woollen",
1401
+ "912": "worm fence, snake fence, snake-rail fence, Virginia fence",
1402
+ "913": "wreck",
1403
+ "914": "yawl",
1404
+ "915": "yurt",
1405
+ "916": "web site, website, internet site, site",
1406
+ "917": "comic book",
1407
+ "918": "crossword puzzle, crossword",
1408
+ "919": "street sign",
1409
+ "920": "traffic light, traffic signal, stoplight",
1410
+ "921": "book jacket, dust cover, dust jacket, dust wrapper",
1411
+ "922": "menu",
1412
+ "923": "plate",
1413
+ "924": "guacamole",
1414
+ "925": "consomme",
1415
+ "926": "hot pot, hotpot",
1416
+ "927": "trifle",
1417
+ "928": "ice cream, icecream",
1418
+ "929": "ice lolly, lolly, lollipop, popsicle",
1419
+ "930": "French loaf",
1420
+ "931": "bagel, beigel",
1421
+ "932": "pretzel",
1422
+ "933": "cheeseburger",
1423
+ "934": "hotdog, hot dog, red hot",
1424
+ "935": "mashed potato",
1425
+ "936": "head cabbage",
1426
+ "937": "broccoli",
1427
+ "938": "cauliflower",
1428
+ "939": "zucchini, courgette",
1429
+ "940": "spaghetti squash",
1430
+ "941": "acorn squash",
1431
+ "942": "butternut squash",
1432
+ "943": "cucumber, cuke",
1433
+ "944": "artichoke, globe artichoke",
1434
+ "945": "bell pepper",
1435
+ "946": "cardoon",
1436
+ "947": "mushroom",
1437
+ "948": "Granny Smith",
1438
+ "949": "strawberry",
1439
+ "950": "orange",
1440
+ "951": "lemon",
1441
+ "952": "fig",
1442
+ "953": "pineapple, ananas",
1443
+ "954": "banana",
1444
+ "955": "jackfruit, jak, jack",
1445
+ "956": "custard apple",
1446
+ "957": "pomegranate",
1447
+ "958": "hay",
1448
+ "959": "carbonara",
1449
+ "960": "chocolate sauce, chocolate syrup",
1450
+ "961": "dough",
1451
+ "962": "meat loaf, meatloaf",
1452
+ "963": "pizza, pizza pie",
1453
+ "964": "potpie",
1454
+ "965": "burrito",
1455
+ "966": "red wine",
1456
+ "967": "espresso",
1457
+ "968": "cup",
1458
+ "969": "eggnog",
1459
+ "970": "alp",
1460
+ "971": "bubble",
1461
+ "972": "cliff, drop, drop-off",
1462
+ "973": "coral reef",
1463
+ "974": "geyser",
1464
+ "975": "lakeside, lakeshore",
1465
+ "976": "promontory, headland, head, foreland",
1466
+ "977": "sandbar, sand bar",
1467
+ "978": "seashore, coast, seacoast, sea-coast",
1468
+ "979": "valley, vale",
1469
+ "980": "volcano",
1470
+ "981": "ballplayer, baseball player",
1471
+ "982": "groom, bridegroom",
1472
+ "983": "scuba diver",
1473
+ "984": "rapeseed",
1474
+ "985": "daisy",
1475
+ "986": "yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum",
1476
+ "987": "corn",
1477
+ "988": "acorn",
1478
+ "989": "hip, rose hip, rosehip",
1479
+ "990": "buckeye, horse chestnut, conker",
1480
+ "991": "coral fungus",
1481
+ "992": "agaric",
1482
+ "993": "gyromitra",
1483
+ "994": "stinkhorn, carrion fungus",
1484
+ "995": "earthstar",
1485
+ "996": "hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa",
1486
+ "997": "bolete",
1487
+ "998": "ear, spike, capitulum",
1488
+ "999": "toilet tissue, toilet paper, bathroom tissue"
1489
+ },
1490
+ "image_size": 224,
1491
+ "initializer_range": 0.02,
1492
+ "intermediate_size": 3072,
1493
+ "is_decoder": false,
1494
+ "is_encoder_decoder": false,
1495
+ "label2id": {
1496
+ "Afghan hound, Afghan": 160,
1497
+ "African chameleon, Chamaeleo chamaeleon": 47,
1498
+ "African crocodile, Nile crocodile, Crocodylus niloticus": 49,
1499
+ "African elephant, Loxodonta africana": 386,
1500
+ "African grey, African gray, Psittacus erithacus": 87,
1501
+ "African hunting dog, hyena dog, Cape hunting dog, Lycaon pictus": 275,
1502
+ "Airedale, Airedale terrier": 191,
1503
+ "American Staffordshire terrier, Staffordshire terrier, American pit bull terrier, pit bull terrier": 180,
1504
+ "American alligator, Alligator mississipiensis": 50,
1505
+ "American black bear, black bear, Ursus americanus, Euarctos americanus": 295,
1506
+ "American chameleon, anole, Anolis carolinensis": 40,
1507
+ "American coot, marsh hen, mud hen, water hen, Fulica americana": 137,
1508
+ "American egret, great white heron, Egretta albus": 132,
1509
+ "American lobster, Northern lobster, Maine lobster, Homarus americanus": 122,
1510
+ "Angora, Angora rabbit": 332,
1511
+ "Appenzeller": 240,
1512
+ "Arabian camel, dromedary, Camelus dromedarius": 354,
1513
+ "Arctic fox, white fox, Alopex lagopus": 279,
1514
+ "Australian terrier": 193,
1515
+ "Band Aid": 419,
1516
+ "Bedlington terrier": 181,
1517
+ "Bernese mountain dog": 239,
1518
+ "Blenheim spaniel": 156,
1519
+ "Border collie": 232,
1520
+ "Border terrier": 182,
1521
+ "Boston bull, Boston terrier": 195,
1522
+ "Bouvier des Flandres, Bouviers des Flandres": 233,
1523
+ "Brabancon griffon": 262,
1524
+ "Brittany spaniel": 215,
1525
+ "CD player": 485,
1526
+ "Cardigan, Cardigan Welsh corgi": 264,
1527
+ "Chesapeake Bay retriever": 209,
1528
+ "Chihuahua": 151,
1529
+ "Christmas stocking": 496,
1530
+ "Crock Pot": 521,
1531
+ "Dandie Dinmont, Dandie Dinmont terrier": 194,
1532
+ "Doberman, Doberman pinscher": 236,
1533
+ "Dungeness crab, Cancer magister": 118,
1534
+ "Dutch oven": 544,
1535
+ "Egyptian cat": 285,
1536
+ "English foxhound": 167,
1537
+ "English setter": 212,
1538
+ "English springer, English springer spaniel": 217,
1539
+ "EntleBucher": 241,
1540
+ "Eskimo dog, husky": 248,
1541
+ "European fire salamander, Salamandra salamandra": 25,
1542
+ "European gallinule, Porphyrio porphyrio": 136,
1543
+ "French bulldog": 245,
1544
+ "French horn, horn": 566,
1545
+ "French loaf": 930,
1546
+ "German shepherd, German shepherd dog, German police dog, alsatian": 235,
1547
+ "German short-haired pointer": 210,
1548
+ "Gila monster, Heloderma suspectum": 45,
1549
+ "Gordon setter": 214,
1550
+ "Granny Smith": 948,
1551
+ "Great Dane": 246,
1552
+ "Great Pyrenees": 257,
1553
+ "Greater Swiss Mountain dog": 238,
1554
+ "Ibizan hound, Ibizan Podenco": 173,
1555
+ "Indian cobra, Naja naja": 63,
1556
+ "Indian elephant, Elephas maximus": 385,
1557
+ "Irish setter, red setter": 213,
1558
+ "Irish terrier": 184,
1559
+ "Irish water spaniel": 221,
1560
+ "Irish wolfhound": 170,
1561
+ "Italian greyhound": 171,
1562
+ "Japanese spaniel": 152,
1563
+ "Kerry blue terrier": 183,
1564
+ "Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis": 48,
1565
+ "Labrador retriever": 208,
1566
+ "Lakeland terrier": 189,
1567
+ "Leonberg": 255,
1568
+ "Lhasa, Lhasa apso": 204,
1569
+ "Loafer": 630,
1570
+ "Madagascar cat, ring-tailed lemur, Lemur catta": 383,
1571
+ "Maltese dog, Maltese terrier, Maltese": 153,
1572
+ "Mexican hairless": 268,
1573
+ "Model T": 661,
1574
+ "Newfoundland, Newfoundland dog": 256,
1575
+ "Norfolk terrier": 185,
1576
+ "Norwegian elkhound, elkhound": 174,
1577
+ "Norwich terrier": 186,
1578
+ "Old English sheepdog, bobtail": 229,
1579
+ "Pekinese, Pekingese, Peke": 154,
1580
+ "Pembroke, Pembroke Welsh corgi": 263,
1581
+ "Persian cat": 283,
1582
+ "Petri dish": 712,
1583
+ "Polaroid camera, Polaroid Land camera": 732,
1584
+ "Pomeranian": 259,
1585
+ "Rhodesian ridgeback": 159,
1586
+ "Rottweiler": 234,
1587
+ "Saint Bernard, St Bernard": 247,
1588
+ "Saluki, gazelle hound": 176,
1589
+ "Samoyed, Samoyede": 258,
1590
+ "Scotch terrier, Scottish terrier, Scottie": 199,
1591
+ "Scottish deerhound, deerhound": 177,
1592
+ "Sealyham terrier, Sealyham": 190,
1593
+ "Shetland sheepdog, Shetland sheep dog, Shetland": 230,
1594
+ "Shih-Tzu": 155,
1595
+ "Siamese cat, Siamese": 284,
1596
+ "Siberian husky": 250,
1597
+ "Staffordshire bullterrier, Staffordshire bull terrier": 179,
1598
+ "Sussex spaniel": 220,
1599
+ "Tibetan mastiff": 244,
1600
+ "Tibetan terrier, chrysanthemum dog": 200,
1601
+ "Walker hound, Walker foxhound": 166,
1602
+ "Weimaraner": 178,
1603
+ "Welsh springer spaniel": 218,
1604
+ "West Highland white terrier": 203,
1605
+ "Windsor tie": 906,
1606
+ "Yorkshire terrier": 187,
1607
+ "abacus": 398,
1608
+ "abaya": 399,
1609
+ "academic gown, academic robe, judge's robe": 400,
1610
+ "accordion, piano accordion, squeeze box": 401,
1611
+ "acorn": 988,
1612
+ "acorn squash": 941,
1613
+ "acoustic guitar": 402,
1614
+ "admiral": 321,
1615
+ "affenpinscher, monkey pinscher, monkey dog": 252,
1616
+ "agama": 42,
1617
+ "agaric": 992,
1618
+ "aircraft carrier, carrier, flattop, attack aircraft carrier": 403,
1619
+ "airliner": 404,
1620
+ "airship, dirigible": 405,
1621
+ "albatross, mollymawk": 146,
1622
+ "alligator lizard": 44,
1623
+ "alp": 970,
1624
+ "altar": 406,
1625
+ "ambulance": 407,
1626
+ "amphibian, amphibious vehicle": 408,
1627
+ "analog clock": 409,
1628
+ "anemone fish": 393,
1629
+ "ant, emmet, pismire": 310,
1630
+ "apiary, bee house": 410,
1631
+ "apron": 411,
1632
+ "armadillo": 363,
1633
+ "artichoke, globe artichoke": 944,
1634
+ "ashcan, trash can, garbage can, wastebin, ash bin, ash-bin, ashbin, dustbin, trash barrel, trash bin": 412,
1635
+ "assault rifle, assault gun": 413,
1636
+ "axolotl, mud puppy, Ambystoma mexicanum": 29,
1637
+ "baboon": 372,
1638
+ "backpack, back pack, knapsack, packsack, rucksack, haversack": 414,
1639
+ "badger": 362,
1640
+ "bagel, beigel": 931,
1641
+ "bakery, bakeshop, bakehouse": 415,
1642
+ "balance beam, beam": 416,
1643
+ "bald eagle, American eagle, Haliaeetus leucocephalus": 22,
1644
+ "balloon": 417,
1645
+ "ballplayer, baseball player": 981,
1646
+ "ballpoint, ballpoint pen, ballpen, Biro": 418,
1647
+ "banana": 954,
1648
+ "banded gecko": 38,
1649
+ "banjo": 420,
1650
+ "bannister, banister, balustrade, balusters, handrail": 421,
1651
+ "barbell": 422,
1652
+ "barber chair": 423,
1653
+ "barbershop": 424,
1654
+ "barn": 425,
1655
+ "barn spider, Araneus cavaticus": 73,
1656
+ "barometer": 426,
1657
+ "barracouta, snoek": 389,
1658
+ "barrel, cask": 427,
1659
+ "barrow, garden cart, lawn cart, wheelbarrow": 428,
1660
+ "baseball": 429,
1661
+ "basenji": 253,
1662
+ "basketball": 430,
1663
+ "basset, basset hound": 161,
1664
+ "bassinet": 431,
1665
+ "bassoon": 432,
1666
+ "bath towel": 434,
1667
+ "bathing cap, swimming cap": 433,
1668
+ "bathtub, bathing tub, bath, tub": 435,
1669
+ "beach wagon, station wagon, wagon, estate car, beach waggon, station waggon, waggon": 436,
1670
+ "beacon, lighthouse, beacon light, pharos": 437,
1671
+ "beagle": 162,
1672
+ "beaker": 438,
1673
+ "bearskin, busby, shako": 439,
1674
+ "beaver": 337,
1675
+ "bee": 309,
1676
+ "bee eater": 92,
1677
+ "beer bottle": 440,
1678
+ "beer glass": 441,
1679
+ "bell cote, bell cot": 442,
1680
+ "bell pepper": 945,
1681
+ "bib": 443,
1682
+ "bicycle-built-for-two, tandem bicycle, tandem": 444,
1683
+ "bighorn, bighorn sheep, cimarron, Rocky Mountain bighorn, Rocky Mountain sheep, Ovis canadensis": 349,
1684
+ "bikini, two-piece": 445,
1685
+ "binder, ring-binder": 446,
1686
+ "binoculars, field glasses, opera glasses": 447,
1687
+ "birdhouse": 448,
1688
+ "bison": 347,
1689
+ "bittern": 133,
1690
+ "black and gold garden spider, Argiope aurantia": 72,
1691
+ "black grouse": 80,
1692
+ "black stork, Ciconia nigra": 128,
1693
+ "black swan, Cygnus atratus": 100,
1694
+ "black widow, Latrodectus mactans": 75,
1695
+ "black-and-tan coonhound": 165,
1696
+ "black-footed ferret, ferret, Mustela nigripes": 359,
1697
+ "bloodhound, sleuthhound": 163,
1698
+ "bluetick": 164,
1699
+ "boa constrictor, Constrictor constrictor": 61,
1700
+ "boathouse": 449,
1701
+ "bobsled, bobsleigh, bob": 450,
1702
+ "bolete": 997,
1703
+ "bolo tie, bolo, bola tie, bola": 451,
1704
+ "bonnet, poke bonnet": 452,
1705
+ "book jacket, dust cover, dust jacket, dust wrapper": 921,
1706
+ "bookcase": 453,
1707
+ "bookshop, bookstore, bookstall": 454,
1708
+ "borzoi, Russian wolfhound": 169,
1709
+ "bottlecap": 455,
1710
+ "bow": 456,
1711
+ "bow tie, bow-tie, bowtie": 457,
1712
+ "box turtle, box tortoise": 37,
1713
+ "boxer": 242,
1714
+ "brain coral": 109,
1715
+ "brambling, Fringilla montifringilla": 10,
1716
+ "brass, memorial tablet, plaque": 458,
1717
+ "brassiere, bra, bandeau": 459,
1718
+ "breakwater, groin, groyne, mole, bulwark, seawall, jetty": 460,
1719
+ "breastplate, aegis, egis": 461,
1720
+ "briard": 226,
1721
+ "broccoli": 937,
1722
+ "broom": 462,
1723
+ "brown bear, bruin, Ursus arctos": 294,
1724
+ "bubble": 971,
1725
+ "bucket, pail": 463,
1726
+ "buckeye, horse chestnut, conker": 990,
1727
+ "buckle": 464,
1728
+ "bulbul": 16,
1729
+ "bull mastiff": 243,
1730
+ "bullet train, bullet": 466,
1731
+ "bulletproof vest": 465,
1732
+ "bullfrog, Rana catesbeiana": 30,
1733
+ "burrito": 965,
1734
+ "bustard": 138,
1735
+ "butcher shop, meat market": 467,
1736
+ "butternut squash": 942,
1737
+ "cab, hack, taxi, taxicab": 468,
1738
+ "cabbage butterfly": 324,
1739
+ "cairn, cairn terrier": 192,
1740
+ "caldron, cauldron": 469,
1741
+ "can opener, tin opener": 473,
1742
+ "candle, taper, wax light": 470,
1743
+ "cannon": 471,
1744
+ "canoe": 472,
1745
+ "capuchin, ringtail, Cebus capucinus": 378,
1746
+ "car mirror": 475,
1747
+ "car wheel": 479,
1748
+ "carbonara": 959,
1749
+ "cardigan": 474,
1750
+ "cardoon": 946,
1751
+ "carousel, carrousel, merry-go-round, roundabout, whirligig": 476,
1752
+ "carpenter's kit, tool kit": 477,
1753
+ "carton": 478,
1754
+ "cash machine, cash dispenser, automated teller machine, automatic teller machine, automated teller, automatic teller, ATM": 480,
1755
+ "cassette": 481,
1756
+ "cassette player": 482,
1757
+ "castle": 483,
1758
+ "catamaran": 484,
1759
+ "cauliflower": 938,
1760
+ "cello, violoncello": 486,
1761
+ "cellular telephone, cellular phone, cellphone, cell, mobile phone": 487,
1762
+ "centipede": 79,
1763
+ "chain": 488,
1764
+ "chain mail, ring mail, mail, chain armor, chain armour, ring armor, ring armour": 490,
1765
+ "chain saw, chainsaw": 491,
1766
+ "chainlink fence": 489,
1767
+ "chambered nautilus, pearly nautilus, nautilus": 117,
1768
+ "cheeseburger": 933,
1769
+ "cheetah, chetah, Acinonyx jubatus": 293,
1770
+ "chest": 492,
1771
+ "chickadee": 19,
1772
+ "chiffonier, commode": 493,
1773
+ "chime, bell, gong": 494,
1774
+ "chimpanzee, chimp, Pan troglodytes": 367,
1775
+ "china cabinet, china closet": 495,
1776
+ "chiton, coat-of-mail shell, sea cradle, polyplacophore": 116,
1777
+ "chocolate sauce, chocolate syrup": 960,
1778
+ "chow, chow chow": 260,
1779
+ "church, church building": 497,
1780
+ "cicada, cicala": 316,
1781
+ "cinema, movie theater, movie theatre, movie house, picture palace": 498,
1782
+ "cleaver, meat cleaver, chopper": 499,
1783
+ "cliff dwelling": 500,
1784
+ "cliff, drop, drop-off": 972,
1785
+ "cloak": 501,
1786
+ "clog, geta, patten, sabot": 502,
1787
+ "clumber, clumber spaniel": 216,
1788
+ "cock": 7,
1789
+ "cocker spaniel, English cocker spaniel, cocker": 219,
1790
+ "cockroach, roach": 314,
1791
+ "cocktail shaker": 503,
1792
+ "coffee mug": 504,
1793
+ "coffeepot": 505,
1794
+ "coho, cohoe, coho salmon, blue jack, silver salmon, Oncorhynchus kisutch": 391,
1795
+ "coil, spiral, volute, whorl, helix": 506,
1796
+ "collie": 231,
1797
+ "colobus, colobus monkey": 375,
1798
+ "combination lock": 507,
1799
+ "comic book": 917,
1800
+ "common iguana, iguana, Iguana iguana": 39,
1801
+ "common newt, Triturus vulgaris": 26,
1802
+ "computer keyboard, keypad": 508,
1803
+ "conch": 112,
1804
+ "confectionery, confectionary, candy store": 509,
1805
+ "consomme": 925,
1806
+ "container ship, containership, container vessel": 510,
1807
+ "convertible": 511,
1808
+ "coral fungus": 991,
1809
+ "coral reef": 973,
1810
+ "corkscrew, bottle screw": 512,
1811
+ "corn": 987,
1812
+ "cornet, horn, trumpet, trump": 513,
1813
+ "coucal": 91,
1814
+ "cougar, puma, catamount, mountain lion, painter, panther, Felis concolor": 286,
1815
+ "cowboy boot": 514,
1816
+ "cowboy hat, ten-gallon hat": 515,
1817
+ "coyote, prairie wolf, brush wolf, Canis latrans": 272,
1818
+ "cradle": 516,
1819
+ "crane": 517,
1820
+ "crash helmet": 518,
1821
+ "crate": 519,
1822
+ "crayfish, crawfish, crawdad, crawdaddy": 124,
1823
+ "crib, cot": 520,
1824
+ "cricket": 312,
1825
+ "croquet ball": 522,
1826
+ "crossword puzzle, crossword": 918,
1827
+ "crutch": 523,
1828
+ "cucumber, cuke": 943,
1829
+ "cuirass": 524,
1830
+ "cup": 968,
1831
+ "curly-coated retriever": 206,
1832
+ "custard apple": 956,
1833
+ "daisy": 985,
1834
+ "dalmatian, coach dog, carriage dog": 251,
1835
+ "dam, dike, dyke": 525,
1836
+ "damselfly": 320,
1837
+ "desk": 526,
1838
+ "desktop computer": 527,
1839
+ "dhole, Cuon alpinus": 274,
1840
+ "dial telephone, dial phone": 528,
1841
+ "diamondback, diamondback rattlesnake, Crotalus adamanteus": 67,
1842
+ "diaper, nappy, napkin": 529,
1843
+ "digital clock": 530,
1844
+ "digital watch": 531,
1845
+ "dingo, warrigal, warragal, Canis dingo": 273,
1846
+ "dining table, board": 532,
1847
+ "dishrag, dishcloth": 533,
1848
+ "dishwasher, dish washer, dishwashing machine": 534,
1849
+ "disk brake, disc brake": 535,
1850
+ "dock, dockage, docking facility": 536,
1851
+ "dogsled, dog sled, dog sleigh": 537,
1852
+ "dome": 538,
1853
+ "doormat, welcome mat": 539,
1854
+ "dough": 961,
1855
+ "dowitcher": 142,
1856
+ "dragonfly, darning needle, devil's darning needle, sewing needle, snake feeder, snake doctor, mosquito hawk, skeeter hawk": 319,
1857
+ "drake": 97,
1858
+ "drilling platform, offshore rig": 540,
1859
+ "drum, membranophone, tympan": 541,
1860
+ "drumstick": 542,
1861
+ "dugong, Dugong dugon": 149,
1862
+ "dumbbell": 543,
1863
+ "dung beetle": 305,
1864
+ "ear, spike, capitulum": 998,
1865
+ "earthstar": 995,
1866
+ "echidna, spiny anteater, anteater": 102,
1867
+ "eel": 390,
1868
+ "eft": 27,
1869
+ "eggnog": 969,
1870
+ "electric fan, blower": 545,
1871
+ "electric guitar": 546,
1872
+ "electric locomotive": 547,
1873
+ "electric ray, crampfish, numbfish, torpedo": 5,
1874
+ "entertainment center": 548,
1875
+ "envelope": 549,
1876
+ "espresso": 967,
1877
+ "espresso maker": 550,
1878
+ "face powder": 551,
1879
+ "feather boa, boa": 552,
1880
+ "fiddler crab": 120,
1881
+ "fig": 952,
1882
+ "file, file cabinet, filing cabinet": 553,
1883
+ "fire engine, fire truck": 555,
1884
+ "fire screen, fireguard": 556,
1885
+ "fireboat": 554,
1886
+ "flagpole, flagstaff": 557,
1887
+ "flamingo": 130,
1888
+ "flat-coated retriever": 205,
1889
+ "flatworm, platyhelminth": 110,
1890
+ "flute, transverse flute": 558,
1891
+ "fly": 308,
1892
+ "folding chair": 559,
1893
+ "football helmet": 560,
1894
+ "forklift": 561,
1895
+ "fountain": 562,
1896
+ "fountain pen": 563,
1897
+ "four-poster": 564,
1898
+ "fox squirrel, eastern fox squirrel, Sciurus niger": 335,
1899
+ "freight car": 565,
1900
+ "frilled lizard, Chlamydosaurus kingi": 43,
1901
+ "frying pan, frypan, skillet": 567,
1902
+ "fur coat": 568,
1903
+ "gar, garfish, garpike, billfish, Lepisosteus osseus": 395,
1904
+ "garbage truck, dustcart": 569,
1905
+ "garden spider, Aranea diademata": 74,
1906
+ "garter snake, grass snake": 57,
1907
+ "gas pump, gasoline pump, petrol pump, island dispenser": 571,
1908
+ "gasmask, respirator, gas helmet": 570,
1909
+ "gazelle": 353,
1910
+ "geyser": 974,
1911
+ "giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca": 388,
1912
+ "giant schnauzer": 197,
1913
+ "gibbon, Hylobates lar": 368,
1914
+ "go-kart": 573,
1915
+ "goblet": 572,
1916
+ "golden retriever": 207,
1917
+ "goldfinch, Carduelis carduelis": 11,
1918
+ "goldfish, Carassius auratus": 1,
1919
+ "golf ball": 574,
1920
+ "golfcart, golf cart": 575,
1921
+ "gondola": 576,
1922
+ "gong, tam-tam": 577,
1923
+ "goose": 99,
1924
+ "gorilla, Gorilla gorilla": 366,
1925
+ "gown": 578,
1926
+ "grand piano, grand": 579,
1927
+ "grasshopper, hopper": 311,
1928
+ "great grey owl, great gray owl, Strix nebulosa": 24,
1929
+ "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias": 2,
1930
+ "green lizard, Lacerta viridis": 46,
1931
+ "green mamba": 64,
1932
+ "green snake, grass snake": 55,
1933
+ "greenhouse, nursery, glasshouse": 580,
1934
+ "grey fox, gray fox, Urocyon cinereoargenteus": 280,
1935
+ "grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus": 147,
1936
+ "grille, radiator grille": 581,
1937
+ "grocery store, grocery, food market, market": 582,
1938
+ "groenendael": 224,
1939
+ "groom, bridegroom": 982,
1940
+ "ground beetle, carabid beetle": 302,
1941
+ "guacamole": 924,
1942
+ "guenon, guenon monkey": 370,
1943
+ "guillotine": 583,
1944
+ "guinea pig, Cavia cobaya": 338,
1945
+ "gyromitra": 993,
1946
+ "hair slide": 584,
1947
+ "hair spray": 585,
1948
+ "half track": 586,
1949
+ "hammer": 587,
1950
+ "hammerhead, hammerhead shark": 4,
1951
+ "hamper": 588,
1952
+ "hamster": 333,
1953
+ "hand blower, blow dryer, blow drier, hair dryer, hair drier": 589,
1954
+ "hand-held computer, hand-held microcomputer": 590,
1955
+ "handkerchief, hankie, hanky, hankey": 591,
1956
+ "hard disc, hard disk, fixed disk": 592,
1957
+ "hare": 331,
1958
+ "harmonica, mouth organ, harp, mouth harp": 593,
1959
+ "harp": 594,
1960
+ "hartebeest": 351,
1961
+ "harvester, reaper": 595,
1962
+ "harvestman, daddy longlegs, Phalangium opilio": 70,
1963
+ "hatchet": 596,
1964
+ "hay": 958,
1965
+ "head cabbage": 936,
1966
+ "hen": 8,
1967
+ "hen-of-the-woods, hen of the woods, Polyporus frondosus, Grifola frondosa": 996,
1968
+ "hermit crab": 125,
1969
+ "hip, rose hip, rosehip": 989,
1970
+ "hippopotamus, hippo, river horse, Hippopotamus amphibius": 344,
1971
+ "hog, pig, grunter, squealer, Sus scrofa": 341,
1972
+ "hognose snake, puff adder, sand viper": 54,
1973
+ "holster": 597,
1974
+ "home theater, home theatre": 598,
1975
+ "honeycomb": 599,
1976
+ "hook, claw": 600,
1977
+ "hoopskirt, crinoline": 601,
1978
+ "horizontal bar, high bar": 602,
1979
+ "hornbill": 93,
1980
+ "horned viper, cerastes, sand viper, horned asp, Cerastes cornutus": 66,
1981
+ "horse cart, horse-cart": 603,
1982
+ "hot pot, hotpot": 926,
1983
+ "hotdog, hot dog, red hot": 934,
1984
+ "hourglass": 604,
1985
+ "house finch, linnet, Carpodacus mexicanus": 12,
1986
+ "howler monkey, howler": 379,
1987
+ "hummingbird": 94,
1988
+ "hyena, hyaena": 276,
1989
+ "iPod": 605,
1990
+ "ibex, Capra ibex": 350,
1991
+ "ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus": 296,
1992
+ "ice cream, icecream": 928,
1993
+ "ice lolly, lolly, lollipop, popsicle": 929,
1994
+ "impala, Aepyceros melampus": 352,
1995
+ "indigo bunting, indigo finch, indigo bird, Passerina cyanea": 14,
1996
+ "indri, indris, Indri indri, Indri brevicaudatus": 384,
1997
+ "iron, smoothing iron": 606,
1998
+ "isopod": 126,
1999
+ "jacamar": 95,
2000
+ "jack-o'-lantern": 607,
2001
+ "jackfruit, jak, jack": 955,
2002
+ "jaguar, panther, Panthera onca, Felis onca": 290,
2003
+ "jay": 17,
2004
+ "jean, blue jean, denim": 608,
2005
+ "jeep, landrover": 609,
2006
+ "jellyfish": 107,
2007
+ "jersey, T-shirt, tee shirt": 610,
2008
+ "jigsaw puzzle": 611,
2009
+ "jinrikisha, ricksha, rickshaw": 612,
2010
+ "joystick": 613,
2011
+ "junco, snowbird": 13,
2012
+ "keeshond": 261,
2013
+ "kelpie": 227,
2014
+ "killer whale, killer, orca, grampus, sea wolf, Orcinus orca": 148,
2015
+ "kimono": 614,
2016
+ "king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica": 121,
2017
+ "king penguin, Aptenodytes patagonica": 145,
2018
+ "king snake, kingsnake": 56,
2019
+ "kit fox, Vulpes macrotis": 278,
2020
+ "kite": 21,
2021
+ "knee pad": 615,
2022
+ "knot": 616,
2023
+ "koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus": 105,
2024
+ "komondor": 228,
2025
+ "kuvasz": 222,
2026
+ "lab coat, laboratory coat": 617,
2027
+ "lacewing, lacewing fly": 318,
2028
+ "ladle": 618,
2029
+ "ladybug, ladybeetle, lady beetle, ladybird, ladybird beetle": 301,
2030
+ "lakeside, lakeshore": 975,
2031
+ "lampshade, lamp shade": 619,
2032
+ "langur": 374,
2033
+ "laptop, laptop computer": 620,
2034
+ "lawn mower, mower": 621,
2035
+ "leaf beetle, chrysomelid": 304,
2036
+ "leafhopper": 317,
2037
+ "leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea": 34,
2038
+ "lemon": 951,
2039
+ "lens cap, lens cover": 622,
2040
+ "leopard, Panthera pardus": 288,
2041
+ "lesser panda, red panda, panda, bear cat, cat bear, Ailurus fulgens": 387,
2042
+ "letter opener, paper knife, paperknife": 623,
2043
+ "library": 624,
2044
+ "lifeboat": 625,
2045
+ "lighter, light, igniter, ignitor": 626,
2046
+ "limousine, limo": 627,
2047
+ "limpkin, Aramus pictus": 135,
2048
+ "liner, ocean liner": 628,
2049
+ "lion, king of beasts, Panthera leo": 291,
2050
+ "lionfish": 396,
2051
+ "lipstick, lip rouge": 629,
2052
+ "little blue heron, Egretta caerulea": 131,
2053
+ "llama": 355,
2054
+ "loggerhead, loggerhead turtle, Caretta caretta": 33,
2055
+ "long-horned beetle, longicorn, longicorn beetle": 303,
2056
+ "lorikeet": 90,
2057
+ "lotion": 631,
2058
+ "loudspeaker, speaker, speaker unit, loudspeaker system, speaker system": 632,
2059
+ "loupe, jeweler's loupe": 633,
2060
+ "lumbermill, sawmill": 634,
2061
+ "lycaenid, lycaenid butterfly": 326,
2062
+ "lynx, catamount": 287,
2063
+ "macaque": 373,
2064
+ "macaw": 88,
2065
+ "magnetic compass": 635,
2066
+ "magpie": 18,
2067
+ "mailbag, postbag": 636,
2068
+ "mailbox, letter box": 637,
2069
+ "maillot": 638,
2070
+ "maillot, tank suit": 639,
2071
+ "malamute, malemute, Alaskan malamute": 249,
2072
+ "malinois": 225,
2073
+ "manhole cover": 640,
2074
+ "mantis, mantid": 315,
2075
+ "maraca": 641,
2076
+ "marimba, xylophone": 642,
2077
+ "marmoset": 377,
2078
+ "marmot": 336,
2079
+ "mashed potato": 935,
2080
+ "mask": 643,
2081
+ "matchstick": 644,
2082
+ "maypole": 645,
2083
+ "maze, labyrinth": 646,
2084
+ "measuring cup": 647,
2085
+ "meat loaf, meatloaf": 962,
2086
+ "medicine chest, medicine cabinet": 648,
2087
+ "meerkat, mierkat": 299,
2088
+ "megalith, megalithic structure": 649,
2089
+ "menu": 922,
2090
+ "microphone, mike": 650,
2091
+ "microwave, microwave oven": 651,
2092
+ "military uniform": 652,
2093
+ "milk can": 653,
2094
+ "miniature pinscher": 237,
2095
+ "miniature poodle": 266,
2096
+ "miniature schnauzer": 196,
2097
+ "minibus": 654,
2098
+ "miniskirt, mini": 655,
2099
+ "minivan": 656,
2100
+ "mink": 357,
2101
+ "missile": 657,
2102
+ "mitten": 658,
2103
+ "mixing bowl": 659,
2104
+ "mobile home, manufactured home": 660,
2105
+ "modem": 662,
2106
+ "monarch, monarch butterfly, milkweed butterfly, Danaus plexippus": 323,
2107
+ "monastery": 663,
2108
+ "mongoose": 298,
2109
+ "monitor": 664,
2110
+ "moped": 665,
2111
+ "mortar": 666,
2112
+ "mortarboard": 667,
2113
+ "mosque": 668,
2114
+ "mosquito net": 669,
2115
+ "motor scooter, scooter": 670,
2116
+ "mountain bike, all-terrain bike, off-roader": 671,
2117
+ "mountain tent": 672,
2118
+ "mouse, computer mouse": 673,
2119
+ "mousetrap": 674,
2120
+ "moving van": 675,
2121
+ "mud turtle": 35,
2122
+ "mushroom": 947,
2123
+ "muzzle": 676,
2124
+ "nail": 677,
2125
+ "neck brace": 678,
2126
+ "necklace": 679,
2127
+ "nematode, nematode worm, roundworm": 111,
2128
+ "night snake, Hypsiglena torquata": 60,
2129
+ "nipple": 680,
2130
+ "notebook, notebook computer": 681,
2131
+ "obelisk": 682,
2132
+ "oboe, hautboy, hautbois": 683,
2133
+ "ocarina, sweet potato": 684,
2134
+ "odometer, hodometer, mileometer, milometer": 685,
2135
+ "oil filter": 686,
2136
+ "orange": 950,
2137
+ "orangutan, orang, orangutang, Pongo pygmaeus": 365,
2138
+ "organ, pipe organ": 687,
2139
+ "oscilloscope, scope, cathode-ray oscilloscope, CRO": 688,
2140
+ "ostrich, Struthio camelus": 9,
2141
+ "otter": 360,
2142
+ "otterhound, otter hound": 175,
2143
+ "overskirt": 689,
2144
+ "ox": 345,
2145
+ "oxcart": 690,
2146
+ "oxygen mask": 691,
2147
+ "oystercatcher, oyster catcher": 143,
2148
+ "packet": 692,
2149
+ "paddle, boat paddle": 693,
2150
+ "paddlewheel, paddle wheel": 694,
2151
+ "padlock": 695,
2152
+ "paintbrush": 696,
2153
+ "pajama, pyjama, pj's, jammies": 697,
2154
+ "palace": 698,
2155
+ "panpipe, pandean pipe, syrinx": 699,
2156
+ "paper towel": 700,
2157
+ "papillon": 157,
2158
+ "parachute, chute": 701,
2159
+ "parallel bars, bars": 702,
2160
+ "park bench": 703,
2161
+ "parking meter": 704,
2162
+ "partridge": 86,
2163
+ "passenger car, coach, carriage": 705,
2164
+ "patas, hussar monkey, Erythrocebus patas": 371,
2165
+ "patio, terrace": 706,
2166
+ "pay-phone, pay-station": 707,
2167
+ "peacock": 84,
2168
+ "pedestal, plinth, footstall": 708,
2169
+ "pelican": 144,
2170
+ "pencil box, pencil case": 709,
2171
+ "pencil sharpener": 710,
2172
+ "perfume, essence": 711,
2173
+ "photocopier": 713,
2174
+ "pick, plectrum, plectron": 714,
2175
+ "pickelhaube": 715,
2176
+ "picket fence, paling": 716,
2177
+ "pickup, pickup truck": 717,
2178
+ "pier": 718,
2179
+ "piggy bank, penny bank": 719,
2180
+ "pill bottle": 720,
2181
+ "pillow": 721,
2182
+ "pineapple, ananas": 953,
2183
+ "ping-pong ball": 722,
2184
+ "pinwheel": 723,
2185
+ "pirate, pirate ship": 724,
2186
+ "pitcher, ewer": 725,
2187
+ "pizza, pizza pie": 963,
2188
+ "plane, carpenter's plane, woodworking plane": 726,
2189
+ "planetarium": 727,
2190
+ "plastic bag": 728,
2191
+ "plate": 923,
2192
+ "plate rack": 729,
2193
+ "platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus": 103,
2194
+ "plow, plough": 730,
2195
+ "plunger, plumber's helper": 731,
2196
+ "pole": 733,
2197
+ "polecat, fitch, foulmart, foumart, Mustela putorius": 358,
2198
+ "police van, police wagon, paddy wagon, patrol wagon, wagon, black Maria": 734,
2199
+ "pomegranate": 957,
2200
+ "poncho": 735,
2201
+ "pool table, billiard table, snooker table": 736,
2202
+ "pop bottle, soda bottle": 737,
2203
+ "porcupine, hedgehog": 334,
2204
+ "pot, flowerpot": 738,
2205
+ "potpie": 964,
2206
+ "potter's wheel": 739,
2207
+ "power drill": 740,
2208
+ "prairie chicken, prairie grouse, prairie fowl": 83,
2209
+ "prayer rug, prayer mat": 741,
2210
+ "pretzel": 932,
2211
+ "printer": 742,
2212
+ "prison, prison house": 743,
2213
+ "proboscis monkey, Nasalis larvatus": 376,
2214
+ "projectile, missile": 744,
2215
+ "projector": 745,
2216
+ "promontory, headland, head, foreland": 976,
2217
+ "ptarmigan": 81,
2218
+ "puck, hockey puck": 746,
2219
+ "puffer, pufferfish, blowfish, globefish": 397,
2220
+ "pug, pug-dog": 254,
2221
+ "punching bag, punch bag, punching ball, punchball": 747,
2222
+ "purse": 748,
2223
+ "quail": 85,
2224
+ "quill, quill pen": 749,
2225
+ "quilt, comforter, comfort, puff": 750,
2226
+ "racer, race car, racing car": 751,
2227
+ "racket, racquet": 752,
2228
+ "radiator": 753,
2229
+ "radio telescope, radio reflector": 755,
2230
+ "radio, wireless": 754,
2231
+ "rain barrel": 756,
2232
+ "ram, tup": 348,
2233
+ "rapeseed": 984,
2234
+ "recreational vehicle, RV, R.V.": 757,
2235
+ "red fox, Vulpes vulpes": 277,
2236
+ "red wine": 966,
2237
+ "red wolf, maned wolf, Canis rufus, Canis niger": 271,
2238
+ "red-backed sandpiper, dunlin, Erolia alpina": 140,
2239
+ "red-breasted merganser, Mergus serrator": 98,
2240
+ "redbone": 168,
2241
+ "redshank, Tringa totanus": 141,
2242
+ "reel": 758,
2243
+ "reflex camera": 759,
2244
+ "refrigerator, icebox": 760,
2245
+ "remote control, remote": 761,
2246
+ "restaurant, eating house, eating place, eatery": 762,
2247
+ "revolver, six-gun, six-shooter": 763,
2248
+ "rhinoceros beetle": 306,
2249
+ "rifle": 764,
2250
+ "ringlet, ringlet butterfly": 322,
2251
+ "ringneck snake, ring-necked snake, ring snake": 53,
2252
+ "robin, American robin, Turdus migratorius": 15,
2253
+ "rock beauty, Holocanthus tricolor": 392,
2254
+ "rock crab, Cancer irroratus": 119,
2255
+ "rock python, rock snake, Python sebae": 62,
2256
+ "rocking chair, rocker": 765,
2257
+ "rotisserie": 766,
2258
+ "rubber eraser, rubber, pencil eraser": 767,
2259
+ "ruddy turnstone, Arenaria interpres": 139,
2260
+ "ruffed grouse, partridge, Bonasa umbellus": 82,
2261
+ "rugby ball": 768,
2262
+ "rule, ruler": 769,
2263
+ "running shoe": 770,
2264
+ "safe": 771,
2265
+ "safety pin": 772,
2266
+ "saltshaker, salt shaker": 773,
2267
+ "sandal": 774,
2268
+ "sandbar, sand bar": 977,
2269
+ "sarong": 775,
2270
+ "sax, saxophone": 776,
2271
+ "scabbard": 777,
2272
+ "scale, weighing machine": 778,
2273
+ "schipperke": 223,
2274
+ "school bus": 779,
2275
+ "schooner": 780,
2276
+ "scoreboard": 781,
2277
+ "scorpion": 71,
2278
+ "screen, CRT screen": 782,
2279
+ "screw": 783,
2280
+ "screwdriver": 784,
2281
+ "scuba diver": 983,
2282
+ "sea anemone, anemone": 108,
2283
+ "sea cucumber, holothurian": 329,
2284
+ "sea lion": 150,
2285
+ "sea slug, nudibranch": 115,
2286
+ "sea snake": 65,
2287
+ "sea urchin": 328,
2288
+ "seashore, coast, seacoast, sea-coast": 978,
2289
+ "seat belt, seatbelt": 785,
2290
+ "sewing machine": 786,
2291
+ "shield, buckler": 787,
2292
+ "shoe shop, shoe-shop, shoe store": 788,
2293
+ "shoji": 789,
2294
+ "shopping basket": 790,
2295
+ "shopping cart": 791,
2296
+ "shovel": 792,
2297
+ "shower cap": 793,
2298
+ "shower curtain": 794,
2299
+ "siamang, Hylobates syndactylus, Symphalangus syndactylus": 369,
2300
+ "sidewinder, horned rattlesnake, Crotalus cerastes": 68,
2301
+ "silky terrier, Sydney silky": 201,
2302
+ "ski": 795,
2303
+ "ski mask": 796,
2304
+ "skunk, polecat, wood pussy": 361,
2305
+ "sleeping bag": 797,
2306
+ "slide rule, slipstick": 798,
2307
+ "sliding door": 799,
2308
+ "slot, one-armed bandit": 800,
2309
+ "sloth bear, Melursus ursinus, Ursus ursinus": 297,
2310
+ "slug": 114,
2311
+ "snail": 113,
2312
+ "snorkel": 801,
2313
+ "snow leopard, ounce, Panthera uncia": 289,
2314
+ "snowmobile": 802,
2315
+ "snowplow, snowplough": 803,
2316
+ "soap dispenser": 804,
2317
+ "soccer ball": 805,
2318
+ "sock": 806,
2319
+ "soft-coated wheaten terrier": 202,
2320
+ "solar dish, solar collector, solar furnace": 807,
2321
+ "sombrero": 808,
2322
+ "sorrel": 339,
2323
+ "soup bowl": 809,
2324
+ "space bar": 810,
2325
+ "space heater": 811,
2326
+ "space shuttle": 812,
2327
+ "spaghetti squash": 940,
2328
+ "spatula": 813,
2329
+ "speedboat": 814,
2330
+ "spider monkey, Ateles geoffroyi": 381,
2331
+ "spider web, spider's web": 815,
2332
+ "spindle": 816,
2333
+ "spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish": 123,
2334
+ "spoonbill": 129,
2335
+ "sports car, sport car": 817,
2336
+ "spotlight, spot": 818,
2337
+ "spotted salamander, Ambystoma maculatum": 28,
2338
+ "squirrel monkey, Saimiri sciureus": 382,
2339
+ "stage": 819,
2340
+ "standard poodle": 267,
2341
+ "standard schnauzer": 198,
2342
+ "starfish, sea star": 327,
2343
+ "steam locomotive": 820,
2344
+ "steel arch bridge": 821,
2345
+ "steel drum": 822,
2346
+ "stethoscope": 823,
2347
+ "stingray": 6,
2348
+ "stinkhorn, carrion fungus": 994,
2349
+ "stole": 824,
2350
+ "stone wall": 825,
2351
+ "stopwatch, stop watch": 826,
2352
+ "stove": 827,
2353
+ "strainer": 828,
2354
+ "strawberry": 949,
2355
+ "street sign": 919,
2356
+ "streetcar, tram, tramcar, trolley, trolley car": 829,
2357
+ "stretcher": 830,
2358
+ "studio couch, day bed": 831,
2359
+ "stupa, tope": 832,
2360
+ "sturgeon": 394,
2361
+ "submarine, pigboat, sub, U-boat": 833,
2362
+ "suit, suit of clothes": 834,
2363
+ "sulphur butterfly, sulfur butterfly": 325,
2364
+ "sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita": 89,
2365
+ "sundial": 835,
2366
+ "sunglass": 836,
2367
+ "sunglasses, dark glasses, shades": 837,
2368
+ "sunscreen, sunblock, sun blocker": 838,
2369
+ "suspension bridge": 839,
2370
+ "swab, swob, mop": 840,
2371
+ "sweatshirt": 841,
2372
+ "swimming trunks, bathing trunks": 842,
2373
+ "swing": 843,
2374
+ "switch, electric switch, electrical switch": 844,
2375
+ "syringe": 845,
2376
+ "tabby, tabby cat": 281,
2377
+ "table lamp": 846,
2378
+ "tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui": 32,
2379
+ "tank, army tank, armored combat vehicle, armoured combat vehicle": 847,
2380
+ "tape player": 848,
2381
+ "tarantula": 76,
2382
+ "teapot": 849,
2383
+ "teddy, teddy bear": 850,
2384
+ "television, television system": 851,
2385
+ "tench, Tinca tinca": 0,
2386
+ "tennis ball": 852,
2387
+ "terrapin": 36,
2388
+ "thatch, thatched roof": 853,
2389
+ "theater curtain, theatre curtain": 854,
2390
+ "thimble": 855,
2391
+ "three-toed sloth, ai, Bradypus tridactylus": 364,
2392
+ "thresher, thrasher, threshing machine": 856,
2393
+ "throne": 857,
2394
+ "thunder snake, worm snake, Carphophis amoenus": 52,
2395
+ "tick": 78,
2396
+ "tiger beetle": 300,
2397
+ "tiger cat": 282,
2398
+ "tiger shark, Galeocerdo cuvieri": 3,
2399
+ "tiger, Panthera tigris": 292,
2400
+ "tile roof": 858,
2401
+ "timber wolf, grey wolf, gray wolf, Canis lupus": 269,
2402
+ "titi, titi monkey": 380,
2403
+ "toaster": 859,
2404
+ "tobacco shop, tobacconist shop, tobacconist": 860,
2405
+ "toilet seat": 861,
2406
+ "toilet tissue, toilet paper, bathroom tissue": 999,
2407
+ "torch": 862,
2408
+ "totem pole": 863,
2409
+ "toucan": 96,
2410
+ "tow truck, tow car, wrecker": 864,
2411
+ "toy poodle": 265,
2412
+ "toy terrier": 158,
2413
+ "toyshop": 865,
2414
+ "tractor": 866,
2415
+ "traffic light, traffic signal, stoplight": 920,
2416
+ "trailer truck, tractor trailer, trucking rig, rig, articulated lorry, semi": 867,
2417
+ "tray": 868,
2418
+ "tree frog, tree-frog": 31,
2419
+ "trench coat": 869,
2420
+ "triceratops": 51,
2421
+ "tricycle, trike, velocipede": 870,
2422
+ "trifle": 927,
2423
+ "trilobite": 69,
2424
+ "trimaran": 871,
2425
+ "tripod": 872,
2426
+ "triumphal arch": 873,
2427
+ "trolleybus, trolley coach, trackless trolley": 874,
2428
+ "trombone": 875,
2429
+ "tub, vat": 876,
2430
+ "turnstile": 877,
2431
+ "tusker": 101,
2432
+ "typewriter keyboard": 878,
2433
+ "umbrella": 879,
2434
+ "unicycle, monocycle": 880,
2435
+ "upright, upright piano": 881,
2436
+ "vacuum, vacuum cleaner": 882,
2437
+ "valley, vale": 979,
2438
+ "vase": 883,
2439
+ "vault": 884,
2440
+ "velvet": 885,
2441
+ "vending machine": 886,
2442
+ "vestment": 887,
2443
+ "viaduct": 888,
2444
+ "vine snake": 59,
2445
+ "violin, fiddle": 889,
2446
+ "vizsla, Hungarian pointer": 211,
2447
+ "volcano": 980,
2448
+ "volleyball": 890,
2449
+ "vulture": 23,
2450
+ "waffle iron": 891,
2451
+ "walking stick, walkingstick, stick insect": 313,
2452
+ "wall clock": 892,
2453
+ "wallaby, brush kangaroo": 104,
2454
+ "wallet, billfold, notecase, pocketbook": 893,
2455
+ "wardrobe, closet, press": 894,
2456
+ "warplane, military plane": 895,
2457
+ "warthog": 343,
2458
+ "washbasin, handbasin, washbowl, lavabo, wash-hand basin": 896,
2459
+ "washer, automatic washer, washing machine": 897,
2460
+ "water bottle": 898,
2461
+ "water buffalo, water ox, Asiatic buffalo, Bubalus bubalis": 346,
2462
+ "water jug": 899,
2463
+ "water ouzel, dipper": 20,
2464
+ "water snake": 58,
2465
+ "water tower": 900,
2466
+ "weasel": 356,
2467
+ "web site, website, internet site, site": 916,
2468
+ "weevil": 307,
2469
+ "whippet": 172,
2470
+ "whiptail, whiptail lizard": 41,
2471
+ "whiskey jug": 901,
2472
+ "whistle": 902,
2473
+ "white stork, Ciconia ciconia": 127,
2474
+ "white wolf, Arctic wolf, Canis lupus tundrarum": 270,
2475
+ "wig": 903,
2476
+ "wild boar, boar, Sus scrofa": 342,
2477
+ "window screen": 904,
2478
+ "window shade": 905,
2479
+ "wine bottle": 907,
2480
+ "wing": 908,
2481
+ "wire-haired fox terrier": 188,
2482
+ "wok": 909,
2483
+ "wolf spider, hunting spider": 77,
2484
+ "wombat": 106,
2485
+ "wood rabbit, cottontail, cottontail rabbit": 330,
2486
+ "wooden spoon": 910,
2487
+ "wool, woolen, woollen": 911,
2488
+ "worm fence, snake fence, snake-rail fence, Virginia fence": 912,
2489
+ "wreck": 913,
2490
+ "yawl": 914,
2491
+ "yellow lady's slipper, yellow lady-slipper, Cypripedium calceolus, Cypripedium parviflorum": 986,
2492
+ "yurt": 915,
2493
+ "zebra": 340,
2494
+ "zucchini, courgette": 939
2495
+ },
2496
+ "layer_norm_eps": 1e-12,
2497
+ "length_penalty": 1.0,
2498
+ "max_length": 20,
2499
+ "min_length": 0,
2500
+ "model_type": "vit",
2501
+ "no_repeat_ngram_size": 0,
2502
+ "num_attention_heads": 12,
2503
+ "num_beam_groups": 1,
2504
+ "num_beams": 1,
2505
+ "num_channels": 3,
2506
+ "num_hidden_layers": 12,
2507
+ "num_return_sequences": 1,
2508
+ "output_attentions": false,
2509
+ "output_hidden_states": false,
2510
+ "output_scores": false,
2511
+ "pad_token_id": null,
2512
+ "patch_size": 16,
2513
+ "pooler_act": "tanh",
2514
+ "pooler_output_size": 768,
2515
+ "prefix": null,
2516
+ "problem_type": null,
2517
+ "pruned_heads": {},
2518
+ "qkv_bias": true,
2519
+ "remove_invalid_values": false,
2520
+ "repetition_penalty": 1.0,
2521
+ "return_dict": true,
2522
+ "return_dict_in_generate": false,
2523
+ "sep_token_id": null,
2524
+ "suppress_tokens": null,
2525
+ "task_specific_params": null,
2526
+ "temperature": 1.0,
2527
+ "tf_legacy_loss": false,
2528
+ "tie_encoder_decoder": false,
2529
+ "tie_word_embeddings": true,
2530
+ "tokenizer_class": null,
2531
+ "top_k": 50,
2532
+ "top_p": 1.0,
2533
+ "torch_dtype": null,
2534
+ "torchscript": false,
2535
+ "typical_p": 1.0,
2536
+ "use_bfloat16": false
2537
+ },
2538
+ "vision_model_name": "google/vit-base-patch16-224",
2539
+ "vocab_size": 151936
2540
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 151643,
4
+ "eos_token_id": 151645,
5
+ "transformers_version": "4.51.0"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9dca1c2cf56ac557d129a2f3c8942fa9e5e7576785184cbf5fcc94fdb0039d3
3
+ size 4393271968
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "dither": 0.0,
4
+ "feature_extractor_type": "WhisperFeatureExtractor",
5
+ "feature_size": 80,
6
+ "hop_length": 160,
7
+ "n_fft": 400,
8
+ "n_samples": 480000,
9
+ "nb_max_frames": 3000,
10
+ "padding_side": "right",
11
+ "padding_value": 0.0,
12
+ "processor_class": "QualityvProcessor",
13
+ "return_attention_mask": false,
14
+ "sampling_rate": 16000
15
+ }
processor_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audio_token": "<|audio_pad|>",
3
+ "image_token": "<|image_pad|>",
4
+ "label_end_text": "<|im_end|>\n",
5
+ "label_start_text": "<|im_start|>assistant\n",
6
+ "processor_class": "QualityvProcessor",
7
+ "video_token": "<|video_pad|>"
8
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|audio_pad|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
+ ],
11
+ "eos_token": {
12
+ "content": "<|im_end|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "pad_token": {
19
+ "content": "<|endoftext|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ }
25
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a432bc08a12c0f4f6f76ae353f0fe1bf24209c90788b0e6f81838a67da87afdd
3
+ size 11422844
tokenizer_config.json ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ },
213
+ "151669": {
214
+ "content": "<|audio_pad|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
+ }
221
+ },
222
+ "additional_special_tokens": [
223
+ "<|audio_pad|>"
224
+ ],
225
+ "bos_token": null,
226
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
227
+ "clean_up_tokenization_spaces": false,
228
+ "eos_token": "<|im_end|>",
229
+ "errors": "replace",
230
+ "extra_special_tokens": {},
231
+ "model_max_length": 131072,
232
+ "pad_token": "<|endoftext|>",
233
+ "processor_class": "QualityvProcessor",
234
+ "split_special_tokens": false,
235
+ "tokenizer_class": "Qwen2Tokenizer",
236
+ "unk_token": null
237
+ }
trainer_state.json ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 600,
7
+ "global_step": 2850,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.03508771929824561,
14
+ "grad_norm": 2.7452964782714844,
15
+ "learning_rate": 9.999454188754037e-06,
16
+ "loss": 3.2364,
17
+ "step": 100
18
+ },
19
+ {
20
+ "epoch": 0.07017543859649122,
21
+ "grad_norm": 1.8586595058441162,
22
+ "learning_rate": 9.958816479499802e-06,
23
+ "loss": 2.8017,
24
+ "step": 200
25
+ },
26
+ {
27
+ "epoch": 0.10526315789473684,
28
+ "grad_norm": 1.7550557851791382,
29
+ "learning_rate": 9.85418552940924e-06,
30
+ "loss": 2.5137,
31
+ "step": 300
32
+ },
33
+ {
34
+ "epoch": 0.14035087719298245,
35
+ "grad_norm": 1.5816640853881836,
36
+ "learning_rate": 9.68691159486222e-06,
37
+ "loss": 2.3289,
38
+ "step": 400
39
+ },
40
+ {
41
+ "epoch": 0.17543859649122806,
42
+ "grad_norm": 2.3989932537078857,
43
+ "learning_rate": 9.459153336342227e-06,
44
+ "loss": 2.1808,
45
+ "step": 500
46
+ },
47
+ {
48
+ "epoch": 0.21052631578947367,
49
+ "grad_norm": 1.958235263824463,
50
+ "learning_rate": 9.173849961047222e-06,
51
+ "loss": 2.0186,
52
+ "step": 600
53
+ },
54
+ {
55
+ "epoch": 0.21052631578947367,
56
+ "eval_loss": 1.981339454650879,
57
+ "eval_runtime": 229.6674,
58
+ "eval_samples_per_second": 38.599,
59
+ "eval_steps_per_second": 1.38,
60
+ "step": 600
61
+ },
62
+ {
63
+ "epoch": 0.24561403508771928,
64
+ "grad_norm": 2.1183085441589355,
65
+ "learning_rate": 8.834683292590185e-06,
66
+ "loss": 1.9565,
67
+ "step": 700
68
+ },
69
+ {
70
+ "epoch": 0.2807017543859649,
71
+ "grad_norm": 1.6860677003860474,
72
+ "learning_rate": 8.44603025727762e-06,
73
+ "loss": 1.9274,
74
+ "step": 800
75
+ },
76
+ {
77
+ "epoch": 0.3157894736842105,
78
+ "grad_norm": 1.8299016952514648,
79
+ "learning_rate": 8.012906400127846e-06,
80
+ "loss": 1.9046,
81
+ "step": 900
82
+ },
83
+ {
84
+ "epoch": 0.3508771929824561,
85
+ "grad_norm": 2.3082456588745117,
86
+ "learning_rate": 7.54090115955165e-06,
87
+ "loss": 1.8956,
88
+ "step": 1000
89
+ },
90
+ {
91
+ "epoch": 0.38596491228070173,
92
+ "grad_norm": 1.582141637802124,
93
+ "learning_rate": 7.036105735971767e-06,
94
+ "loss": 1.8842,
95
+ "step": 1100
96
+ },
97
+ {
98
+ "epoch": 0.42105263157894735,
99
+ "grad_norm": 2.031499147415161,
100
+ "learning_rate": 6.5050344852325334e-06,
101
+ "loss": 1.8814,
102
+ "step": 1200
103
+ },
104
+ {
105
+ "epoch": 0.42105263157894735,
106
+ "eval_loss": 1.880121111869812,
107
+ "eval_runtime": 207.849,
108
+ "eval_samples_per_second": 42.651,
109
+ "eval_steps_per_second": 1.525,
110
+ "step": 1200
111
+ },
112
+ {
113
+ "epoch": 0.45614035087719296,
114
+ "grad_norm": 2.076190710067749,
115
+ "learning_rate": 5.9545408512132104e-06,
116
+ "loss": 1.8773,
117
+ "step": 1300
118
+ },
119
+ {
120
+ "epoch": 0.49122807017543857,
121
+ "grad_norm": 1.5713521242141724,
122
+ "learning_rate": 5.391728922529762e-06,
123
+ "loss": 1.8761,
124
+ "step": 1400
125
+ },
126
+ {
127
+ "epoch": 0.5263157894736842,
128
+ "grad_norm": 1.424909234046936,
129
+ "learning_rate": 4.8238617546807515e-06,
130
+ "loss": 1.868,
131
+ "step": 1500
132
+ },
133
+ {
134
+ "epoch": 0.5614035087719298,
135
+ "grad_norm": 1.1872214078903198,
136
+ "learning_rate": 4.258267640734784e-06,
137
+ "loss": 1.8624,
138
+ "step": 1600
139
+ },
140
+ {
141
+ "epoch": 0.5964912280701754,
142
+ "grad_norm": 1.2520153522491455,
143
+ "learning_rate": 3.702245540130868e-06,
144
+ "loss": 1.8613,
145
+ "step": 1700
146
+ },
147
+ {
148
+ "epoch": 0.631578947368421,
149
+ "grad_norm": 1.815755009651184,
150
+ "learning_rate": 3.1629708860275753e-06,
151
+ "loss": 1.858,
152
+ "step": 1800
153
+ },
154
+ {
155
+ "epoch": 0.631578947368421,
156
+ "eval_loss": 1.8608616590499878,
157
+ "eval_runtime": 202.0389,
158
+ "eval_samples_per_second": 43.878,
159
+ "eval_steps_per_second": 1.569,
160
+ "step": 1800
161
+ },
162
+ {
163
+ "epoch": 0.6666666666666666,
164
+ "grad_norm": 1.4919559955596924,
165
+ "learning_rate": 2.647402986751724e-06,
166
+ "loss": 1.8568,
167
+ "step": 1900
168
+ },
169
+ {
170
+ "epoch": 0.7017543859649122,
171
+ "grad_norm": 1.4752705097198486,
172
+ "learning_rate": 2.162195216325574e-06,
173
+ "loss": 1.8567,
174
+ "step": 2000
175
+ },
176
+ {
177
+ "epoch": 0.7368421052631579,
178
+ "grad_norm": 1.4310791492462158,
179
+ "learning_rate": 1.7136091530585648e-06,
180
+ "loss": 1.8595,
181
+ "step": 2100
182
+ },
183
+ {
184
+ "epoch": 0.7719298245614035,
185
+ "grad_norm": 1.4420198202133179,
186
+ "learning_rate": 1.3074337742401638e-06,
187
+ "loss": 1.8555,
188
+ "step": 2200
189
+ },
190
+ {
191
+ "epoch": 0.8070175438596491,
192
+ "grad_norm": 1.2063950300216675,
193
+ "learning_rate": 9.489107497216321e-07,
194
+ "loss": 1.853,
195
+ "step": 2300
196
+ },
197
+ {
198
+ "epoch": 0.8421052631578947,
199
+ "grad_norm": 1.46232008934021,
200
+ "learning_rate": 6.426667984687179e-07,
201
+ "loss": 1.8549,
202
+ "step": 2400
203
+ },
204
+ {
205
+ "epoch": 0.8421052631578947,
206
+ "eval_loss": 1.854006052017212,
207
+ "eval_runtime": 209.5961,
208
+ "eval_samples_per_second": 42.296,
209
+ "eval_steps_per_second": 1.512,
210
+ "step": 2400
211
+ },
212
+ {
213
+ "epoch": 0.8771929824561403,
214
+ "grad_norm": 1.4567153453826904,
215
+ "learning_rate": 3.9265398102010576e-07,
216
+ "loss": 1.8519,
217
+ "step": 2500
218
+ },
219
+ {
220
+ "epoch": 0.9122807017543859,
221
+ "grad_norm": 1.1266202926635742,
222
+ "learning_rate": 2.020986983739559e-07,
223
+ "loss": 1.8476,
224
+ "step": 2600
225
+ },
226
+ {
227
+ "epoch": 0.9473684210526315,
228
+ "grad_norm": 1.330444097518921,
229
+ "learning_rate": 7.346005546900125e-08,
230
+ "loss": 1.8542,
231
+ "step": 2700
232
+ },
233
+ {
234
+ "epoch": 0.9824561403508771,
235
+ "grad_norm": 1.5576547384262085,
236
+ "learning_rate": 8.398126577059407e-09,
237
+ "loss": 1.8518,
238
+ "step": 2800
239
+ },
240
+ {
241
+ "epoch": 1.0,
242
+ "step": 2850,
243
+ "total_flos": 2.0843841016110776e+18,
244
+ "train_loss": 2.007047855310273,
245
+ "train_runtime": 5060.4296,
246
+ "train_samples_per_second": 31.534,
247
+ "train_steps_per_second": 0.563
248
+ }
249
+ ],
250
+ "logging_steps": 100,
251
+ "max_steps": 2850,
252
+ "num_input_tokens_seen": 0,
253
+ "num_train_epochs": 1,
254
+ "save_steps": 2000,
255
+ "stateful_callbacks": {
256
+ "TrainerControl": {
257
+ "args": {
258
+ "should_epoch_stop": false,
259
+ "should_evaluate": false,
260
+ "should_log": false,
261
+ "should_save": true,
262
+ "should_training_stop": true
263
+ },
264
+ "attributes": {}
265
+ }
266
+ },
267
+ "total_flos": 2.0843841016110776e+18,
268
+ "train_batch_size": 4,
269
+ "trial_name": null,
270
+ "trial_params": null
271
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5c395b83c8eea6f9ebac75b26037e16e510868780305db635eb984a5e85c921
3
+ size 6968
vocab.json ADDED
The diff for this file is too large to render. See raw diff