nvidia/PhysicalAI-Autonomous-Vehicles
Updated • 222k • 873
How to use Maxmaxjawa/max1412 with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Maxmaxjawa/max1412", "model.bin"))Base model
deepseek-ai/DeepSeek-V3.2-Exp-Base
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Maxmaxjawa/max1412", "model.bin"))