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

  • Log In
  • Sign Up

HackerAditya56
/
NutriScan-3B

Image-to-Text
Transformers
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use HackerAditya56/NutriScan-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HackerAditya56/NutriScan-3B 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="HackerAditya56/NutriScan-3B")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("HackerAditya56/NutriScan-3B", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NutriScan-3B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
HackerAditya56's picture
HackerAditya56
Update README.md
2975ce4 verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload processor 3 months ago
  • README.md
    4.48 kB
    Update README.md 3 months ago
  • adapter_config.json
    980 Bytes
    Completed Chunk 0 3 months ago
  • adapter_model.safetensors
    14.8 MB
    xet
    Completed Chunk 4 3 months ago
  • chat_template.jinja
    1.02 kB
    Upload processor 3 months ago
  • processor_config.json
    1.48 kB
    Upload processor 3 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload processor 3 months ago
  • tokenizer_config.json
    757 Bytes
    Upload processor 3 months ago
  • training_state.json
    27 Bytes
    Update state chunk 4 3 months ago