Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

aloobun
/
rmfg

Image-to-Text
Transformers
Safetensors
moondream1
text-generation
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use aloobun/rmfg 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="aloobun/rmfg", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("aloobun/rmfg", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rmfg
3.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
aloobun's picture
aloobun
Update README.md
493d433 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.23 kB
    Update README.md about 2 years ago
  • added_tokens.json
    1.08 kB
    Upload tokenizer about 2 years ago
  • config.json
    402 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • generation_config.json
    69 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer about 2 years ago
  • model.safetensors
    3.72 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • special_tokens_map.json
    441 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    7.34 kB
    Upload tokenizer about 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer about 2 years ago