Upload Eval3 cotrain cycle 5 VLM LoRA
Browse files- cycle_05_vlm_lora/README.md +207 -0
- cycle_05_vlm_lora/adapter_config.json +45 -0
- cycle_05_vlm_lora/adapter_model.safetensors +3 -0
- cycle_05_vlm_lora/chat_template.jinja +2 -0
- cycle_05_vlm_lora/cotrain_predictions.jsonl +216 -0
- cycle_05_vlm_lora/epoch_01/README.md +207 -0
- cycle_05_vlm_lora/epoch_01/adapter_config.json +45 -0
- cycle_05_vlm_lora/epoch_01/adapter_model.safetensors +3 -0
- cycle_05_vlm_lora/epoch_01/chat_template.jinja +2 -0
- cycle_05_vlm_lora/epoch_01/processor_config.json +79 -0
- cycle_05_vlm_lora/epoch_01/tokenizer.json +0 -0
- cycle_05_vlm_lora/epoch_01/tokenizer_config.json +27 -0
- cycle_05_vlm_lora/epoch_02/README.md +207 -0
- cycle_05_vlm_lora/epoch_02/adapter_config.json +45 -0
- cycle_05_vlm_lora/epoch_02/adapter_model.safetensors +3 -0
- cycle_05_vlm_lora/epoch_02/chat_template.jinja +2 -0
- cycle_05_vlm_lora/epoch_02/processor_config.json +79 -0
- cycle_05_vlm_lora/epoch_02/tokenizer.json +0 -0
- cycle_05_vlm_lora/epoch_02/tokenizer_config.json +27 -0
- cycle_05_vlm_lora/eval_predictions.csv +55 -0
- cycle_05_vlm_lora/processor_config.json +79 -0
- cycle_05_vlm_lora/summary.json +78 -0
- cycle_05_vlm_lora/tokenizer.json +0 -0
- cycle_05_vlm_lora/tokenizer_config.json +27 -0
cycle_05_vlm_lora/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
cycle_05_vlm_lora/adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "HuggingFaceTB/SmolVLM2-2.2B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"v_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"o_proj"
|
| 37 |
+
],
|
| 38 |
+
"target_parameters": null,
|
| 39 |
+
"task_type": "CAUSAL_LM",
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": false
|
| 45 |
+
}
|
cycle_05_vlm_lora/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60f043f22ac7d53eba64e15c1eccf65a11714c9e5eaa48c4fb76a71ab406aefb
|
| 3 |
+
size 37162792
|
cycle_05_vlm_lora/chat_template.jinja
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<|im_start|>{% for message in messages %}{{message['role'] | capitalize}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<end_of_utterance>
|
| 2 |
+
{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}
|
cycle_05_vlm_lora/cotrain_predictions.jsonl
ADDED
|
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_000_start_frame_000.jpg", "episode_index": 0, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 2 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_000_middle_frame_045.jpg", "episode_index": 0, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 3 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_000_end_frame_089.jpg", "episode_index": 0, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 4 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_001_start_frame_000.jpg", "episode_index": 1, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 5 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_001_middle_frame_045.jpg", "episode_index": 1, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 6 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_001_end_frame_089.jpg", "episode_index": 1, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 7 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_002_start_frame_000.jpg", "episode_index": 2, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 8 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_002_middle_frame_045.jpg", "episode_index": 2, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 9 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_002_end_frame_089.jpg", "episode_index": 2, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 10 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_003_middle_frame_045.jpg", "episode_index": 3, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 11 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_003_end_frame_089.jpg", "episode_index": 3, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 12 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_004_start_frame_000.jpg", "episode_index": 4, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 13 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_004_middle_frame_045.jpg", "episode_index": 4, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 14 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_004_end_frame_089.jpg", "episode_index": 4, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 15 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_005_middle_frame_045.jpg", "episode_index": 5, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 16 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_005_end_frame_089.jpg", "episode_index": 5, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 17 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_006_start_frame_000.jpg", "episode_index": 6, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 18 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_006_middle_frame_045.jpg", "episode_index": 6, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 19 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_006_end_frame_089.jpg", "episode_index": 6, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 20 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_007_start_frame_000.jpg", "episode_index": 7, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 21 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_007_middle_frame_045.jpg", "episode_index": 7, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 22 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_008_start_frame_000.jpg", "episode_index": 8, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 23 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_008_middle_frame_045.jpg", "episode_index": 8, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 24 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_009_start_frame_000.jpg", "episode_index": 9, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "left", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 25 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_010_middle_frame_045.jpg", "episode_index": 10, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 26 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_011_middle_frame_045.jpg", "episode_index": 11, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 27 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_011_end_frame_089.jpg", "episode_index": 11, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 28 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_012_start_frame_000.jpg", "episode_index": 12, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 29 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_012_middle_frame_045.jpg", "episode_index": 12, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 30 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_012_end_frame_089.jpg", "episode_index": 12, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 31 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_013_start_frame_000.jpg", "episode_index": 13, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 32 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_013_middle_frame_045.jpg", "episode_index": 13, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 33 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_013_end_frame_089.jpg", "episode_index": 13, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 34 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_014_middle_frame_045.jpg", "episode_index": 14, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 35 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_014_end_frame_089.jpg", "episode_index": 14, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 36 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_015_start_frame_000.jpg", "episode_index": 15, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 37 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_015_middle_frame_045.jpg", "episode_index": 15, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 38 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_015_end_frame_089.jpg", "episode_index": 15, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 39 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_016_start_frame_000.jpg", "episode_index": 16, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 40 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_016_middle_frame_045.jpg", "episode_index": 16, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 41 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_017_start_frame_000.jpg", "episode_index": 17, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 42 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_017_middle_frame_045.jpg", "episode_index": 17, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 43 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_017_end_frame_089.jpg", "episode_index": 17, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 44 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_018_middle_frame_045.jpg", "episode_index": 18, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 45 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_018_end_frame_089.jpg", "episode_index": 18, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 46 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_019_start_frame_000.jpg", "episode_index": 19, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 47 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_019_middle_frame_045.jpg", "episode_index": 19, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 48 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_019_end_frame_089.jpg", "episode_index": 19, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "middle", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 49 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_020_middle_frame_045.jpg", "episode_index": 20, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 50 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_021_start_frame_000.jpg", "episode_index": 21, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 51 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_021_middle_frame_045.jpg", "episode_index": 21, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 52 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_022_start_frame_000.jpg", "episode_index": 22, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 53 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_022_middle_frame_045.jpg", "episode_index": 22, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 54 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_022_end_frame_089.jpg", "episode_index": 22, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 55 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_023_start_frame_000.jpg", "episode_index": 23, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 56 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_023_end_frame_089.jpg", "episode_index": 23, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 57 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_024_start_frame_000.jpg", "episode_index": 24, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 58 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_024_middle_frame_045.jpg", "episode_index": 24, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 59 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_024_end_frame_089.jpg", "episode_index": 24, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 60 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_025_start_frame_000.jpg", "episode_index": 25, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 61 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_025_middle_frame_045.jpg", "episode_index": 25, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 62 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_025_end_frame_089.jpg", "episode_index": 25, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 63 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_026_start_frame_000.jpg", "episode_index": 26, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 64 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_026_middle_frame_045.jpg", "episode_index": 26, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 65 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_027_start_frame_000.jpg", "episode_index": 27, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 66 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_027_middle_frame_045.jpg", "episode_index": 27, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 67 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_027_end_frame_089.jpg", "episode_index": 27, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 68 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_028_start_frame_000.jpg", "episode_index": 28, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 69 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_028_middle_frame_045.jpg", "episode_index": 28, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 70 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_028_end_frame_089.jpg", "episode_index": 28, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 71 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_029_start_frame_000.jpg", "episode_index": 29, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 72 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_029_end_frame_089.jpg", "episode_index": 29, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Taylor Swift", "ground_truth": "right", "prompt": "Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 73 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_030_start_frame_000.jpg", "episode_index": 30, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 74 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_030_middle_frame_045.jpg", "episode_index": 30, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 75 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_030_end_frame_089.jpg", "episode_index": 30, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 76 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_031_middle_frame_045.jpg", "episode_index": 31, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 77 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_031_end_frame_089.jpg", "episode_index": 31, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 78 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_032_middle_frame_045.jpg", "episode_index": 32, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 79 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_032_end_frame_089.jpg", "episode_index": 32, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 80 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_033_start_frame_000.jpg", "episode_index": 33, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 81 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_033_middle_frame_045.jpg", "episode_index": 33, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 82 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_033_end_frame_089.jpg", "episode_index": 33, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 83 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_034_middle_frame_045.jpg", "episode_index": 34, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 84 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_034_end_frame_089.jpg", "episode_index": 34, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 85 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_035_start_frame_000.jpg", "episode_index": 35, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 86 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_035_middle_frame_045.jpg", "episode_index": 35, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 87 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_035_end_frame_089.jpg", "episode_index": 35, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 88 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_036_middle_frame_045.jpg", "episode_index": 36, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 89 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_036_end_frame_089.jpg", "episode_index": 36, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 90 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_037_middle_frame_045.jpg", "episode_index": 37, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 91 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_038_start_frame_000.jpg", "episode_index": 38, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 92 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_038_middle_frame_045.jpg", "episode_index": 38, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 93 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_038_end_frame_089.jpg", "episode_index": 38, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 94 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_039_start_frame_000.jpg", "episode_index": 39, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 95 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_039_middle_frame_045.jpg", "episode_index": 39, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 96 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_039_end_frame_089.jpg", "episode_index": 39, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "left", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 97 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_040_start_frame_000.jpg", "episode_index": 40, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 98 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_040_middle_frame_045.jpg", "episode_index": 40, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 99 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_041_start_frame_000.jpg", "episode_index": 41, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 100 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_041_middle_frame_045.jpg", "episode_index": 41, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 101 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_041_end_frame_089.jpg", "episode_index": 41, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 102 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_042_start_frame_000.jpg", "episode_index": 42, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 103 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_042_end_frame_089.jpg", "episode_index": 42, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 104 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_043_start_frame_000.jpg", "episode_index": 43, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 105 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_043_middle_frame_045.jpg", "episode_index": 43, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 106 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_043_end_frame_089.jpg", "episode_index": 43, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 107 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_044_start_frame_000.jpg", "episode_index": 44, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 108 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_044_middle_frame_045.jpg", "episode_index": 44, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 109 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_044_end_frame_089.jpg", "episode_index": 44, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 110 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_045_start_frame_000.jpg", "episode_index": 45, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 111 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_045_middle_frame_045.jpg", "episode_index": 45, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 112 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_046_start_frame_000.jpg", "episode_index": 46, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 113 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_047_start_frame_000.jpg", "episode_index": 47, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 114 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_047_end_frame_089.jpg", "episode_index": 47, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 115 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_048_start_frame_000.jpg", "episode_index": 48, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 116 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_048_middle_frame_045.jpg", "episode_index": 48, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 117 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_048_end_frame_089.jpg", "episode_index": 48, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 118 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_049_start_frame_000.jpg", "episode_index": 49, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 119 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_049_middle_frame_045.jpg", "episode_index": 49, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 120 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_049_end_frame_089.jpg", "episode_index": 49, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "middle", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 121 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_050_start_frame_000.jpg", "episode_index": 50, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 122 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_050_middle_frame_045.jpg", "episode_index": 50, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 123 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_050_end_frame_089.jpg", "episode_index": 50, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 124 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_051_start_frame_000.jpg", "episode_index": 51, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 125 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_051_middle_frame_045.jpg", "episode_index": 51, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 126 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_051_end_frame_089.jpg", "episode_index": 51, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 127 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_052_middle_frame_045.jpg", "episode_index": 52, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 128 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_052_end_frame_089.jpg", "episode_index": 52, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 129 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_053_start_frame_000.jpg", "episode_index": 53, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 130 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_053_middle_frame_045.jpg", "episode_index": 53, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 131 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_053_end_frame_089.jpg", "episode_index": 53, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 132 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_054_start_frame_000.jpg", "episode_index": 54, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 133 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_054_middle_frame_045.jpg", "episode_index": 54, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 134 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_054_end_frame_089.jpg", "episode_index": 54, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 135 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_055_middle_frame_045.jpg", "episode_index": 55, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 136 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_055_end_frame_089.jpg", "episode_index": 55, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 137 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_056_start_frame_000.jpg", "episode_index": 56, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 138 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_057_start_frame_000.jpg", "episode_index": 57, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 139 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_057_middle_frame_045.jpg", "episode_index": 57, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 140 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_058_middle_frame_045.jpg", "episode_index": 58, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 141 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_058_end_frame_089.jpg", "episode_index": 58, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 142 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_059_start_frame_000.jpg", "episode_index": 59, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 143 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_059_middle_frame_045.jpg", "episode_index": 59, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 144 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_059_end_frame_089.jpg", "episode_index": 59, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Barack Obama", "ground_truth": "right", "prompt": "Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 145 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_060_start_frame_000.jpg", "episode_index": 60, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 146 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_060_middle_frame_045.jpg", "episode_index": 60, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 147 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_060_end_frame_089.jpg", "episode_index": 60, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 148 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_061_start_frame_000.jpg", "episode_index": 61, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 149 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_062_middle_frame_045.jpg", "episode_index": 62, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 150 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_062_end_frame_089.jpg", "episode_index": 62, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 151 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_063_start_frame_000.jpg", "episode_index": 63, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 152 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_063_middle_frame_045.jpg", "episode_index": 63, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 153 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_063_end_frame_089.jpg", "episode_index": 63, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 154 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_064_start_frame_000.jpg", "episode_index": 64, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 155 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_064_middle_frame_045.jpg", "episode_index": 64, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 156 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_064_end_frame_089.jpg", "episode_index": 64, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 157 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_065_start_frame_000.jpg", "episode_index": 65, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 158 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_065_middle_frame_045.jpg", "episode_index": 65, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 159 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_065_end_frame_089.jpg", "episode_index": 65, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 160 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_066_start_frame_000.jpg", "episode_index": 66, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 161 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_066_middle_frame_045.jpg", "episode_index": 66, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 162 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_066_end_frame_089.jpg", "episode_index": 66, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 163 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_067_start_frame_000.jpg", "episode_index": 67, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 164 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_068_start_frame_000.jpg", "episode_index": 68, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 165 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_068_end_frame_089.jpg", "episode_index": 68, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 166 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_069_start_frame_000.jpg", "episode_index": 69, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 167 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_069_middle_frame_045.jpg", "episode_index": 69, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 168 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_069_end_frame_089.jpg", "episode_index": 69, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "left", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "left", "prediction_raw": "left", "prediction": "left", "expected": "left", "correct": true}
|
| 169 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_070_start_frame_000.jpg", "episode_index": 70, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 170 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_071_start_frame_000.jpg", "episode_index": 71, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 171 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_071_middle_frame_045.jpg", "episode_index": 71, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 172 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_071_end_frame_089.jpg", "episode_index": 71, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 173 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_072_middle_frame_045.jpg", "episode_index": 72, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 174 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_072_end_frame_089.jpg", "episode_index": 72, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 175 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_073_middle_frame_045.jpg", "episode_index": 73, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 176 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_073_end_frame_089.jpg", "episode_index": 73, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 177 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_074_middle_frame_045.jpg", "episode_index": 74, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 178 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_074_end_frame_089.jpg", "episode_index": 74, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 179 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_075_start_frame_000.jpg", "episode_index": 75, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 180 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_075_middle_frame_045.jpg", "episode_index": 75, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 181 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_075_end_frame_089.jpg", "episode_index": 75, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 182 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_076_start_frame_000.jpg", "episode_index": 76, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 183 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_076_middle_frame_045.jpg", "episode_index": 76, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 184 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_076_end_frame_089.jpg", "episode_index": 76, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 185 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_077_start_frame_000.jpg", "episode_index": 77, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 186 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_077_middle_frame_045.jpg", "episode_index": 77, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 187 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_078_start_frame_000.jpg", "episode_index": 78, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 188 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_078_middle_frame_045.jpg", "episode_index": 78, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 189 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_078_end_frame_089.jpg", "episode_index": 78, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 190 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_079_start_frame_000.jpg", "episode_index": 79, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 191 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_079_middle_frame_045.jpg", "episode_index": 79, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 192 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_079_end_frame_089.jpg", "episode_index": 79, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "middle", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "middle", "prediction_raw": "middle", "prediction": "middle", "expected": "middle", "correct": true}
|
| 193 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_080_start_frame_000.jpg", "episode_index": 80, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 194 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_080_middle_frame_045.jpg", "episode_index": 80, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 195 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_080_end_frame_089.jpg", "episode_index": 80, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 196 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_081_start_frame_000.jpg", "episode_index": 81, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 197 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_081_middle_frame_045.jpg", "episode_index": 81, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 198 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_081_end_frame_089.jpg", "episode_index": 81, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 199 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_082_start_frame_000.jpg", "episode_index": 82, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 200 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_083_start_frame_000.jpg", "episode_index": 83, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 201 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_083_middle_frame_045.jpg", "episode_index": 83, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 202 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_083_end_frame_089.jpg", "episode_index": 83, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 203 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_084_start_frame_000.jpg", "episode_index": 84, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 204 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_084_middle_frame_045.jpg", "episode_index": 84, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 205 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_084_end_frame_089.jpg", "episode_index": 84, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 206 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_085_start_frame_000.jpg", "episode_index": 85, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 207 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_085_middle_frame_045.jpg", "episode_index": 85, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 208 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_086_start_frame_000.jpg", "episode_index": 86, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 209 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_086_end_frame_089.jpg", "episode_index": 86, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 210 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_087_start_frame_000.jpg", "episode_index": 87, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 211 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_087_end_frame_089.jpg", "episode_index": 87, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 212 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_088_start_frame_000.jpg", "episode_index": 88, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 213 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_088_end_frame_089.jpg", "episode_index": 88, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 214 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_089_start_frame_000.jpg", "episode_index": 89, "sample": "start", "frame_index": 0, "timestamp_s": 0.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 215 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_089_middle_frame_045.jpg", "episode_index": 89, "sample": "middle", "frame_index": 45, "timestamp_s": 3.0, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
| 216 |
+
{"image": "/home/shadeform/data/eval3_position_qa_3frames/images/episode_089_end_frame_089.jpg", "episode_index": 89, "sample": "end", "frame_index": 89, "timestamp_s": 5.933333, "target_person": "Yann LeCun", "ground_truth": "right", "prompt": "Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.", "answer": "right", "prediction_raw": "right", "prediction": "right", "expected": "right", "correct": true}
|
cycle_05_vlm_lora/epoch_01/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
cycle_05_vlm_lora/epoch_01/adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "HuggingFaceTB/SmolVLM2-2.2B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"v_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"o_proj"
|
| 37 |
+
],
|
| 38 |
+
"target_parameters": null,
|
| 39 |
+
"task_type": "CAUSAL_LM",
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": false
|
| 45 |
+
}
|
cycle_05_vlm_lora/epoch_01/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c28eaa297636f30f9e87bfc99912643a0e6d3972c5638e932fe86139e05234aa
|
| 3 |
+
size 37162792
|
cycle_05_vlm_lora/epoch_01/chat_template.jinja
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<|im_start|>{% for message in messages %}{{message['role'] | capitalize}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<end_of_utterance>
|
| 2 |
+
{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}
|
cycle_05_vlm_lora/epoch_01/processor_config.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor": {
|
| 3 |
+
"do_convert_rgb": true,
|
| 4 |
+
"do_image_splitting": true,
|
| 5 |
+
"do_normalize": true,
|
| 6 |
+
"do_pad": true,
|
| 7 |
+
"do_rescale": true,
|
| 8 |
+
"do_resize": true,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.5,
|
| 11 |
+
0.5,
|
| 12 |
+
0.5
|
| 13 |
+
],
|
| 14 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 15 |
+
"image_std": [
|
| 16 |
+
0.5,
|
| 17 |
+
0.5,
|
| 18 |
+
0.5
|
| 19 |
+
],
|
| 20 |
+
"max_image_size": {
|
| 21 |
+
"longest_edge": 384
|
| 22 |
+
},
|
| 23 |
+
"resample": 1,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"longest_edge": 1536
|
| 27 |
+
},
|
| 28 |
+
"video_sampling": {
|
| 29 |
+
"fps": 1,
|
| 30 |
+
"max_frames": 64,
|
| 31 |
+
"video_size": {
|
| 32 |
+
"longest_edge": 384
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"image_seq_len": 81,
|
| 37 |
+
"processor_class": "SmolVLMProcessor",
|
| 38 |
+
"video_processor": {
|
| 39 |
+
"data_format": "channels_first",
|
| 40 |
+
"default_to_square": true,
|
| 41 |
+
"do_convert_rgb": true,
|
| 42 |
+
"do_image_splitting": true,
|
| 43 |
+
"do_normalize": true,
|
| 44 |
+
"do_pad": true,
|
| 45 |
+
"do_rescale": true,
|
| 46 |
+
"do_resize": true,
|
| 47 |
+
"do_sample_frames": false,
|
| 48 |
+
"fps": 1,
|
| 49 |
+
"image_mean": [
|
| 50 |
+
0.5,
|
| 51 |
+
0.5,
|
| 52 |
+
0.5
|
| 53 |
+
],
|
| 54 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 55 |
+
"image_std": [
|
| 56 |
+
0.5,
|
| 57 |
+
0.5,
|
| 58 |
+
0.5
|
| 59 |
+
],
|
| 60 |
+
"max_image_size": {
|
| 61 |
+
"longest_edge": 384
|
| 62 |
+
},
|
| 63 |
+
"num_frames": 64,
|
| 64 |
+
"resample": 1,
|
| 65 |
+
"rescale_factor": 0.00392156862745098,
|
| 66 |
+
"return_metadata": false,
|
| 67 |
+
"size": {
|
| 68 |
+
"longest_edge": 1536
|
| 69 |
+
},
|
| 70 |
+
"video_processor_type": "SmolVLMVideoProcessor",
|
| 71 |
+
"video_sampling": {
|
| 72 |
+
"fps": 1,
|
| 73 |
+
"max_frames": 64,
|
| 74 |
+
"video_size": {
|
| 75 |
+
"longest_edge": 1536
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
}
|
| 79 |
+
}
|
cycle_05_vlm_lora/epoch_01/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
cycle_05_vlm_lora/epoch_01/tokenizer_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<|im_start|>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 7 |
+
"eos_token": "<end_of_utterance>",
|
| 8 |
+
"errors": "replace",
|
| 9 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 10 |
+
"global_image_token": "<global-img>",
|
| 11 |
+
"image_token": "<image>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"legacy": false,
|
| 14 |
+
"model_max_length": 16384,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 17 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 18 |
+
"global_image_token": "<global-img>",
|
| 19 |
+
"image_token": "<image>"
|
| 20 |
+
},
|
| 21 |
+
"pad_token": "<|im_end|>",
|
| 22 |
+
"processor_class": "SmolVLMProcessor",
|
| 23 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 24 |
+
"truncation_side": "left",
|
| 25 |
+
"unk_token": "<|endoftext|>",
|
| 26 |
+
"vocab_size": 49152
|
| 27 |
+
}
|
cycle_05_vlm_lora/epoch_02/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
cycle_05_vlm_lora/epoch_02/adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "HuggingFaceTB/SmolVLM2-2.2B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"v_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"o_proj"
|
| 37 |
+
],
|
| 38 |
+
"target_parameters": null,
|
| 39 |
+
"task_type": "CAUSAL_LM",
|
| 40 |
+
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": false
|
| 45 |
+
}
|
cycle_05_vlm_lora/epoch_02/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60f043f22ac7d53eba64e15c1eccf65a11714c9e5eaa48c4fb76a71ab406aefb
|
| 3 |
+
size 37162792
|
cycle_05_vlm_lora/epoch_02/chat_template.jinja
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<|im_start|>{% for message in messages %}{{message['role'] | capitalize}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<end_of_utterance>
|
| 2 |
+
{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}
|
cycle_05_vlm_lora/epoch_02/processor_config.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor": {
|
| 3 |
+
"do_convert_rgb": true,
|
| 4 |
+
"do_image_splitting": true,
|
| 5 |
+
"do_normalize": true,
|
| 6 |
+
"do_pad": true,
|
| 7 |
+
"do_rescale": true,
|
| 8 |
+
"do_resize": true,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.5,
|
| 11 |
+
0.5,
|
| 12 |
+
0.5
|
| 13 |
+
],
|
| 14 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 15 |
+
"image_std": [
|
| 16 |
+
0.5,
|
| 17 |
+
0.5,
|
| 18 |
+
0.5
|
| 19 |
+
],
|
| 20 |
+
"max_image_size": {
|
| 21 |
+
"longest_edge": 384
|
| 22 |
+
},
|
| 23 |
+
"resample": 1,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"longest_edge": 1536
|
| 27 |
+
},
|
| 28 |
+
"video_sampling": {
|
| 29 |
+
"fps": 1,
|
| 30 |
+
"max_frames": 64,
|
| 31 |
+
"video_size": {
|
| 32 |
+
"longest_edge": 384
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"image_seq_len": 81,
|
| 37 |
+
"processor_class": "SmolVLMProcessor",
|
| 38 |
+
"video_processor": {
|
| 39 |
+
"data_format": "channels_first",
|
| 40 |
+
"default_to_square": true,
|
| 41 |
+
"do_convert_rgb": true,
|
| 42 |
+
"do_image_splitting": true,
|
| 43 |
+
"do_normalize": true,
|
| 44 |
+
"do_pad": true,
|
| 45 |
+
"do_rescale": true,
|
| 46 |
+
"do_resize": true,
|
| 47 |
+
"do_sample_frames": false,
|
| 48 |
+
"fps": 1,
|
| 49 |
+
"image_mean": [
|
| 50 |
+
0.5,
|
| 51 |
+
0.5,
|
| 52 |
+
0.5
|
| 53 |
+
],
|
| 54 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 55 |
+
"image_std": [
|
| 56 |
+
0.5,
|
| 57 |
+
0.5,
|
| 58 |
+
0.5
|
| 59 |
+
],
|
| 60 |
+
"max_image_size": {
|
| 61 |
+
"longest_edge": 384
|
| 62 |
+
},
|
| 63 |
+
"num_frames": 64,
|
| 64 |
+
"resample": 1,
|
| 65 |
+
"rescale_factor": 0.00392156862745098,
|
| 66 |
+
"return_metadata": false,
|
| 67 |
+
"size": {
|
| 68 |
+
"longest_edge": 1536
|
| 69 |
+
},
|
| 70 |
+
"video_processor_type": "SmolVLMVideoProcessor",
|
| 71 |
+
"video_sampling": {
|
| 72 |
+
"fps": 1,
|
| 73 |
+
"max_frames": 64,
|
| 74 |
+
"video_size": {
|
| 75 |
+
"longest_edge": 1536
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
}
|
| 79 |
+
}
|
cycle_05_vlm_lora/epoch_02/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
cycle_05_vlm_lora/epoch_02/tokenizer_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<|im_start|>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 7 |
+
"eos_token": "<end_of_utterance>",
|
| 8 |
+
"errors": "replace",
|
| 9 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 10 |
+
"global_image_token": "<global-img>",
|
| 11 |
+
"image_token": "<image>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"legacy": false,
|
| 14 |
+
"model_max_length": 16384,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 17 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 18 |
+
"global_image_token": "<global-img>",
|
| 19 |
+
"image_token": "<image>"
|
| 20 |
+
},
|
| 21 |
+
"pad_token": "<|im_end|>",
|
| 22 |
+
"processor_class": "SmolVLMProcessor",
|
| 23 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 24 |
+
"truncation_side": "left",
|
| 25 |
+
"unk_token": "<|endoftext|>",
|
| 26 |
+
"vocab_size": 49152
|
| 27 |
+
}
|
cycle_05_vlm_lora/eval_predictions.csv
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
image,episode_index,sample,frame_index,timestamp_s,target_person,ground_truth,prompt,answer,prediction_raw,prediction,correct
|
| 2 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_003_start_frame_000.jpg,3,start,0,0.0,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 3 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_005_start_frame_000.jpg,5,start,0,0.0,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 4 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_007_end_frame_089.jpg,7,end,89,5.933333,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 5 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_008_end_frame_089.jpg,8,end,89,5.933333,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 6 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_009_middle_frame_045.jpg,9,middle,45,3.0,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 7 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_009_end_frame_089.jpg,9,end,89,5.933333,Taylor Swift,left,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 8 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_010_start_frame_000.jpg,10,start,0,0.0,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 9 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_010_end_frame_089.jpg,10,end,89,5.933333,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 10 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_011_start_frame_000.jpg,11,start,0,0.0,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 11 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_014_start_frame_000.jpg,14,start,0,0.0,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 12 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_016_end_frame_089.jpg,16,end,89,5.933333,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 13 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_018_start_frame_000.jpg,18,start,0,0.0,Taylor Swift,middle,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 14 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_020_start_frame_000.jpg,20,start,0,0.0,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 15 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_020_end_frame_089.jpg,20,end,89,5.933333,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 16 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_021_end_frame_089.jpg,21,end,89,5.933333,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 17 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_023_middle_frame_045.jpg,23,middle,45,3.0,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 18 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_026_end_frame_089.jpg,26,end,89,5.933333,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 19 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_029_middle_frame_045.jpg,29,middle,45,3.0,Taylor Swift,right,"Is Taylor Swift on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 20 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_031_start_frame_000.jpg,31,start,0,0.0,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 21 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_032_start_frame_000.jpg,32,start,0,0.0,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 22 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_034_start_frame_000.jpg,34,start,0,0.0,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 23 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_036_start_frame_000.jpg,36,start,0,0.0,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 24 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_037_start_frame_000.jpg,37,start,0,0.0,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 25 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_037_end_frame_089.jpg,37,end,89,5.933333,Barack Obama,left,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 26 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_040_end_frame_089.jpg,40,end,89,5.933333,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 27 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_042_middle_frame_045.jpg,42,middle,45,3.0,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 28 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_045_end_frame_089.jpg,45,end,89,5.933333,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 29 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_046_middle_frame_045.jpg,46,middle,45,3.0,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 30 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_046_end_frame_089.jpg,46,end,89,5.933333,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 31 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_047_middle_frame_045.jpg,47,middle,45,3.0,Barack Obama,middle,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 32 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_052_start_frame_000.jpg,52,start,0,0.0,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 33 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_055_start_frame_000.jpg,55,start,0,0.0,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 34 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_056_middle_frame_045.jpg,56,middle,45,3.0,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 35 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_056_end_frame_089.jpg,56,end,89,5.933333,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 36 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_057_end_frame_089.jpg,57,end,89,5.933333,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 37 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_058_start_frame_000.jpg,58,start,0,0.0,Barack Obama,right,"Is Barack Obama on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 38 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_061_middle_frame_045.jpg,61,middle,45,3.0,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 39 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_061_end_frame_089.jpg,61,end,89,5.933333,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 40 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_062_start_frame_000.jpg,62,start,0,0.0,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 41 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_067_middle_frame_045.jpg,67,middle,45,3.0,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 42 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_067_end_frame_089.jpg,67,end,89,5.933333,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 43 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_068_middle_frame_045.jpg,68,middle,45,3.0,Yann LeCun,left,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",left,left,left,True
|
| 44 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_070_middle_frame_045.jpg,70,middle,45,3.0,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 45 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_070_end_frame_089.jpg,70,end,89,5.933333,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 46 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_072_start_frame_000.jpg,72,start,0,0.0,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 47 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_073_start_frame_000.jpg,73,start,0,0.0,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 48 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_074_start_frame_000.jpg,74,start,0,0.0,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 49 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_077_end_frame_089.jpg,77,end,89,5.933333,Yann LeCun,middle,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",middle,middle,middle,True
|
| 50 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_082_middle_frame_045.jpg,82,middle,45,3.0,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 51 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_082_end_frame_089.jpg,82,end,89,5.933333,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 52 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_085_end_frame_089.jpg,85,end,89,5.933333,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 53 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_086_middle_frame_045.jpg,86,middle,45,3.0,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 54 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_087_middle_frame_045.jpg,87,middle,45,3.0,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
| 55 |
+
/home/shadeform/data/eval3_position_qa_3frames/images/episode_088_middle_frame_045.jpg,88,middle,45,3.0,Yann LeCun,right,"Is Yann LeCun on the left, middle, or right? Answer only one word: left, middle, or right.",right,right,right,True
|
cycle_05_vlm_lora/processor_config.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor": {
|
| 3 |
+
"do_convert_rgb": true,
|
| 4 |
+
"do_image_splitting": true,
|
| 5 |
+
"do_normalize": true,
|
| 6 |
+
"do_pad": true,
|
| 7 |
+
"do_rescale": true,
|
| 8 |
+
"do_resize": true,
|
| 9 |
+
"image_mean": [
|
| 10 |
+
0.5,
|
| 11 |
+
0.5,
|
| 12 |
+
0.5
|
| 13 |
+
],
|
| 14 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 15 |
+
"image_std": [
|
| 16 |
+
0.5,
|
| 17 |
+
0.5,
|
| 18 |
+
0.5
|
| 19 |
+
],
|
| 20 |
+
"max_image_size": {
|
| 21 |
+
"longest_edge": 384
|
| 22 |
+
},
|
| 23 |
+
"resample": 1,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"longest_edge": 1536
|
| 27 |
+
},
|
| 28 |
+
"video_sampling": {
|
| 29 |
+
"fps": 1,
|
| 30 |
+
"max_frames": 64,
|
| 31 |
+
"video_size": {
|
| 32 |
+
"longest_edge": 384
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"image_seq_len": 81,
|
| 37 |
+
"processor_class": "SmolVLMProcessor",
|
| 38 |
+
"video_processor": {
|
| 39 |
+
"data_format": "channels_first",
|
| 40 |
+
"default_to_square": true,
|
| 41 |
+
"do_convert_rgb": true,
|
| 42 |
+
"do_image_splitting": true,
|
| 43 |
+
"do_normalize": true,
|
| 44 |
+
"do_pad": true,
|
| 45 |
+
"do_rescale": true,
|
| 46 |
+
"do_resize": true,
|
| 47 |
+
"do_sample_frames": false,
|
| 48 |
+
"fps": 1,
|
| 49 |
+
"image_mean": [
|
| 50 |
+
0.5,
|
| 51 |
+
0.5,
|
| 52 |
+
0.5
|
| 53 |
+
],
|
| 54 |
+
"image_processor_type": "SmolVLMImageProcessor",
|
| 55 |
+
"image_std": [
|
| 56 |
+
0.5,
|
| 57 |
+
0.5,
|
| 58 |
+
0.5
|
| 59 |
+
],
|
| 60 |
+
"max_image_size": {
|
| 61 |
+
"longest_edge": 384
|
| 62 |
+
},
|
| 63 |
+
"num_frames": 64,
|
| 64 |
+
"resample": 1,
|
| 65 |
+
"rescale_factor": 0.00392156862745098,
|
| 66 |
+
"return_metadata": false,
|
| 67 |
+
"size": {
|
| 68 |
+
"longest_edge": 1536
|
| 69 |
+
},
|
| 70 |
+
"video_processor_type": "SmolVLMVideoProcessor",
|
| 71 |
+
"video_sampling": {
|
| 72 |
+
"fps": 1,
|
| 73 |
+
"max_frames": 64,
|
| 74 |
+
"video_size": {
|
| 75 |
+
"longest_edge": 1536
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
}
|
| 79 |
+
}
|
cycle_05_vlm_lora/summary.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_04_vlm_lora",
|
| 3 |
+
"data_dir": "/home/shadeform/data/eval3_position_qa_3frames",
|
| 4 |
+
"output_dir": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_05_vlm_lora",
|
| 5 |
+
"train_examples": 216,
|
| 6 |
+
"eval_examples": 54,
|
| 7 |
+
"epochs": 20,
|
| 8 |
+
"batch_size": 1,
|
| 9 |
+
"grad_accum": 4,
|
| 10 |
+
"lr": 1e-05,
|
| 11 |
+
"global_step": 100,
|
| 12 |
+
"eval": {
|
| 13 |
+
"examples": 54,
|
| 14 |
+
"correct": 54,
|
| 15 |
+
"accuracy": 1.0,
|
| 16 |
+
"grouped": {
|
| 17 |
+
"target_person": {
|
| 18 |
+
"Barack Obama": {
|
| 19 |
+
"correct": 18,
|
| 20 |
+
"total": 18,
|
| 21 |
+
"accuracy": 1.0,
|
| 22 |
+
"prediction_counts": {
|
| 23 |
+
"left": 6,
|
| 24 |
+
"middle": 6,
|
| 25 |
+
"right": 6
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"Taylor Swift": {
|
| 29 |
+
"correct": 18,
|
| 30 |
+
"total": 18,
|
| 31 |
+
"accuracy": 1.0,
|
| 32 |
+
"prediction_counts": {
|
| 33 |
+
"left": 6,
|
| 34 |
+
"middle": 6,
|
| 35 |
+
"right": 6
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"Yann LeCun": {
|
| 39 |
+
"correct": 18,
|
| 40 |
+
"total": 18,
|
| 41 |
+
"accuracy": 1.0,
|
| 42 |
+
"prediction_counts": {
|
| 43 |
+
"left": 6,
|
| 44 |
+
"middle": 6,
|
| 45 |
+
"right": 6
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"ground_truth": {
|
| 50 |
+
"left": {
|
| 51 |
+
"correct": 18,
|
| 52 |
+
"total": 18,
|
| 53 |
+
"accuracy": 1.0,
|
| 54 |
+
"prediction_counts": {
|
| 55 |
+
"left": 18
|
| 56 |
+
}
|
| 57 |
+
},
|
| 58 |
+
"middle": {
|
| 59 |
+
"correct": 18,
|
| 60 |
+
"total": 18,
|
| 61 |
+
"accuracy": 1.0,
|
| 62 |
+
"prediction_counts": {
|
| 63 |
+
"middle": 18
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"right": {
|
| 67 |
+
"correct": 18,
|
| 68 |
+
"total": 18,
|
| 69 |
+
"accuracy": 1.0,
|
| 70 |
+
"prediction_counts": {
|
| 71 |
+
"right": 18
|
| 72 |
+
}
|
| 73 |
+
}
|
| 74 |
+
}
|
| 75 |
+
},
|
| 76 |
+
"output_csv": "/home/shadeform/outputs/train/eval3_cotrain_action_lora_auxvlm_5k/cycle_05_vlm_lora/eval_predictions.csv"
|
| 77 |
+
}
|
| 78 |
+
}
|
cycle_05_vlm_lora/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
cycle_05_vlm_lora/tokenizer_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<|im_start|>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 7 |
+
"eos_token": "<end_of_utterance>",
|
| 8 |
+
"errors": "replace",
|
| 9 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 10 |
+
"global_image_token": "<global-img>",
|
| 11 |
+
"image_token": "<image>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"legacy": false,
|
| 14 |
+
"model_max_length": 16384,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"end_of_utterance_token": "<end_of_utterance>",
|
| 17 |
+
"fake_image_token": "<fake_token_around_image>",
|
| 18 |
+
"global_image_token": "<global-img>",
|
| 19 |
+
"image_token": "<image>"
|
| 20 |
+
},
|
| 21 |
+
"pad_token": "<|im_end|>",
|
| 22 |
+
"processor_class": "SmolVLMProcessor",
|
| 23 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 24 |
+
"truncation_side": "left",
|
| 25 |
+
"unk_token": "<|endoftext|>",
|
| 26 |
+
"vocab_size": 49152
|
| 27 |
+
}
|