HuggingFaceFV/finevideo
Viewer • Updated • 39.5k • 8.36k • 363
How to use bzaoprado/tutorial with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("bzaoprado/tutorial", "model.bin"))Base model
meta-llama/Llama-3.2-11B-Vision-Instruct
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("bzaoprado/tutorial", "model.bin"))