Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +11 -0
- config.json +201 -0
- generation_config.json +8 -0
- lora_weights.pth +3 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +0 -0
- results.csv +230 -0
- results.txt +546 -0
- runs/Nov09_19-09-39_ps/events.out.tfevents.1731150593.ps.1422024.0 +3 -0
- runs/Nov09_19-19-20_ps/events.out.tfevents.1731151172.ps.1457634.0 +3 -0
- runs/Nov09_19-24-33_ps/events.out.tfevents.1731151486.ps.1476860.0 +3 -0
- runs/Nov09_19-25-52_ps/events.out.tfevents.1731151565.ps.1482662.0 +3 -0
- special_tokens_map.json +47 -0
- tokenization_internlm2.py +235 -0
- tokenizer.model +3 -0
- tokenizer_config.json +179 -0
- training_args.bin +3 -0
- training_log.txt +3 -0
.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 |
+
training_log.txt filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</box>": 92552,
|
| 3 |
+
"</img>": 92545,
|
| 4 |
+
"</quad>": 92548,
|
| 5 |
+
"</ref>": 92550,
|
| 6 |
+
"<IMG_CONTEXT>": 92546,
|
| 7 |
+
"<box>": 92551,
|
| 8 |
+
"<img>": 92544,
|
| 9 |
+
"<quad>": 92547,
|
| 10 |
+
"<ref>": 92549
|
| 11 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_commit_hash": null,
|
| 3 |
+
"_name_or_path": "/DATA/env/wjr/weight/2_LSVQ_wop",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"InternVLChatModel"
|
| 6 |
+
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|
| 9 |
+
"AutoModel": "modeling_internvl_chat.InternVLChatModel",
|
| 10 |
+
"AutoModelForCausalLM": "modeling_internvl_chat.InternVLChatModel"
|
| 11 |
+
},
|
| 12 |
+
"downsample_ratio": 0.5,
|
| 13 |
+
"dynamic_image_size": true,
|
| 14 |
+
"force_image_size": 448,
|
| 15 |
+
"llm_config": {
|
| 16 |
+
"_name_or_path": "internlm/internlm2_5-7b-chat",
|
| 17 |
+
"add_cross_attention": false,
|
| 18 |
+
"architectures": [
|
| 19 |
+
"InternLM2ForCausalLM"
|
| 20 |
+
],
|
| 21 |
+
"attn_implementation": "flash_attention_2",
|
| 22 |
+
"auto_map": {
|
| 23 |
+
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
| 24 |
+
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
|
| 25 |
+
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM"
|
| 26 |
+
},
|
| 27 |
+
"bad_words_ids": null,
|
| 28 |
+
"begin_suppress_tokens": null,
|
| 29 |
+
"bias": false,
|
| 30 |
+
"bos_token_id": 1,
|
| 31 |
+
"chunk_size_feed_forward": 0,
|
| 32 |
+
"cross_attention_hidden_size": null,
|
| 33 |
+
"decoder_start_token_id": null,
|
| 34 |
+
"diversity_penalty": 0.0,
|
| 35 |
+
"do_sample": false,
|
| 36 |
+
"early_stopping": false,
|
| 37 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 38 |
+
"eos_token_id": 2,
|
| 39 |
+
"exponential_decay_length_penalty": null,
|
| 40 |
+
"finetuning_task": null,
|
| 41 |
+
"forced_bos_token_id": null,
|
| 42 |
+
"forced_eos_token_id": null,
|
| 43 |
+
"hidden_act": "silu",
|
| 44 |
+
"hidden_size": 4096,
|
| 45 |
+
"id2label": {
|
| 46 |
+
"0": "LABEL_0",
|
| 47 |
+
"1": "LABEL_1"
|
| 48 |
+
},
|
| 49 |
+
"initializer_range": 0.02,
|
| 50 |
+
"intermediate_size": 14336,
|
| 51 |
+
"is_decoder": false,
|
| 52 |
+
"is_encoder_decoder": false,
|
| 53 |
+
"label2id": {
|
| 54 |
+
"LABEL_0": 0,
|
| 55 |
+
"LABEL_1": 1
|
| 56 |
+
},
|
| 57 |
+
"length_penalty": 1.0,
|
| 58 |
+
"max_length": 20,
|
| 59 |
+
"max_position_embeddings": 32768,
|
| 60 |
+
"min_length": 0,
|
| 61 |
+
"model_type": "internlm2",
|
| 62 |
+
"no_repeat_ngram_size": 0,
|
| 63 |
+
"num_attention_heads": 32,
|
| 64 |
+
"num_beam_groups": 1,
|
| 65 |
+
"num_beams": 1,
|
| 66 |
+
"num_hidden_layers": 32,
|
| 67 |
+
"num_key_value_heads": 8,
|
| 68 |
+
"num_return_sequences": 1,
|
| 69 |
+
"output_attentions": false,
|
| 70 |
+
"output_hidden_states": false,
|
| 71 |
+
"output_scores": false,
|
| 72 |
+
"pad_token_id": 2,
|
| 73 |
+
"prefix": null,
|
| 74 |
+
"pretraining_tp": 1,
|
| 75 |
+
"problem_type": null,
|
| 76 |
+
"pruned_heads": {},
|
| 77 |
+
"remove_invalid_values": false,
|
| 78 |
+
"repetition_penalty": 1.0,
|
| 79 |
+
"return_dict": true,
|
| 80 |
+
"return_dict_in_generate": false,
|
| 81 |
+
"rms_norm_eps": 1e-05,
|
| 82 |
+
"rope_scaling": {
|
| 83 |
+
"factor": 2.0,
|
| 84 |
+
"type": "dynamic"
|
| 85 |
+
},
|
| 86 |
+
"rope_theta": 1000000,
|
| 87 |
+
"sep_token_id": null,
|
| 88 |
+
"suppress_tokens": null,
|
| 89 |
+
"task_specific_params": null,
|
| 90 |
+
"temperature": 1.0,
|
| 91 |
+
"tf_legacy_loss": false,
|
| 92 |
+
"tie_encoder_decoder": false,
|
| 93 |
+
"tie_word_embeddings": false,
|
| 94 |
+
"tokenizer_class": null,
|
| 95 |
+
"top_k": 50,
|
| 96 |
+
"top_p": 1.0,
|
| 97 |
+
"torch_dtype": "bfloat16",
|
| 98 |
+
"torchscript": false,
|
| 99 |
+
"transformers_version": "4.37.2",
|
| 100 |
+
"typical_p": 1.0,
|
| 101 |
+
"use_bfloat16": true,
|
| 102 |
+
"use_cache": false,
|
| 103 |
+
"vocab_size": 92553
|
| 104 |
+
},
|
| 105 |
+
"max_dynamic_patch": 6,
|
| 106 |
+
"min_dynamic_patch": 1,
|
| 107 |
+
"model_type": "internvl_chat",
|
| 108 |
+
"pad2square": false,
|
| 109 |
+
"ps_version": "v2",
|
| 110 |
+
"select_layer": -1,
|
| 111 |
+
"template": "internlm2-chat",
|
| 112 |
+
"torch_dtype": "bfloat16",
|
| 113 |
+
"transformers_version": null,
|
| 114 |
+
"use_backbone_lora": 16,
|
| 115 |
+
"use_llm_lora": 16,
|
| 116 |
+
"use_thumbnail": true,
|
| 117 |
+
"vision_config": {
|
| 118 |
+
"_name_or_path": "",
|
| 119 |
+
"add_cross_attention": false,
|
| 120 |
+
"architectures": [
|
| 121 |
+
"InternVisionModel"
|
| 122 |
+
],
|
| 123 |
+
"attention_dropout": 0.0,
|
| 124 |
+
"bad_words_ids": null,
|
| 125 |
+
"begin_suppress_tokens": null,
|
| 126 |
+
"bos_token_id": null,
|
| 127 |
+
"chunk_size_feed_forward": 0,
|
| 128 |
+
"cross_attention_hidden_size": null,
|
| 129 |
+
"decoder_start_token_id": null,
|
| 130 |
+
"diversity_penalty": 0.0,
|
| 131 |
+
"do_sample": false,
|
| 132 |
+
"drop_path_rate": 0.1,
|
| 133 |
+
"dropout": 0.0,
|
| 134 |
+
"early_stopping": false,
|
| 135 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 136 |
+
"eos_token_id": null,
|
| 137 |
+
"exponential_decay_length_penalty": null,
|
| 138 |
+
"finetuning_task": null,
|
| 139 |
+
"forced_bos_token_id": null,
|
| 140 |
+
"forced_eos_token_id": null,
|
| 141 |
+
"hidden_act": "gelu",
|
| 142 |
+
"hidden_size": 1024,
|
| 143 |
+
"id2label": {
|
| 144 |
+
"0": "LABEL_0",
|
| 145 |
+
"1": "LABEL_1"
|
| 146 |
+
},
|
| 147 |
+
"image_size": 448,
|
| 148 |
+
"initializer_factor": 1.0,
|
| 149 |
+
"initializer_range": 0.02,
|
| 150 |
+
"intermediate_size": 4096,
|
| 151 |
+
"is_decoder": false,
|
| 152 |
+
"is_encoder_decoder": false,
|
| 153 |
+
"label2id": {
|
| 154 |
+
"LABEL_0": 0,
|
| 155 |
+
"LABEL_1": 1
|
| 156 |
+
},
|
| 157 |
+
"layer_norm_eps": 1e-06,
|
| 158 |
+
"length_penalty": 1.0,
|
| 159 |
+
"max_length": 20,
|
| 160 |
+
"min_length": 0,
|
| 161 |
+
"model_type": "intern_vit_6b",
|
| 162 |
+
"no_repeat_ngram_size": 0,
|
| 163 |
+
"norm_type": "layer_norm",
|
| 164 |
+
"num_attention_heads": 16,
|
| 165 |
+
"num_beam_groups": 1,
|
| 166 |
+
"num_beams": 1,
|
| 167 |
+
"num_channels": 3,
|
| 168 |
+
"num_hidden_layers": 24,
|
| 169 |
+
"num_return_sequences": 1,
|
| 170 |
+
"output_attentions": false,
|
| 171 |
+
"output_hidden_states": false,
|
| 172 |
+
"output_scores": false,
|
| 173 |
+
"pad_token_id": null,
|
| 174 |
+
"patch_size": 14,
|
| 175 |
+
"prefix": null,
|
| 176 |
+
"problem_type": null,
|
| 177 |
+
"pruned_heads": {},
|
| 178 |
+
"qk_normalization": false,
|
| 179 |
+
"qkv_bias": true,
|
| 180 |
+
"remove_invalid_values": false,
|
| 181 |
+
"repetition_penalty": 1.0,
|
| 182 |
+
"return_dict": true,
|
| 183 |
+
"return_dict_in_generate": false,
|
| 184 |
+
"sep_token_id": null,
|
| 185 |
+
"suppress_tokens": null,
|
| 186 |
+
"task_specific_params": null,
|
| 187 |
+
"temperature": 1.0,
|
| 188 |
+
"tf_legacy_loss": false,
|
| 189 |
+
"tie_encoder_decoder": false,
|
| 190 |
+
"tie_word_embeddings": true,
|
| 191 |
+
"tokenizer_class": null,
|
| 192 |
+
"top_k": 50,
|
| 193 |
+
"top_p": 1.0,
|
| 194 |
+
"torch_dtype": "bfloat16",
|
| 195 |
+
"torchscript": false,
|
| 196 |
+
"transformers_version": "4.37.2",
|
| 197 |
+
"typical_p": 1.0,
|
| 198 |
+
"use_bfloat16": true,
|
| 199 |
+
"use_flash_attn": true
|
| 200 |
+
}
|
| 201 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
92542,
|
| 5 |
+
92543
|
| 6 |
+
],
|
| 7 |
+
"transformers_version": "4.37.2"
|
| 8 |
+
}
|
lora_weights.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:284d7647d00188cd445f1d2be1f3e98d1c361e8505d7ee57204500613b22106d
|
| 3 |
+
size 88276678
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8de6a9f8e54c58bc6a0158c488cf8f15c11c178422582b9e96a04eb5935f5c2
|
| 3 |
+
size 4972055328
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80497fb365edae252a64636c5309b43bf8940325ae5bec948b4950888756fb64
|
| 3 |
+
size 4942479856
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8db390adf8c14c1880639ae3f4d4d7f000fdd97e95f045d90ca223ddfe815cdf
|
| 3 |
+
size 4942479888
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04bee029f4bf14127341edecee5f2a605edef9ce321048143deffc56085c5d43
|
| 3 |
+
size 1510905418
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results.csv
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
video_name,answer,output,mos,pred_score,level
|
| 2 |
+
Gaming_2160P-3002_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,86.0,0
|
| 3 |
+
LiveMusic_480P-2a5e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,61.75,62.5,4
|
| 4 |
+
LiveMusic_1080P-3f95_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,81.0,77.5,4
|
| 5 |
+
NewsClip_720P-7c67_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.5,82.0,0
|
| 6 |
+
Lecture_360P-5d0a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,68.5,64.5,4
|
| 7 |
+
Vlog_720P-03f9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,79.5,78.0,0
|
| 8 |
+
Lecture_720P-5120_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.0,80.0,0
|
| 9 |
+
Animation_1080P-18f5_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,83.0,77.0,0
|
| 10 |
+
LyricVideo_720P-09ed_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,60.5,66.0,4
|
| 11 |
+
NewsClip_720P-5d89_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.5,83.5,0
|
| 12 |
+
HowTo_480P-0eb3_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,50.25,52.5,4
|
| 13 |
+
HowTo_720P-479b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,72.5,80.0,0
|
| 14 |
+
HowTo_360P-09f8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,59.0,70.0,4
|
| 15 |
+
Animation_1080P-6a33_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video seems good.,41.0,61.25,4
|
| 16 |
+
Lecture_480P-4c86_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,73.5,67.5,4
|
| 17 |
+
TelevisionClip_720P-7c06_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.0,88.0,0
|
| 18 |
+
Sports_720P-3338_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,89.5,79.0,4
|
| 19 |
+
VerticalVideo_360P-2fa3_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,84.5,0
|
| 20 |
+
NewsClip_1080P-7816_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,77.0,77.0,0
|
| 21 |
+
Vlog_360P-4795_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems poor due,49.5,48.5,2
|
| 22 |
+
HowTo_1080P-13aa_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,83.5,0
|
| 23 |
+
HDR_1080P-0d31_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.5,81.5,0
|
| 24 |
+
Vlog_360P-1e5b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,65.0,4
|
| 25 |
+
CoverSong_480P-0170_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,62.25,63.5,4
|
| 26 |
+
HowTo_720P-12f7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,66.0,66.0,4
|
| 27 |
+
Sports_480P-19e4_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,76.5,76.5,0
|
| 28 |
+
HowTo_360P-1dba_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video seems poor due,38.25,43.0,2
|
| 29 |
+
Gaming_2160P-67b0_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,84.0,88.0,0
|
| 30 |
+
CoverSong_1080P-3df8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,76.5,71.0,4
|
| 31 |
+
NewsClip_360P-1e1c_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.0,65.5,4
|
| 32 |
+
Lecture_720P-7e40_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,85.0,81.5,0
|
| 33 |
+
Sports_720P-5bfd_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,93.5,85.0,0
|
| 34 |
+
NewsClip_720P-04ba_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.0,61.5,4
|
| 35 |
+
LiveMusic_360P-265c_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,46.75,54.5,4
|
| 36 |
+
Lecture_720P-1033_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,71.0,79.0,0
|
| 37 |
+
LyricVideo_480P-5c17_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,67.0,72.5,0
|
| 38 |
+
TelevisionClip_480P-415c_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.0,70.0,4
|
| 39 |
+
Lecture_720P-5725_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,85.0,82.0,4
|
| 40 |
+
LiveMusic_360P-3be0_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video seems poor due,34.5,46.75,2
|
| 41 |
+
Gaming_360P-215f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,57.5,57.25,4
|
| 42 |
+
Sports_360P-50fd_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,60.25,54.0,4
|
| 43 |
+
Animation_720P-2abf_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,72.5,76.5,0
|
| 44 |
+
VerticalVideo_360P-145e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems good due,52.0,52.25,4
|
| 45 |
+
VerticalVideo_360P-6ff2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.0,63.0,4
|
| 46 |
+
VerticalVideo_360P-3b4e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,71.5,72.5,0
|
| 47 |
+
Vlog_2160P-6f92_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,77.5,74.5,4
|
| 48 |
+
HowTo_480P-118d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video is poor due,29.25,37.25,2
|
| 49 |
+
NewsClip_480P-49c9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,79.5,78.0,0
|
| 50 |
+
HDR_1080P-46a4_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,71.5,80.0,0
|
| 51 |
+
MusicVideo_1080P-106d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,65.0,72.0,0
|
| 52 |
+
VerticalVideo_720P-4ca7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.0,89.5,0
|
| 53 |
+
Vlog_480P-2cad_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.0,63.75,4
|
| 54 |
+
HowTo_480P-56a5_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,81.5,85.0,0
|
| 55 |
+
MusicVideo_1080P-6260_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,60.75,66.5,4
|
| 56 |
+
LyricVideo_480P-6fca_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems poor due,51.5,48.0,2
|
| 57 |
+
Vlog_720P-372d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,81.0,85.5,0
|
| 58 |
+
Sports_1080P-241e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.0,81.0,0
|
| 59 |
+
Vlog_2160P-4655_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,77.5,82.5,0
|
| 60 |
+
Animation_1080P-646f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,67.5,68.5,0
|
| 61 |
+
Sports_480P-11ec_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video is poor due,32.25,37.25,2
|
| 62 |
+
MusicVideo_480P-2de0_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,69.5,69.0,0
|
| 63 |
+
LiveMusic_1080P-14af_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.0,86.5,0
|
| 64 |
+
VerticalVideo_1080P-1c86_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video seems good.,37.0,58.0,4
|
| 65 |
+
MusicVideo_1080P-6c88_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,66.5,66.0,4
|
| 66 |
+
MusicVideo_480P-483b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video is poor due,30.75,35.75,2
|
| 67 |
+
Sports_1080P-0063_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,69.0,69.0,4
|
| 68 |
+
MusicVideo_1080P-3a50_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,74.0,75.0,0
|
| 69 |
+
Animation_480P-6e23_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,74.5,70.5,0
|
| 70 |
+
Sports_360P-2725_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,57.25,59.5,4
|
| 71 |
+
LiveMusic_1080P-6bbe_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,84.0,0
|
| 72 |
+
Sports_360P-6c6f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,51.0,57.5,4
|
| 73 |
+
Gaming_1080P-777b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,81.0,74.5,4
|
| 74 |
+
MusicVideo_480P-3aa2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,55.25,55.5,4
|
| 75 |
+
Sports_2160P-7af8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.5,72.5,4
|
| 76 |
+
LyricVideo_1080P-584f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,63.75,82.0,0
|
| 77 |
+
Lecture_360P-5779_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,61.5,71.0,4
|
| 78 |
+
MusicVideo_1080P-55af_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,75.0,80.5,0
|
| 79 |
+
Lecture_720P-0f64_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.5,73.0,4
|
| 80 |
+
Lecture_480P-7e55_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.0,72.0,4
|
| 81 |
+
Animation_720P-7ff2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,82.5,84.0,0
|
| 82 |
+
LiveMusic_360P-2508_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,60.0,66.0,4
|
| 83 |
+
Lecture_360P-2c55_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,74.5,67.5,0
|
| 84 |
+
Gaming_360P-2f99_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,65.5,4
|
| 85 |
+
VerticalVideo_1080P-73b6_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,80.5,82.5,0
|
| 86 |
+
NewsClip_1080P-4241_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,78.5,79.5,0
|
| 87 |
+
Lecture_480P-74cf_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,68.5,69.0,0
|
| 88 |
+
HDR_1080P-35f4_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,83.0,82.0,4
|
| 89 |
+
Vlog_360P-2e9d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,55.0,58.75,4
|
| 90 |
+
Gaming_720P-312f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,76.5,74.0,4
|
| 91 |
+
Vlog_360P-76ae_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,52.0,55.25,4
|
| 92 |
+
TelevisionClip_720P-31ce_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,81.5,0
|
| 93 |
+
Animation_480P-66c0_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,69.0,76.5,4
|
| 94 |
+
NewsClip_480P-4e77_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,69.0,70.5,4
|
| 95 |
+
CoverSong_720P-1393_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,81.0,79.0,4
|
| 96 |
+
Lecture_480P-5aee_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,52.0,50.0,4
|
| 97 |
+
MusicVideo_480P-3c8b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,58.25,51.0,4
|
| 98 |
+
Lecture_480P-2ed0_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video seems poor due,29.0,45.5,2
|
| 99 |
+
CoverSong_1080P-5cae_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,64.0,78.5,4
|
| 100 |
+
Gaming_2160P-31f6_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.0,89.0,0
|
| 101 |
+
NewsClip_1080P-06df_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,90.0,86.0,0
|
| 102 |
+
NewsClip_720P-7745_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,90.5,84.0,0
|
| 103 |
+
LiveMusic_720P-6452_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,62.0,63.0,4
|
| 104 |
+
CoverSong_1080P-0cdc_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,54.75,68.0,4
|
| 105 |
+
Gaming_480P-7a08_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good as,76.0,73.0,4
|
| 106 |
+
Gaming_360P-4f09_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.0,67.0,4
|
| 107 |
+
LyricVideo_1080P-41ee_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,81.5,80.5,0
|
| 108 |
+
Animation_480P-4e36_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,66.0,71.0,0
|
| 109 |
+
Sports_1080P-08e1_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,84.5,77.5,0
|
| 110 |
+
HowTo_360P-0562_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.0,68.0,4
|
| 111 |
+
Vlog_1080P-1609_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,50.5,57.5,4
|
| 112 |
+
LiveMusic_360P-7483_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,61.25,65.5,4
|
| 113 |
+
Lecture_360P-30eb_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,67.0,65.5,4
|
| 114 |
+
CoverSong_720P-449f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.0,77.5,4
|
| 115 |
+
VerticalVideo_360P-634f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,90.5,86.5,0
|
| 116 |
+
NewsClip_480P-2407_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,53.75,54.0,4
|
| 117 |
+
LyricVideo_1080P-63d9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.0,80.0,4
|
| 118 |
+
Vlog_480P-6395_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,75.0,79.5,0
|
| 119 |
+
Gaming_360P-56fe_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems poor as,48.75,50.0,2
|
| 120 |
+
LyricVideo_480P-51e4_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,63.5,63.0,4
|
| 121 |
+
Animation_1080P-209f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,84.0,78.5,0
|
| 122 |
+
Sports_2160P-7165_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.0,86.0,0
|
| 123 |
+
Animation_1080P-3dbf_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.0,80.5,0
|
| 124 |
+
TelevisionClip_480P-373d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good as,61.0,65.5,4
|
| 125 |
+
TelevisionClip_480P-4c6b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,77.0,78.0,0
|
| 126 |
+
Sports_720P-5e39_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,73.5,79.5,4
|
| 127 |
+
Sports_480P-41a5_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video is poor due,39.5,48.5,2
|
| 128 |
+
LiveMusic_480P-65ca_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,74.0,66.5,4
|
| 129 |
+
Animation_480P-7a31_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video seems good as,69.5,62.75,4
|
| 130 |
+
MusicVideo_1080P-2b2b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.5,80.5,0
|
| 131 |
+
Gaming_720P-0fdb_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,64.0,4
|
| 132 |
+
Sports_720P-2234_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,83.0,83.0,0
|
| 133 |
+
Lecture_480P-4272_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,69.0,71.0,4
|
| 134 |
+
CoverSong_360P-6d6a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,64.0,4
|
| 135 |
+
MusicVideo_720P-2d7d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,59.75,66.0,4
|
| 136 |
+
MusicVideo_360P-7b94_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,48.75,48.25,4
|
| 137 |
+
Gaming_2160P-387f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,90.5,86.0,0
|
| 138 |
+
HDR_1080P-548b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,92.5,85.5,0
|
| 139 |
+
CoverSong_360P-13d2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,51.5,53.75,4
|
| 140 |
+
MusicVideo_360P-5f8d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,48.75,54.75,4
|
| 141 |
+
Gaming_1080P-72c8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.5,88.5,0
|
| 142 |
+
CoverSong_720P-10f1_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is poor.,56.0,57.5,2
|
| 143 |
+
LiveMusic_720P-4ae2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,67.0,4
|
| 144 |
+
HDR_2160P-06ae_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.5,86.0,0
|
| 145 |
+
MusicVideo_360P-4de7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,59.25,60.0,4
|
| 146 |
+
Gaming_360P-0b98_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,62.75,57.5,4
|
| 147 |
+
NewsClip_360P-439a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.5,59.75,4
|
| 148 |
+
VerticalVideo_360P-0d29_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,56.25,59.0,4
|
| 149 |
+
CoverSong_360P-5a24_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video seems good as,55.75,55.25,4
|
| 150 |
+
CoverSong_360P-0a9d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems poor as,50.75,48.75,2
|
| 151 |
+
Sports_2160P-3d85_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,90.5,86.0,0
|
| 152 |
+
Sports_720P-6bb7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,77.5,63.5,4
|
| 153 |
+
LiveMusic_360P-3b96_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,47.25,58.5,4
|
| 154 |
+
Sports_1080P-1ae3_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,67.0,73.5,4
|
| 155 |
+
Animation_1080P-58d3_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,85.0,79.0,4
|
| 156 |
+
TelevisionClip_480P-09d8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video seems good as,58.25,59.0,4
|
| 157 |
+
Lecture_360P-2d1f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,72.5,72.5,4
|
| 158 |
+
Lecture_360P-20c3_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,62.75,62.25,4
|
| 159 |
+
MusicVideo_720P-575d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,65.0,62.0,4
|
| 160 |
+
Lecture_360P-6d29_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,59.75,59.25,4
|
| 161 |
+
Animation_1080P-4214_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.0,74.0,4
|
| 162 |
+
Vlog_720P-033a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.0,84.0,0
|
| 163 |
+
MusicVideo_720P-0752_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.5,86.5,0
|
| 164 |
+
NewsClip_720P-72d2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.0,82.0,0
|
| 165 |
+
HowTo_360P-127f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,66.5,59.75,4
|
| 166 |
+
Sports_1080P-19d8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,89.5,85.0,0
|
| 167 |
+
Sports_1080P-6710_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,84.5,0
|
| 168 |
+
LiveMusic_360P-2b0f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,68.0,74.0,0
|
| 169 |
+
Vlog_1080P-34cb_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,48.5,67.5,4
|
| 170 |
+
NewsClip_720P-4e87_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.5,85.0,0
|
| 171 |
+
MusicVideo_720P-734f_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,77.0,78.0,0
|
| 172 |
+
MusicVideo_1080P-6c1d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,86.5,87.5,0
|
| 173 |
+
HowTo_360P-18e7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,55.5,62.0,4
|
| 174 |
+
Sports_2160P-7bbe_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,87.0,89.5,0
|
| 175 |
+
CoverSong_360P-6da7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,55.25,56.0,4
|
| 176 |
+
Vlog_480P-0980_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,55.0,60.5,4
|
| 177 |
+
CoverSong_360P-53a6_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good as,64.5,69.0,4
|
| 178 |
+
Sports_480P-0623_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,62.0,64.5,4
|
| 179 |
+
Sports_360P-301d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,73.5,74.0,4
|
| 180 |
+
LyricVideo_720P-7f44_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,84.0,82.0,4
|
| 181 |
+
HowTo_1080P-36a9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,88.5,80.5,4
|
| 182 |
+
Gaming_480P-6491_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,60.25,60.75,4
|
| 183 |
+
Lecture_480P-2513_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is bad.,The video quality of the video is poor due,37.5,42.25,2
|
| 184 |
+
HowTo_1080P-4d7b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,84.0,86.5,0
|
| 185 |
+
LyricVideo_480P-7919_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,50.25,55.75,4
|
| 186 |
+
CoverSong_720P-0239_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems good due,50.5,54.0,4
|
| 187 |
+
Gaming_720P-493e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.5,67.5,4
|
| 188 |
+
LiveMusic_1080P-21dd_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,76.5,76.0,0
|
| 189 |
+
Gaming_720P-221d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,L video quality of the video is poor as,65.0,67.5,2
|
| 190 |
+
VerticalVideo_1080P-4da5_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,85.0,86.0,0
|
| 191 |
+
Sports_720P-5ae1_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,86.5,73.0,4
|
| 192 |
+
Vlog_480P-7754_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,79.0,74.0,0
|
| 193 |
+
Sports_2160P-1b70_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,90.0,81.5,4
|
| 194 |
+
Lecture_720P-4c87_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,75.0,83.0,0
|
| 195 |
+
VerticalVideo_480P-550d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,76.5,82.5,0
|
| 196 |
+
HowTo_1080P-1f3b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is good.,83.5,75.0,4
|
| 197 |
+
Animation_720P-1a6d_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,85.5,82.0,0
|
| 198 |
+
Gaming_1080P-223e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,85.5,86.5,0
|
| 199 |
+
HDR_1080P-68c8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,76.0,80.0,4
|
| 200 |
+
Gaming_480P-6cdc_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,48.5,58.0,4
|
| 201 |
+
HDR_2160P-5275_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,84.0,82.5,0
|
| 202 |
+
Animation_720P-6372_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.5,82.5,0
|
| 203 |
+
HowTo_720P-0b01_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,82.0,80.5,0
|
| 204 |
+
Sports_1080P-3db7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,80.5,78.0,4
|
| 205 |
+
Vlog_1080P-45c9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,57.75,68.5,0
|
| 206 |
+
Vlog_360P-3bc2_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,79.0,67.0,4
|
| 207 |
+
LiveMusic_720P-6343_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,66.0,71.0,0
|
| 208 |
+
CoverSong_720P-6d6a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,70.5,77.0,0
|
| 209 |
+
Vlog_2160P-19f9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,78.5,84.0,0
|
| 210 |
+
LiveMusic_1080P-77e8_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,67.0,59.5,4
|
| 211 |
+
Sports_360P-4ad7_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,46.5,49.75,4
|
| 212 |
+
Lecture_1080P-0c8a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,91.0,88.0,0
|
| 213 |
+
HowTo_720P-4d9e_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,74.0,75.0,4
|
| 214 |
+
Animation_480P-0d04_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is quite.,62.25,69.0,0
|
| 215 |
+
TelevisionClip_360P-11d5_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,56.75,55.25,4
|
| 216 |
+
Vlog_720P-5d08_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,75.5,76.5,4
|
| 217 |
+
HowTo_360P-7fb1_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,66.5,62.75,4
|
| 218 |
+
LiveMusic_720P-289b_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video seems good due,48.75,62.5,4
|
| 219 |
+
LyricVideo_720P-6f0c_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,56.0,71.0,4
|
| 220 |
+
LyricVideo_480P-4346_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is fair.,The video quality of the video is good.,63.75,60.25,4
|
| 221 |
+
Lecture_360P-051a_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,52.75,54.5,4
|
| 222 |
+
LyricVideo_360P-3afc_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is poor.,The video quality of the video is good due,53.75,59.75,4
|
| 223 |
+
HowTo_1080P-03fd_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.5,67.0,4
|
| 224 |
+
Sports_480P-3404_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,70.5,73.5,0
|
| 225 |
+
CoverSong_720P-4006_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,68.5,73.5,0
|
| 226 |
+
Sports_2160P-2626_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is excellent.,The video quality of the video is quite.,88.0,87.0,0
|
| 227 |
+
Sports_480P-5f38_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,75.5,76.5,0
|
| 228 |
+
Gaming_1080P-44c4_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is quite.,77.0,79.5,0
|
| 229 |
+
VerticalVideo_480P-34b9_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,70.5,70.5,4
|
| 230 |
+
Lecture_720P-2f38_crf_10_ss_00_t_20.0.mp4,The overall quality of the video is good.,The video quality of the video is good.,71.0,62.5,4
|
results.txt
ADDED
|
@@ -0,0 +1,546 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
SRCC_score: 0.7855921777185085
|
| 2 |
+
PLCC_score: 0.771887356717854
|
| 3 |
+
KRCC_score: 0.5998182956610201
|
| 4 |
+
Accuracy: 0.008733624454148471
|
| 5 |
+
SRCC_level: -0.3767149958895833
|
| 6 |
+
PLCC_level: -0.36858264003547764
|
| 7 |
+
KRCC_level: -0.29547500104541036
|
| 8 |
+
SRCC_score: 0.8186002939973754
|
| 9 |
+
PLCC_score: 0.818115129706745
|
| 10 |
+
KRCC_score: 0.6313610208419754
|
| 11 |
+
Accuracy: 0.14847161572052403
|
| 12 |
+
SRCC_level: -0.49527241848209486
|
| 13 |
+
PLCC_level: -0.46612519402998065
|
| 14 |
+
KRCC_level: -0.38773360193204176
|
| 15 |
+
SRCC_score: 0.8429434156483363
|
| 16 |
+
PLCC_score: 0.8565643860636487
|
| 17 |
+
KRCC_score: 0.6611205914914443
|
| 18 |
+
Accuracy: 0.06550218340611354
|
| 19 |
+
SRCC_level: -0.5754088088256991
|
| 20 |
+
PLCC_level: -0.5516203241841416
|
| 21 |
+
KRCC_level: -0.47298893447286205
|
| 22 |
+
SRCC_score: 0.8692308254104002
|
| 23 |
+
PLCC_score: 0.8902547355044099
|
| 24 |
+
KRCC_score: 0.6919638611233363
|
| 25 |
+
Accuracy: 0.039301310043668124
|
| 26 |
+
SRCC_level: -0.5704768840515737
|
| 27 |
+
PLCC_level: -0.5485419454926201
|
| 28 |
+
KRCC_level: -0.45663706284842953
|
| 29 |
+
SRCC_score: 0.8832691135716542
|
| 30 |
+
PLCC_score: 0.8928289542279382
|
| 31 |
+
KRCC_score: 0.7068513730770527
|
| 32 |
+
Accuracy: 0.004366812227074236
|
| 33 |
+
SRCC_level: -0.6022924598976547
|
| 34 |
+
PLCC_level: -0.5784616151478326
|
| 35 |
+
KRCC_level: -0.4886562302623697
|
| 36 |
+
SRCC_score: 0.8771893703204224
|
| 37 |
+
PLCC_score: 0.8845560942173629
|
| 38 |
+
KRCC_score: 0.698896259039124
|
| 39 |
+
Accuracy: 0.08296943231441048
|
| 40 |
+
SRCC_level: -0.5912247431546845
|
| 41 |
+
PLCC_level: -0.5647295967802167
|
| 42 |
+
KRCC_level: -0.4583071629350162
|
| 43 |
+
SRCC_score: 0.835975474230618
|
| 44 |
+
PLCC_score: 0.855953140825432
|
| 45 |
+
KRCC_score: 0.6469827308986665
|
| 46 |
+
Accuracy: 0.10480349344978165
|
| 47 |
+
SRCC_level: -0.044269582089133376
|
| 48 |
+
PLCC_level: -0.032731097120357044
|
| 49 |
+
KRCC_level: -0.027345492536180585
|
| 50 |
+
SRCC_score: 0.8726748167663675
|
| 51 |
+
PLCC_score: 0.87723994696011
|
| 52 |
+
KRCC_score: 0.693407814529374
|
| 53 |
+
Accuracy: 0.004366812227074236
|
| 54 |
+
SRCC_level: -0.48916338236726187
|
| 55 |
+
PLCC_level: -0.480918174658563
|
| 56 |
+
KRCC_level: -0.38722254419597896
|
| 57 |
+
SRCC_score: 0.8627307621253788
|
| 58 |
+
PLCC_score: 0.8610424587354122
|
| 59 |
+
KRCC_score: 0.676791720999692
|
| 60 |
+
Accuracy: 0.0
|
| 61 |
+
SRCC_level: -0.4147965704943871
|
| 62 |
+
PLCC_level: -0.3827637980136593
|
| 63 |
+
KRCC_level: -0.316903954513576
|
| 64 |
+
SRCC_score: 0.870353369573037
|
| 65 |
+
PLCC_score: 0.874430484086727
|
| 66 |
+
KRCC_score: 0.6894364914473214
|
| 67 |
+
Accuracy: 0.0
|
| 68 |
+
SRCC_level: -0.6338372285905222
|
| 69 |
+
PLCC_level: -0.5916718475641849
|
| 70 |
+
KRCC_level: -0.49340079670737597
|
| 71 |
+
SRCC_score: 0.8832254950616599
|
| 72 |
+
PLCC_score: 0.8919719205135193
|
| 73 |
+
KRCC_score: 0.7016241383237858
|
| 74 |
+
Accuracy: 0.0
|
| 75 |
+
SRCC_level: -0.5955839372171281
|
| 76 |
+
PLCC_level: -0.5733853123220889
|
| 77 |
+
KRCC_level: -0.4602098882614286
|
| 78 |
+
SRCC_score: 0.8770811760560019
|
| 79 |
+
PLCC_score: 0.8769871725723135
|
| 80 |
+
KRCC_score: 0.7020377895860577
|
| 81 |
+
Accuracy: 0.0
|
| 82 |
+
SRCC_level: -0.667617600280615
|
| 83 |
+
PLCC_level: -0.6498565344966738
|
| 84 |
+
KRCC_level: -0.5081436246840854
|
| 85 |
+
SRCC_score: 0.8769748320442095
|
| 86 |
+
PLCC_score: 0.8798068634636321
|
| 87 |
+
KRCC_score: 0.7058665205018829
|
| 88 |
+
Accuracy: 0.0
|
| 89 |
+
SRCC_level: -0.6453317886453281
|
| 90 |
+
PLCC_level: -0.611669725324983
|
| 91 |
+
KRCC_level: -0.5014378545652374
|
| 92 |
+
SRCC_score: 0.8862095299092873
|
| 93 |
+
PLCC_score: 0.8879568112879749
|
| 94 |
+
KRCC_score: 0.7158446507803724
|
| 95 |
+
Accuracy: 0.0
|
| 96 |
+
SRCC_level: -0.6166367322671567
|
| 97 |
+
PLCC_level: -0.6112853861106864
|
| 98 |
+
KRCC_level: -0.4788194084534672
|
| 99 |
+
SRCC_score: 0.8791793466869668
|
| 100 |
+
PLCC_score: 0.8930414862769023
|
| 101 |
+
KRCC_score: 0.7058846272811631
|
| 102 |
+
Accuracy: 0.0
|
| 103 |
+
SRCC_level: -0.5076842742644867
|
| 104 |
+
PLCC_level: -0.44458901603988416
|
| 105 |
+
KRCC_level: -0.3876302367263805
|
| 106 |
+
SRCC_score: 0.8921608524340289
|
| 107 |
+
PLCC_score: 0.9038897154806034
|
| 108 |
+
KRCC_score: 0.7212259471192918
|
| 109 |
+
Accuracy: 0.0
|
| 110 |
+
SRCC_level: -0.6070115276707402
|
| 111 |
+
PLCC_level: -0.5558323098560516
|
| 112 |
+
KRCC_level: -0.4581933537181918
|
| 113 |
+
SRCC_score: 0.8924501780026808
|
| 114 |
+
PLCC_score: 0.8983440209777089
|
| 115 |
+
KRCC_score: 0.7184061817762907
|
| 116 |
+
Accuracy: 0.0
|
| 117 |
+
SRCC_level: -0.6540016489567282
|
| 118 |
+
PLCC_level: -0.6295494101056789
|
| 119 |
+
KRCC_level: -0.5166239240323083
|
| 120 |
+
SRCC_score: 0.8848893845223162
|
| 121 |
+
PLCC_score: 0.897135143245623
|
| 122 |
+
KRCC_score: 0.7118402734439285
|
| 123 |
+
Accuracy: 0.0
|
| 124 |
+
SRCC_level: -0.6218610707641719
|
| 125 |
+
PLCC_level: -0.5857448194405683
|
| 126 |
+
KRCC_level: -0.47629807138019503
|
| 127 |
+
SRCC_score: 0.8833617920366139
|
| 128 |
+
PLCC_score: 0.8925418396275745
|
| 129 |
+
KRCC_score: 0.7109079317123023
|
| 130 |
+
Accuracy: 0.0
|
| 131 |
+
SRCC_level: -0.6544524965712328
|
| 132 |
+
PLCC_level: -0.621446394090567
|
| 133 |
+
KRCC_level: -0.5108296796226742
|
| 134 |
+
SRCC_score: 0.8721889469894153
|
| 135 |
+
PLCC_score: 0.8804053172935016
|
| 136 |
+
KRCC_score: 0.6973016136608592
|
| 137 |
+
Accuracy: 0.0
|
| 138 |
+
SRCC_level: -0.5635715015034986
|
| 139 |
+
PLCC_level: -0.5402053218977377
|
| 140 |
+
KRCC_level: -0.44681146897692126
|
| 141 |
+
SRCC_score: 0.8800877482573343
|
| 142 |
+
PLCC_score: 0.8922422208515358
|
| 143 |
+
KRCC_score: 0.7031349782043425
|
| 144 |
+
Accuracy: 0.0
|
| 145 |
+
SRCC_level: -0.6105659834368146
|
| 146 |
+
PLCC_level: -0.5633478670583858
|
| 147 |
+
KRCC_level: -0.4773540775766001
|
| 148 |
+
SRCC_score: 0.8841334333049978
|
| 149 |
+
PLCC_score: 0.8901480665041765
|
| 150 |
+
KRCC_score: 0.7115288190504359
|
| 151 |
+
Accuracy: 0.0
|
| 152 |
+
SRCC_level: -0.6690044703066896
|
| 153 |
+
PLCC_level: -0.6135559004726531
|
| 154 |
+
KRCC_level: -0.5206281987122217
|
| 155 |
+
SRCC_score: 0.9023985626595223
|
| 156 |
+
PLCC_score: 0.9069645538032494
|
| 157 |
+
KRCC_score: 0.7283344168068665
|
| 158 |
+
Accuracy: 0.004366812227074236
|
| 159 |
+
SRCC_level: -0.5268240728076221
|
| 160 |
+
PLCC_level: -0.5051024697125347
|
| 161 |
+
KRCC_level: -0.41755266769708294
|
| 162 |
+
SRCC_score: 0.8895727618053616
|
| 163 |
+
PLCC_score: 0.8989788259021156
|
| 164 |
+
KRCC_score: 0.7136308941639098
|
| 165 |
+
Accuracy: 0.0
|
| 166 |
+
SRCC_level: -0.6784905563370635
|
| 167 |
+
PLCC_level: -0.6176304522996177
|
| 168 |
+
KRCC_level: -0.519576160182445
|
| 169 |
+
SRCC_score: 0.879587650261892
|
| 170 |
+
PLCC_score: 0.8875584297250814
|
| 171 |
+
KRCC_score: 0.7030764897167912
|
| 172 |
+
Accuracy: 0.004366812227074236
|
| 173 |
+
SRCC_level: -0.6692980408898512
|
| 174 |
+
PLCC_level: -0.6295857093487778
|
| 175 |
+
KRCC_level: -0.5126827694182767
|
| 176 |
+
SRCC_score: 0.9015642814258642
|
| 177 |
+
PLCC_score: 0.9130785916438291
|
| 178 |
+
KRCC_score: 0.7354347683974128
|
| 179 |
+
Accuracy: 0.0
|
| 180 |
+
SRCC_level: -0.5855706762074847
|
| 181 |
+
PLCC_level: -0.5386326167148279
|
| 182 |
+
KRCC_level: -0.4400669517359813
|
| 183 |
+
SRCC_score: 0.8976178537177908
|
| 184 |
+
PLCC_score: 0.9034316755825864
|
| 185 |
+
KRCC_score: 0.7256048605164982
|
| 186 |
+
Accuracy: 0.0
|
| 187 |
+
SRCC_level: -0.6299989801357778
|
| 188 |
+
PLCC_level: -0.5803553949808923
|
| 189 |
+
KRCC_level: -0.4952971493572924
|
| 190 |
+
SRCC_score: 0.8922384120655076
|
| 191 |
+
PLCC_score: 0.9012629093123634
|
| 192 |
+
KRCC_score: 0.7192097277533243
|
| 193 |
+
Accuracy: 0.0
|
| 194 |
+
SRCC_level: -0.49716549819836403
|
| 195 |
+
PLCC_level: -0.4497953392114574
|
| 196 |
+
KRCC_level: -0.3735584004772556
|
| 197 |
+
SRCC_score: 0.8857799387325247
|
| 198 |
+
PLCC_score: 0.8877728031093852
|
| 199 |
+
KRCC_score: 0.7088128270561161
|
| 200 |
+
Accuracy: 0.0
|
| 201 |
+
SRCC_level: -0.6139008960411925
|
| 202 |
+
PLCC_level: -0.5756913224584476
|
| 203 |
+
KRCC_level: -0.4794908009136723
|
| 204 |
+
SRCC_score: 0.8977705851264418
|
| 205 |
+
PLCC_score: 0.9096161543229004
|
| 206 |
+
KRCC_score: 0.7297871208194256
|
| 207 |
+
Accuracy: 0.0
|
| 208 |
+
SRCC_level: -0.6072110550408739
|
| 209 |
+
PLCC_level: -0.5463205398197466
|
| 210 |
+
KRCC_level: -0.4655176062934206
|
| 211 |
+
SRCC_score: 0.8969899610507593
|
| 212 |
+
PLCC_score: 0.9094943816413182
|
| 213 |
+
KRCC_score: 0.7255816057563849
|
| 214 |
+
Accuracy: 0.0
|
| 215 |
+
SRCC_level: -0.47964209908849514
|
| 216 |
+
PLCC_level: -0.45759368583010845
|
| 217 |
+
KRCC_level: -0.3561695689220095
|
| 218 |
+
SRCC_score: 0.8951241290897495
|
| 219 |
+
PLCC_score: 0.9028167111457837
|
| 220 |
+
KRCC_score: 0.7227508856561666
|
| 221 |
+
Accuracy: 0.0
|
| 222 |
+
SRCC_level: -0.5941098736964036
|
| 223 |
+
PLCC_level: -0.5230524469747284
|
| 224 |
+
KRCC_level: -0.43731943444911736
|
| 225 |
+
SRCC_score: 0.900704730189302
|
| 226 |
+
PLCC_score: 0.9079656959282434
|
| 227 |
+
KRCC_score: 0.7310705516452505
|
| 228 |
+
Accuracy: 0.0
|
| 229 |
+
SRCC_level: -0.6624063395634565
|
| 230 |
+
PLCC_level: -0.61245217555369
|
| 231 |
+
KRCC_level: -0.5069291341359883
|
| 232 |
+
SRCC_score: 0.8909543873376475
|
| 233 |
+
PLCC_score: 0.8998519828540115
|
| 234 |
+
KRCC_score: 0.7135038132133898
|
| 235 |
+
Accuracy: 0.0
|
| 236 |
+
SRCC_level: -0.617975376973073
|
| 237 |
+
PLCC_level: -0.5543756068938301
|
| 238 |
+
KRCC_level: -0.4724252657899125
|
| 239 |
+
SRCC_score: 0.8962659501660399
|
| 240 |
+
PLCC_score: 0.9049889224451044
|
| 241 |
+
KRCC_score: 0.7202771705333442
|
| 242 |
+
Accuracy: 0.0
|
| 243 |
+
SRCC_level: -0.5488763979123378
|
| 244 |
+
PLCC_level: -0.515613821489942
|
| 245 |
+
KRCC_level: -0.4243535635687572
|
| 246 |
+
SRCC_score: 0.9060221164711417
|
| 247 |
+
PLCC_score: 0.9137654559613194
|
| 248 |
+
KRCC_score: 0.7343024644014985
|
| 249 |
+
Accuracy: 0.0
|
| 250 |
+
SRCC_level: -0.6208904840134803
|
| 251 |
+
PLCC_level: -0.571017375945389
|
| 252 |
+
KRCC_level: -0.48328528368441076
|
| 253 |
+
SRCC_score: 0.9032723182450018
|
| 254 |
+
PLCC_score: 0.9082318218972836
|
| 255 |
+
KRCC_score: 0.730606011183522
|
| 256 |
+
Accuracy: 0.0
|
| 257 |
+
SRCC_level: -0.570654058192964
|
| 258 |
+
PLCC_level: -0.5281329016013545
|
| 259 |
+
KRCC_level: -0.4249118536747667
|
| 260 |
+
SRCC_score: 0.8962957357353332
|
| 261 |
+
PLCC_score: 0.9010925710783997
|
| 262 |
+
KRCC_score: 0.7228240905338658
|
| 263 |
+
Accuracy: 0.0
|
| 264 |
+
SRCC_level: -0.5370054681428353
|
| 265 |
+
PLCC_level: -0.5082043432950252
|
| 266 |
+
KRCC_level: -0.42363475977654497
|
| 267 |
+
SRCC_score: 0.9000524271653371
|
| 268 |
+
PLCC_score: 0.9075805077768551
|
| 269 |
+
KRCC_score: 0.729877939838234
|
| 270 |
+
Accuracy: 0.0
|
| 271 |
+
SRCC_level: -0.6454564710188802
|
| 272 |
+
PLCC_level: -0.5873619001127595
|
| 273 |
+
KRCC_level: -0.4964726675122184
|
| 274 |
+
SRCC_score: 0.9005616539607411
|
| 275 |
+
PLCC_score: 0.9067478668707458
|
| 276 |
+
KRCC_score: 0.7295793544761291
|
| 277 |
+
Accuracy: 0.0
|
| 278 |
+
SRCC_level: -0.6096285523165229
|
| 279 |
+
PLCC_level: -0.5628240406583483
|
| 280 |
+
KRCC_level: -0.46911368259181685
|
| 281 |
+
SRCC_score: 0.9058548372593198
|
| 282 |
+
PLCC_score: 0.9147393134307509
|
| 283 |
+
KRCC_score: 0.7337679522463701
|
| 284 |
+
Accuracy: 0.0
|
| 285 |
+
SRCC_level: -0.5166066809065522
|
| 286 |
+
PLCC_level: -0.4761366177886994
|
| 287 |
+
KRCC_level: -0.375239290224888
|
| 288 |
+
SRCC_score: 0.8974564385612658
|
| 289 |
+
PLCC_score: 0.9019872374798672
|
| 290 |
+
KRCC_score: 0.7234750973984908
|
| 291 |
+
Accuracy: 0.0
|
| 292 |
+
SRCC_level: -0.5685717170737018
|
| 293 |
+
PLCC_level: -0.5029320262939475
|
| 294 |
+
KRCC_level: -0.4367168729831062
|
| 295 |
+
SRCC_score: 0.90062740772076
|
| 296 |
+
PLCC_score: 0.9045667179382646
|
| 297 |
+
KRCC_score: 0.728388964962748
|
| 298 |
+
Accuracy: 0.0
|
| 299 |
+
SRCC_level: -0.623854549120623
|
| 300 |
+
PLCC_level: -0.5784213864515606
|
| 301 |
+
KRCC_level: -0.4832679333145751
|
| 302 |
+
SRCC_score: 0.8986899548811756
|
| 303 |
+
PLCC_score: 0.9009422199869038
|
| 304 |
+
KRCC_score: 0.7262315885022451
|
| 305 |
+
Accuracy: 0.0
|
| 306 |
+
SRCC_level: -0.5959601814616133
|
| 307 |
+
PLCC_level: -0.5525503773944094
|
| 308 |
+
KRCC_level: -0.4658213121605354
|
| 309 |
+
SRCC_score: 0.9037847172377772
|
| 310 |
+
PLCC_score: 0.9115118171338984
|
| 311 |
+
KRCC_score: 0.7328834139354904
|
| 312 |
+
Accuracy: 0.0
|
| 313 |
+
SRCC_level: -0.6332205232696082
|
| 314 |
+
PLCC_level: -0.5686867264949762
|
| 315 |
+
KRCC_level: -0.4778107712237574
|
| 316 |
+
SRCC_score: 0.8954729873980702
|
| 317 |
+
PLCC_score: 0.9005301466852477
|
| 318 |
+
KRCC_score: 0.7232331273659605
|
| 319 |
+
Accuracy: 0.0
|
| 320 |
+
SRCC_level: -0.6777419646262309
|
| 321 |
+
PLCC_level: -0.627838563645371
|
| 322 |
+
KRCC_level: -0.5267020785601171
|
| 323 |
+
SRCC_score: 0.9044922245628564
|
| 324 |
+
PLCC_score: 0.9095474612991701
|
| 325 |
+
KRCC_score: 0.7336812257185427
|
| 326 |
+
Accuracy: 0.0
|
| 327 |
+
SRCC_level: -0.6022892705015345
|
| 328 |
+
PLCC_level: -0.5619376896973995
|
| 329 |
+
KRCC_level: -0.4713122746375579
|
| 330 |
+
SRCC_score: 0.8992903039570224
|
| 331 |
+
PLCC_score: 0.9092988722496881
|
| 332 |
+
KRCC_score: 0.7307504705095312
|
| 333 |
+
Accuracy: 0.0
|
| 334 |
+
SRCC_level: -0.619018743096461
|
| 335 |
+
PLCC_level: -0.5675925101157204
|
| 336 |
+
KRCC_level: -0.478108979096847
|
| 337 |
+
SRCC_score: 0.9033793484205489
|
| 338 |
+
PLCC_score: 0.9137142518762467
|
| 339 |
+
KRCC_score: 0.7372072788320864
|
| 340 |
+
Accuracy: 0.0
|
| 341 |
+
SRCC_level: -0.6064269111940306
|
| 342 |
+
PLCC_level: -0.5632171718562031
|
| 343 |
+
KRCC_level: -0.47811645675415576
|
| 344 |
+
SRCC_score: 0.9011873591191644
|
| 345 |
+
PLCC_score: 0.9108468876947651
|
| 346 |
+
KRCC_score: 0.731954426706478
|
| 347 |
+
Accuracy: 0.0
|
| 348 |
+
SRCC_level: -0.6835087515069879
|
| 349 |
+
PLCC_level: -0.6441853634103125
|
| 350 |
+
KRCC_level: -0.5400112612020558
|
| 351 |
+
SRCC_score: 0.9012212569659533
|
| 352 |
+
PLCC_score: 0.9048914587790079
|
| 353 |
+
KRCC_score: 0.73595841323145
|
| 354 |
+
Accuracy: 0.0
|
| 355 |
+
SRCC_level: -0.6228629712718509
|
| 356 |
+
PLCC_level: -0.5822803856763163
|
| 357 |
+
KRCC_level: -0.48400436939559827
|
| 358 |
+
SRCC_score: 0.9041879749181878
|
| 359 |
+
PLCC_score: 0.9113178285282693
|
| 360 |
+
KRCC_score: 0.7361439239263821
|
| 361 |
+
Accuracy: 0.0
|
| 362 |
+
SRCC_level: -0.5931772448420412
|
| 363 |
+
PLCC_level: -0.5359899298889741
|
| 364 |
+
KRCC_level: -0.4479762847053593
|
| 365 |
+
SRCC_score: 0.9053009085565
|
| 366 |
+
PLCC_score: 0.9121775895366913
|
| 367 |
+
KRCC_score: 0.7382432582225342
|
| 368 |
+
Accuracy: 0.0
|
| 369 |
+
SRCC_level: -0.6311172240988309
|
| 370 |
+
PLCC_level: -0.5731508509063168
|
| 371 |
+
KRCC_level: -0.47966488434451815
|
| 372 |
+
SRCC_score: 0.9043365014417523
|
| 373 |
+
PLCC_score: 0.9122800460416125
|
| 374 |
+
KRCC_score: 0.7384005091918622
|
| 375 |
+
Accuracy: 0.0
|
| 376 |
+
SRCC_level: -0.5327944954385034
|
| 377 |
+
PLCC_level: -0.4822743111853145
|
| 378 |
+
KRCC_level: -0.3969995350438948
|
| 379 |
+
SRCC_score: 0.9025190602808754
|
| 380 |
+
PLCC_score: 0.9093700822064854
|
| 381 |
+
KRCC_score: 0.7316169098717853
|
| 382 |
+
Accuracy: 0.0
|
| 383 |
+
SRCC_level: -0.5090745682400251
|
| 384 |
+
PLCC_level: -0.4725158213337082
|
| 385 |
+
KRCC_level: -0.387552925250353
|
| 386 |
+
SRCC_score: 0.905859149889858
|
| 387 |
+
PLCC_score: 0.9130893584937456
|
| 388 |
+
KRCC_score: 0.7387253908806355
|
| 389 |
+
Accuracy: 0.0
|
| 390 |
+
SRCC_level: -0.630111509747275
|
| 391 |
+
PLCC_level: -0.5916144271317658
|
| 392 |
+
KRCC_level: -0.4958363868260923
|
| 393 |
+
SRCC_score: 0.9039925219785545
|
| 394 |
+
PLCC_score: 0.913027309925148
|
| 395 |
+
KRCC_score: 0.7365124868293337
|
| 396 |
+
Accuracy: 0.0
|
| 397 |
+
SRCC_level: -0.5994850786445753
|
| 398 |
+
PLCC_level: -0.550289866495834
|
| 399 |
+
KRCC_level: -0.4587745053853239
|
| 400 |
+
SRCC_score: 0.904683015549414
|
| 401 |
+
PLCC_score: 0.908468806578536
|
| 402 |
+
KRCC_score: 0.7361114029347998
|
| 403 |
+
Accuracy: 0.0
|
| 404 |
+
SRCC_level: -0.5557605609939302
|
| 405 |
+
PLCC_level: -0.4985899144667718
|
| 406 |
+
KRCC_level: -0.4183760010510517
|
| 407 |
+
SRCC_score: 0.9033436369661493
|
| 408 |
+
PLCC_score: 0.9064777019759649
|
| 409 |
+
KRCC_score: 0.7323030194891025
|
| 410 |
+
Accuracy: 0.0
|
| 411 |
+
SRCC_level: -0.6069381637584728
|
| 412 |
+
PLCC_level: -0.5589210498013495
|
| 413 |
+
KRCC_level: -0.46889945920128834
|
| 414 |
+
SRCC_score: 0.9017829436120808
|
| 415 |
+
PLCC_score: 0.9071924117991453
|
| 416 |
+
KRCC_score: 0.7294544644117844
|
| 417 |
+
Accuracy: 0.0
|
| 418 |
+
SRCC_level: -0.4780466176237156
|
| 419 |
+
PLCC_level: -0.44515348295015916
|
| 420 |
+
KRCC_level: -0.36314659846367786
|
| 421 |
+
SRCC_score: 0.9061886152195453
|
| 422 |
+
PLCC_score: 0.9090944350181542
|
| 423 |
+
KRCC_score: 0.7387985750109536
|
| 424 |
+
Accuracy: 0.0
|
| 425 |
+
SRCC_level: -0.49344074138873995
|
| 426 |
+
PLCC_level: -0.4579806396835442
|
| 427 |
+
KRCC_level: -0.3736741241511692
|
| 428 |
+
SRCC_score: 0.9024277618424335
|
| 429 |
+
PLCC_score: 0.9107989834354053
|
| 430 |
+
KRCC_score: 0.7298586345807445
|
| 431 |
+
Accuracy: 0.0
|
| 432 |
+
SRCC_level: -0.5490620625684506
|
| 433 |
+
PLCC_level: -0.5045078692269859
|
| 434 |
+
KRCC_level: -0.41702032469189054
|
| 435 |
+
SRCC_score: 0.9022936307638206
|
| 436 |
+
PLCC_score: 0.9079796908137805
|
| 437 |
+
KRCC_score: 0.7334329347828119
|
| 438 |
+
Accuracy: 0.0
|
| 439 |
+
SRCC_level: -0.5734538769502896
|
| 440 |
+
PLCC_level: -0.5249097325320364
|
| 441 |
+
KRCC_level: -0.4385883919156814
|
| 442 |
+
SRCC_score: 0.9065388011016544
|
| 443 |
+
PLCC_score: 0.9134908385775657
|
| 444 |
+
KRCC_score: 0.7370930274127514
|
| 445 |
+
Accuracy: 0.0
|
| 446 |
+
SRCC_level: -0.5447523300490548
|
| 447 |
+
PLCC_level: -0.5003038774343174
|
| 448 |
+
KRCC_level: -0.4123956857872436
|
| 449 |
+
SRCC_score: 0.907633082512835
|
| 450 |
+
PLCC_score: 0.9123420467458166
|
| 451 |
+
KRCC_score: 0.7386915722916303
|
| 452 |
+
Accuracy: 0.0
|
| 453 |
+
SRCC_level: -0.5379256476973808
|
| 454 |
+
PLCC_level: -0.4958963444622015
|
| 455 |
+
KRCC_level: -0.40332466809332546
|
| 456 |
+
SRCC_score: 0.908107409998881
|
| 457 |
+
PLCC_score: 0.9129563200658215
|
| 458 |
+
KRCC_score: 0.7405589587909842
|
| 459 |
+
Accuracy: 0.0
|
| 460 |
+
SRCC_level: -0.5881834672827344
|
| 461 |
+
PLCC_level: -0.5414759473969439
|
| 462 |
+
KRCC_level: -0.4496931859200198
|
| 463 |
+
SRCC_score: 0.9081943520667835
|
| 464 |
+
PLCC_score: 0.9155600103019661
|
| 465 |
+
KRCC_score: 0.740997243416536
|
| 466 |
+
Accuracy: 0.0
|
| 467 |
+
SRCC_level: -0.5159991562533606
|
| 468 |
+
PLCC_level: -0.4817775884950235
|
| 469 |
+
KRCC_level: -0.38928212700504333
|
| 470 |
+
SRCC_score: 0.9085469006896011
|
| 471 |
+
PLCC_score: 0.914420335571307
|
| 472 |
+
KRCC_score: 0.7417784047585434
|
| 473 |
+
Accuracy: 0.0
|
| 474 |
+
SRCC_level: -0.4728003022352374
|
| 475 |
+
PLCC_level: -0.4396604961203706
|
| 476 |
+
KRCC_level: -0.3574818479222183
|
| 477 |
+
SRCC_score: 0.9094117562818944
|
| 478 |
+
PLCC_score: 0.915533343041667
|
| 479 |
+
KRCC_score: 0.7428220322046536
|
| 480 |
+
Accuracy: 0.0
|
| 481 |
+
SRCC_level: -0.4821493586180049
|
| 482 |
+
PLCC_level: -0.44951777668965665
|
| 483 |
+
KRCC_level: -0.36270275158976933
|
| 484 |
+
SRCC_score: 0.9085406493769507
|
| 485 |
+
PLCC_score: 0.913248988451005
|
| 486 |
+
KRCC_score: 0.7421487059401729
|
| 487 |
+
Accuracy: 0.0
|
| 488 |
+
SRCC_level: -0.5388308811338597
|
| 489 |
+
PLCC_level: -0.5028878845524656
|
| 490 |
+
KRCC_level: -0.41228885644896357
|
| 491 |
+
SRCC_score: 0.9077775135831708
|
| 492 |
+
PLCC_score: 0.912116228781023
|
| 493 |
+
KRCC_score: 0.7405102471946008
|
| 494 |
+
Accuracy: 0.0
|
| 495 |
+
SRCC_level: -0.5553428013686712
|
| 496 |
+
PLCC_level: -0.5131707189125477
|
| 497 |
+
KRCC_level: -0.42925241072473586
|
| 498 |
+
SRCC_score: 0.910010371103972
|
| 499 |
+
PLCC_score: 0.9141512368221
|
| 500 |
+
KRCC_score: 0.7427768642447555
|
| 501 |
+
Accuracy: 0.0
|
| 502 |
+
SRCC_level: -0.5798020630955943
|
| 503 |
+
PLCC_level: -0.5365816788403392
|
| 504 |
+
KRCC_level: -0.44449215416004334
|
| 505 |
+
SRCC_score: 0.9088468437764717
|
| 506 |
+
PLCC_score: 0.9143282054411441
|
| 507 |
+
KRCC_score: 0.7414907726902259
|
| 508 |
+
Accuracy: 0.0
|
| 509 |
+
SRCC_level: -0.563427167370889
|
| 510 |
+
PLCC_level: -0.5221940638449605
|
| 511 |
+
KRCC_level: -0.43244927975337977
|
| 512 |
+
SRCC_score: 0.9107169773676451
|
| 513 |
+
PLCC_score: 0.9141281454342784
|
| 514 |
+
KRCC_score: 0.7450605450676029
|
| 515 |
+
Accuracy: 0.0
|
| 516 |
+
SRCC_level: -0.6025944971219432
|
| 517 |
+
PLCC_level: -0.5570514019139723
|
| 518 |
+
KRCC_level: -0.46808115885073226
|
| 519 |
+
SRCC_score: 0.9075342515525662
|
| 520 |
+
PLCC_score: 0.914893621589703
|
| 521 |
+
KRCC_score: 0.740020098366815
|
| 522 |
+
Accuracy: 0.0
|
| 523 |
+
SRCC_level: -0.5801947477045585
|
| 524 |
+
PLCC_level: -0.5298572548507898
|
| 525 |
+
KRCC_level: -0.44457634944516744
|
| 526 |
+
SRCC_score: 0.9080998111837252
|
| 527 |
+
PLCC_score: 0.9159418006441269
|
| 528 |
+
KRCC_score: 0.7408054645557518
|
| 529 |
+
Accuracy: 0.0
|
| 530 |
+
SRCC_level: -0.5823778983430882
|
| 531 |
+
PLCC_level: -0.5379180876322405
|
| 532 |
+
KRCC_level: -0.4513237942594715
|
| 533 |
+
SRCC_score: 0.9071811770243968
|
| 534 |
+
PLCC_score: 0.91408714753322
|
| 535 |
+
KRCC_score: 0.7399240690637464
|
| 536 |
+
Accuracy: 0.0
|
| 537 |
+
SRCC_level: -0.5931111296173642
|
| 538 |
+
PLCC_level: -0.5470132048729236
|
| 539 |
+
KRCC_level: -0.4599271194725072
|
| 540 |
+
SRCC_score: 0.9093692296195016
|
| 541 |
+
PLCC_score: 0.9160322304867825
|
| 542 |
+
KRCC_score: 0.7415550178835413
|
| 543 |
+
Accuracy: 0.0
|
| 544 |
+
SRCC_level: -0.5658359154318179
|
| 545 |
+
PLCC_level: -0.5184420396964264
|
| 546 |
+
KRCC_level: -0.43260659444024896
|
runs/Nov09_19-09-39_ps/events.out.tfevents.1731150593.ps.1422024.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e7da89b6e057d26d2ace0320b17a12685b796c41ea3c993950735899da3a63b
|
| 3 |
+
size 9753
|
runs/Nov09_19-19-20_ps/events.out.tfevents.1731151172.ps.1457634.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:382a649c98def8f677e3657ea91b758e4128986b7a718b207d04f9a043525c03
|
| 3 |
+
size 9753
|
runs/Nov09_19-24-33_ps/events.out.tfevents.1731151486.ps.1476860.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3aaecc10b36f499b32050b746836e21a4f257c786a131f5e283e39e42f6fa465
|
| 3 |
+
size 9291
|
runs/Nov09_19-25-52_ps/events.out.tfevents.1731151565.ps.1482662.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3312bdec4352c37f2c9886c72c4c46bfeb270fef244e5020febb13ef6708c5f2
|
| 3 |
+
size 2824081
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|action_start|>",
|
| 6 |
+
"<|action_end|>",
|
| 7 |
+
"<|interpreter|>",
|
| 8 |
+
"<|plugin|>",
|
| 9 |
+
"<img>",
|
| 10 |
+
"</img>",
|
| 11 |
+
"<IMG_CONTEXT>",
|
| 12 |
+
"<quad>",
|
| 13 |
+
"</quad>",
|
| 14 |
+
"<ref>",
|
| 15 |
+
"</ref>",
|
| 16 |
+
"<box>",
|
| 17 |
+
"</box>"
|
| 18 |
+
],
|
| 19 |
+
"bos_token": {
|
| 20 |
+
"content": "<s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
+
"eos_token": {
|
| 27 |
+
"content": "</s>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
},
|
| 33 |
+
"pad_token": {
|
| 34 |
+
"content": "</s>",
|
| 35 |
+
"lstrip": false,
|
| 36 |
+
"normalized": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"single_word": false
|
| 39 |
+
},
|
| 40 |
+
"unk_token": {
|
| 41 |
+
"content": "<unk>",
|
| 42 |
+
"lstrip": false,
|
| 43 |
+
"normalized": false,
|
| 44 |
+
"rstrip": false,
|
| 45 |
+
"single_word": false
|
| 46 |
+
}
|
| 47 |
+
}
|
tokenization_internlm2.py
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) The InternLM team and The HuggingFace Inc. team. All rights reserved.
|
| 2 |
+
#
|
| 3 |
+
# This code is based on transformers/src/transformers/models/llama/tokenization_llama.py
|
| 4 |
+
#
|
| 5 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 6 |
+
# you may not use this file except in compliance with the License.
|
| 7 |
+
# You may obtain a copy of the License at
|
| 8 |
+
#
|
| 9 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 10 |
+
#
|
| 11 |
+
# Unless required by applicable law or agreed to in writing, software
|
| 12 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 13 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 14 |
+
# See the License for the specific language governing permissions and
|
| 15 |
+
# limitations under the License.
|
| 16 |
+
|
| 17 |
+
"""Tokenization classes for InternLM."""
|
| 18 |
+
import os
|
| 19 |
+
from shutil import copyfile
|
| 20 |
+
from typing import Any, Dict, List, Optional, Tuple
|
| 21 |
+
|
| 22 |
+
import sentencepiece as spm
|
| 23 |
+
from transformers.tokenization_utils import PreTrainedTokenizer
|
| 24 |
+
from transformers.utils import logging
|
| 25 |
+
|
| 26 |
+
logger = logging.get_logger(__name__)
|
| 27 |
+
|
| 28 |
+
VOCAB_FILES_NAMES = {'vocab_file': './tokenizer.model'}
|
| 29 |
+
|
| 30 |
+
PRETRAINED_VOCAB_FILES_MAP = {}
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
# Modified from transformers.model.llama.tokenization_llama.LlamaTokenizer
|
| 34 |
+
class InternLM2Tokenizer(PreTrainedTokenizer):
|
| 35 |
+
"""
|
| 36 |
+
Construct a InternLM2 tokenizer. Based on byte-level Byte-Pair-Encoding.
|
| 37 |
+
|
| 38 |
+
Args:
|
| 39 |
+
vocab_file (`str`):
|
| 40 |
+
Path to the vocabulary file.
|
| 41 |
+
"""
|
| 42 |
+
|
| 43 |
+
vocab_files_names = VOCAB_FILES_NAMES
|
| 44 |
+
pretrained_vocab_files_map = PRETRAINED_VOCAB_FILES_MAP
|
| 45 |
+
model_input_names = ['input_ids', 'attention_mask']
|
| 46 |
+
_auto_class = 'AutoTokenizer'
|
| 47 |
+
|
| 48 |
+
def __init__(
|
| 49 |
+
self,
|
| 50 |
+
vocab_file,
|
| 51 |
+
unk_token='<unk>',
|
| 52 |
+
bos_token='<s>',
|
| 53 |
+
eos_token='</s>',
|
| 54 |
+
pad_token='</s>',
|
| 55 |
+
sp_model_kwargs: Optional[Dict[str, Any]] = None,
|
| 56 |
+
add_bos_token=True,
|
| 57 |
+
add_eos_token=False,
|
| 58 |
+
decode_with_prefix_space=False,
|
| 59 |
+
clean_up_tokenization_spaces=False,
|
| 60 |
+
**kwargs,
|
| 61 |
+
):
|
| 62 |
+
self.sp_model_kwargs = {} if sp_model_kwargs is None else sp_model_kwargs
|
| 63 |
+
self.vocab_file = vocab_file
|
| 64 |
+
self.add_bos_token = add_bos_token
|
| 65 |
+
self.add_eos_token = add_eos_token
|
| 66 |
+
self.decode_with_prefix_space = decode_with_prefix_space
|
| 67 |
+
self.sp_model = spm.SentencePieceProcessor(**self.sp_model_kwargs)
|
| 68 |
+
self.sp_model.Load(vocab_file)
|
| 69 |
+
self._no_prefix_space_tokens = None
|
| 70 |
+
super().__init__(
|
| 71 |
+
bos_token=bos_token,
|
| 72 |
+
eos_token=eos_token,
|
| 73 |
+
unk_token=unk_token,
|
| 74 |
+
pad_token=pad_token,
|
| 75 |
+
clean_up_tokenization_spaces=clean_up_tokenization_spaces,
|
| 76 |
+
**kwargs,
|
| 77 |
+
)
|
| 78 |
+
|
| 79 |
+
@property
|
| 80 |
+
def no_prefix_space_tokens(self):
|
| 81 |
+
if self._no_prefix_space_tokens is None:
|
| 82 |
+
vocab = self.convert_ids_to_tokens(list(range(self.vocab_size)))
|
| 83 |
+
self._no_prefix_space_tokens = {i for i, tok in enumerate(vocab) if not tok.startswith('▁')}
|
| 84 |
+
return self._no_prefix_space_tokens
|
| 85 |
+
|
| 86 |
+
@property
|
| 87 |
+
def vocab_size(self):
|
| 88 |
+
"""Returns vocab size"""
|
| 89 |
+
return self.sp_model.get_piece_size()
|
| 90 |
+
|
| 91 |
+
@property
|
| 92 |
+
def bos_token_id(self) -> Optional[int]:
|
| 93 |
+
return self.sp_model.bos_id()
|
| 94 |
+
|
| 95 |
+
@property
|
| 96 |
+
def eos_token_id(self) -> Optional[int]:
|
| 97 |
+
return self.sp_model.eos_id()
|
| 98 |
+
|
| 99 |
+
def get_vocab(self):
|
| 100 |
+
"""Returns vocab as a dict"""
|
| 101 |
+
vocab = {self.convert_ids_to_tokens(i): i for i in range(self.vocab_size)}
|
| 102 |
+
vocab.update(self.added_tokens_encoder)
|
| 103 |
+
return vocab
|
| 104 |
+
|
| 105 |
+
def _tokenize(self, text):
|
| 106 |
+
"""Returns a tokenized string."""
|
| 107 |
+
return self.sp_model.encode(text, out_type=str)
|
| 108 |
+
|
| 109 |
+
def _convert_token_to_id(self, token):
|
| 110 |
+
"""Converts a token (str) in an id using the vocab."""
|
| 111 |
+
return self.sp_model.piece_to_id(token)
|
| 112 |
+
|
| 113 |
+
def _convert_id_to_token(self, index):
|
| 114 |
+
"""Converts an index (integer) in a token (str) using the vocab."""
|
| 115 |
+
token = self.sp_model.IdToPiece(index)
|
| 116 |
+
return token
|
| 117 |
+
|
| 118 |
+
def _maybe_add_prefix_space(self, tokens, decoded):
|
| 119 |
+
if tokens and tokens[0] not in self.no_prefix_space_tokens:
|
| 120 |
+
return ' ' + decoded
|
| 121 |
+
else:
|
| 122 |
+
return decoded
|
| 123 |
+
|
| 124 |
+
def convert_tokens_to_string(self, tokens):
|
| 125 |
+
"""Converts a sequence of tokens (string) in a single string."""
|
| 126 |
+
current_sub_tokens = []
|
| 127 |
+
out_string = ''
|
| 128 |
+
prev_is_special = False
|
| 129 |
+
for token in tokens:
|
| 130 |
+
# make sure that special tokens are not decoded using sentencepiece model
|
| 131 |
+
if token in self.all_special_tokens:
|
| 132 |
+
if not prev_is_special:
|
| 133 |
+
out_string += ' '
|
| 134 |
+
out_string += self.sp_model.decode(current_sub_tokens) + token
|
| 135 |
+
prev_is_special = True
|
| 136 |
+
current_sub_tokens = []
|
| 137 |
+
else:
|
| 138 |
+
current_sub_tokens.append(token)
|
| 139 |
+
prev_is_special = False
|
| 140 |
+
out_string += self.sp_model.decode(current_sub_tokens)
|
| 141 |
+
out_string = self.clean_up_tokenization(out_string)
|
| 142 |
+
out_string = self._maybe_add_prefix_space(tokens=tokens, decoded=out_string)
|
| 143 |
+
return out_string[1:]
|
| 144 |
+
|
| 145 |
+
def save_vocabulary(self, save_directory, filename_prefix: Optional[str] = None) -> Tuple[str]:
|
| 146 |
+
"""
|
| 147 |
+
Save the vocabulary and special tokens file to a directory.
|
| 148 |
+
|
| 149 |
+
Args:
|
| 150 |
+
save_directory (`str`):
|
| 151 |
+
The directory in which to save the vocabulary.
|
| 152 |
+
|
| 153 |
+
Returns:
|
| 154 |
+
`Tuple(str)`: Paths to the files saved.
|
| 155 |
+
"""
|
| 156 |
+
if not os.path.isdir(save_directory):
|
| 157 |
+
logger.error(f'Vocabulary path ({save_directory}) should be a directory')
|
| 158 |
+
return
|
| 159 |
+
out_vocab_file = os.path.join(
|
| 160 |
+
save_directory, (filename_prefix + '-' if filename_prefix else '') + VOCAB_FILES_NAMES['vocab_file']
|
| 161 |
+
)
|
| 162 |
+
|
| 163 |
+
if os.path.abspath(self.vocab_file) != os.path.abspath(out_vocab_file) and os.path.isfile(self.vocab_file):
|
| 164 |
+
copyfile(self.vocab_file, out_vocab_file)
|
| 165 |
+
elif not os.path.isfile(self.vocab_file):
|
| 166 |
+
with open(out_vocab_file, 'wb') as fi:
|
| 167 |
+
content_spiece_model = self.sp_model.serialized_model_proto()
|
| 168 |
+
fi.write(content_spiece_model)
|
| 169 |
+
|
| 170 |
+
return (out_vocab_file,)
|
| 171 |
+
|
| 172 |
+
def build_inputs_with_special_tokens(self, token_ids_0, token_ids_1=None):
|
| 173 |
+
if self.add_bos_token:
|
| 174 |
+
bos_token_ids = [self.bos_token_id]
|
| 175 |
+
else:
|
| 176 |
+
bos_token_ids = []
|
| 177 |
+
|
| 178 |
+
output = bos_token_ids + token_ids_0
|
| 179 |
+
|
| 180 |
+
if token_ids_1 is not None:
|
| 181 |
+
output = output + token_ids_1
|
| 182 |
+
|
| 183 |
+
if self.add_eos_token:
|
| 184 |
+
output = output + [self.eos_token_id]
|
| 185 |
+
|
| 186 |
+
return output
|
| 187 |
+
|
| 188 |
+
def get_special_tokens_mask(
|
| 189 |
+
self, token_ids_0: List[int], token_ids_1: Optional[List[int]] = None, already_has_special_tokens: bool = False
|
| 190 |
+
) -> List[int]:
|
| 191 |
+
"""
|
| 192 |
+
Retrieve sequence ids from a token list that has no special tokens added. This method is called when adding
|
| 193 |
+
special tokens using the tokenizer `prepare_for_model` method.
|
| 194 |
+
|
| 195 |
+
Args:
|
| 196 |
+
token_ids_0 (`List[int]`):
|
| 197 |
+
List of IDs.
|
| 198 |
+
token_ids_1 (`List[int]`, *optional*):
|
| 199 |
+
Optional second list of IDs for sequence pairs.
|
| 200 |
+
already_has_special_tokens (`bool`, *optional*, defaults to `False`):
|
| 201 |
+
Whether or not the token list is already formatted with special tokens for the model.
|
| 202 |
+
|
| 203 |
+
Returns:
|
| 204 |
+
`List[int]`: A list of integers in the range [0, 1]: 1 for a special token, 0 for a sequence token.
|
| 205 |
+
"""
|
| 206 |
+
if already_has_special_tokens:
|
| 207 |
+
return super().get_special_tokens_mask(
|
| 208 |
+
token_ids_0=token_ids_0, token_ids_1=token_ids_1, already_has_special_tokens=True
|
| 209 |
+
)
|
| 210 |
+
|
| 211 |
+
if token_ids_1 is None:
|
| 212 |
+
return [1] + ([0] * len(token_ids_0)) + [1]
|
| 213 |
+
return [1] + ([0] * len(token_ids_0)) + [1, 1] + ([0] * len(token_ids_1)) + [1]
|
| 214 |
+
|
| 215 |
+
def create_token_type_ids_from_sequences(
|
| 216 |
+
self, token_ids_0: List[int], token_ids_1: Optional[List[int]] = None
|
| 217 |
+
) -> List[int]:
|
| 218 |
+
"""
|
| 219 |
+
Create a mask from the two sequences passed to be used in a sequence-pair classification task. T5 does not make
|
| 220 |
+
use of token type ids, therefore a list of zeros is returned.
|
| 221 |
+
|
| 222 |
+
Args:
|
| 223 |
+
token_ids_0 (`List[int]`):
|
| 224 |
+
List of IDs.
|
| 225 |
+
token_ids_1 (`List[int]`, *optional*):
|
| 226 |
+
Optional second list of IDs for sequence pairs.
|
| 227 |
+
|
| 228 |
+
Returns:
|
| 229 |
+
`List[int]`: List of zeros.
|
| 230 |
+
"""
|
| 231 |
+
eos = [self.eos_token_id]
|
| 232 |
+
|
| 233 |
+
if token_ids_1 is None:
|
| 234 |
+
return len(token_ids_0 + eos) * [0]
|
| 235 |
+
return len(token_ids_0 + eos + token_ids_1 + eos) * [0]
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f868398fc4e05ee1e8aeba95ddf18ddcc45b8bce55d5093bead5bbf80429b48b
|
| 3 |
+
size 1477754
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<unk>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"92538": {
|
| 28 |
+
"content": "<|plugin|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"92539": {
|
| 36 |
+
"content": "<|interpreter|>",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"92540": {
|
| 44 |
+
"content": "<|action_end|>",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"92541": {
|
| 52 |
+
"content": "<|action_start|>",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"92542": {
|
| 60 |
+
"content": "<|im_end|>",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"92543": {
|
| 68 |
+
"content": "<|im_start|>",
|
| 69 |
+
"lstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": false,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"92544": {
|
| 76 |
+
"content": "<img>",
|
| 77 |
+
"lstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": false,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"92545": {
|
| 84 |
+
"content": "</img>",
|
| 85 |
+
"lstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": false,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"92546": {
|
| 92 |
+
"content": "<IMG_CONTEXT>",
|
| 93 |
+
"lstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": false,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"92547": {
|
| 100 |
+
"content": "<quad>",
|
| 101 |
+
"lstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": false,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"92548": {
|
| 108 |
+
"content": "</quad>",
|
| 109 |
+
"lstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": false,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"92549": {
|
| 116 |
+
"content": "<ref>",
|
| 117 |
+
"lstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": false,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"92550": {
|
| 124 |
+
"content": "</ref>",
|
| 125 |
+
"lstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": false,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"92551": {
|
| 132 |
+
"content": "<box>",
|
| 133 |
+
"lstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": false,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"92552": {
|
| 140 |
+
"content": "</box>",
|
| 141 |
+
"lstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": false,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
}
|
| 147 |
+
},
|
| 148 |
+
"additional_special_tokens": [
|
| 149 |
+
"<|im_start|>",
|
| 150 |
+
"<|im_end|>",
|
| 151 |
+
"<|action_start|>",
|
| 152 |
+
"<|action_end|>",
|
| 153 |
+
"<|interpreter|>",
|
| 154 |
+
"<|plugin|>",
|
| 155 |
+
"<img>",
|
| 156 |
+
"</img>",
|
| 157 |
+
"<IMG_CONTEXT>",
|
| 158 |
+
"<quad>",
|
| 159 |
+
"</quad>",
|
| 160 |
+
"<ref>",
|
| 161 |
+
"</ref>",
|
| 162 |
+
"<box>",
|
| 163 |
+
"</box>"
|
| 164 |
+
],
|
| 165 |
+
"auto_map": {
|
| 166 |
+
"AutoTokenizer": [
|
| 167 |
+
"tokenization_internlm2.InternLM2Tokenizer",
|
| 168 |
+
null
|
| 169 |
+
]
|
| 170 |
+
},
|
| 171 |
+
"bos_token": "<s>",
|
| 172 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 173 |
+
"clean_up_tokenization_spaces": false,
|
| 174 |
+
"eos_token": "</s>",
|
| 175 |
+
"model_max_length": 4096,
|
| 176 |
+
"pad_token": "</s>",
|
| 177 |
+
"tokenizer_class": "InternLM2Tokenizer",
|
| 178 |
+
"unk_token": "<unk>"
|
| 179 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:592b63ac7a37e5b81961b77e2789fccc39373184149bdd34aa6e2996f61c605b
|
| 3 |
+
size 6072
|
training_log.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:852872b41fa71ff156dcb1b21a63c67b4f614aff51bbb5029e22b6e8e63cdb43
|
| 3 |
+
size 23628778
|