Skip to content

ConstBob/World-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Models

Task 1: Evaluating Qwen2-VL-2B-Instruct on Multimodal Reasoning

  • Model and Dataset: Used the Qwen2-VL-2B-Instruct model (from GitHub and Hugging Face) and tested it on the MathVista dataset (Hugging Face).
  • Accelerated Inference: Integrated the vllm toolkit to speed up inference processing.
  • Performance Evaluation:
    • Assessed model performance on multimodal reasoning tasks.
    • Compared inference time with and without vllm.
    • Analyzed model predictions and identified bad cases.

Task 2: Exploring Image Tokenization

  • VQGAN: Reviewed the VQGAN paper and code (GitHub), focusing on the image tokenization process.
  • Model Execution: Ran VQGAN on the DIV2K dataset (DIV2K) using a subset of 200 images in Google Colab.
  • Visualizations:
    • Visualized quantized token ID frequency distributions.
    • Performed dimensionality reduction (PCA and t-SNE) on token ID embeddings to study uniformity.
    • Compared quantized token differences between two similar images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published