Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

keeeeenw
/
MicroLlava

Visual Question Answering
Transformers
Safetensors
PyTorch
English
tinyllava
text-generation
vision-language
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use keeeeenw/MicroLlava with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use keeeeenw/MicroLlava with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="keeeeenw/MicroLlava", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("keeeeenw/MicroLlava", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MicroLlava
2.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
keeeeenw's picture
keeeeenw
Upload folder using huggingface_hub
364e925 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • config.json
    2.07 kB
    Upload folder using huggingface_hub about 1 year ago
  • generation_config.json
    133 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • log.txt
    459 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    2.33 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    435 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    960 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • trainer_state.json
    3.19 MB
    Upload folder using huggingface_hub about 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "tinyllava.utils.arguments.TrainingArguments"

    How to fix it?

    5.31 kB
    xet
    Upload folder using huggingface_hub about 1 year ago