microsoft/orca-agentinstruct-1M-v1
Viewer • Updated • 1.05M • 3.81k • 464
How to use ASDAD34/fazlamesai with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("ASDAD34/fazlamesai", "model.bin"))
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("ASDAD34/fazlamesai", "model.bin"))