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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("orzhan/git-base-minecraft") model = AutoModelForMultimodalLM.from_pretrained("orzhan/git-base-minecraft") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1a87cf07c84e37c0c8949ea962e95990a4cc4ae856246c1bdbed5fbe0e635acd
- Size of remote file:
- 707 MB
- SHA256:
- 9f834cf985e2a9601542103f9a003f6ab997718620def4c76930360026800d0b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.