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

minhvn4
/
florence2-wave-ui-lora

Image-to-Text
Transformers
Safetensors
PEFT
florence2
image-text-to-text
florence-2
vision-language-model
lora
ui-understanding
custom_code
Model card Files Files and versions
xet
Community

Instructions to use minhvn4/florence2-wave-ui-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use minhvn4/florence2-wave-ui-lora with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="minhvn4/florence2-wave-ui-lora", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("minhvn4/florence2-wave-ui-lora", trust_remote_code=True)
    model = AutoModelForMultimodalLM.from_pretrained("minhvn4/florence2-wave-ui-lora", trust_remote_code=True, device_map="auto")
  • PEFT

    How to use minhvn4/florence2-wave-ui-lora with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
florence2-wave-ui-lora
1.09 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
minhvn4's picture
minhvn4
Update README.md
fa44bfd verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    4.35 kB
    Update README.md 5 months ago
  • added_tokens.json
    22.4 kB
    Upload processor 5 months ago
  • config.json
    5.74 kB
    Upload Florence2ForConditionalGeneration 5 months ago
  • generation_config.json
    292 Bytes
    Upload Florence2ForConditionalGeneration 5 months ago
  • merges.txt
    456 kB
    Upload processor 5 months ago
  • model.safetensors
    1.08 GB
    xet
    Upload Florence2ForConditionalGeneration 5 months ago
  • preprocessor_config.json
    633 Bytes
    Upload processor 5 months ago
  • special_tokens_map.json
    147 kB
    Upload processor 5 months ago
  • tokenizer.json
    3.75 MB
    Upload processor 5 months ago
  • tokenizer_config.json
    198 kB
    Upload processor 5 months ago
  • vocab.json
    798 kB
    Upload processor 5 months ago