nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim
Updated • 297k • 226
How to use Barbie3/Gang with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Barbie3/Gang", "model.bin"))Base model
mistralai/Mistral-Small-3.1-24B-Base-2503
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Barbie3/Gang", "model.bin"))