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

  • Log In
  • Sign Up

orzhan
/
git-base-minecraft

Image-to-Text
Transformers
PyTorch
English
git
image-text-to-text
vision
image-captioning
Model card Files Files and versions
xet
Community
1

Instructions to use orzhan/git-base-minecraft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use orzhan/git-base-minecraft 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="orzhan/git-base-minecraft")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("orzhan/git-base-minecraft")
    model = AutoModelForImageTextToText.from_pretrained("orzhan/git-base-minecraft")
  • Notebooks
  • Google Colab
  • Kaggle
git-base-minecraft
708 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
orzhan's picture
orzhan
Create README.md
59d410a verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    111 Bytes
    Create README.md about 2 years ago
  • config.json
    2.86 kB
    Upload GitForCausalLM about 2 years ago
  • generation_config.json
    136 Bytes
    Upload GitForCausalLM about 2 years ago
  • preprocessor_config.json
    503 Bytes
    Upload processor about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    707 MB
    xet
    Upload GitForCausalLM about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload processor about 2 years ago
  • tokenizer.json
    712 kB
    Upload processor about 2 years ago
  • tokenizer_config.json
    419 Bytes
    Upload processor about 2 years ago
  • vocab.txt
    232 kB
    Upload processor about 2 years ago