Instructions to use Barbie3/Gang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
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")) - Notebooks
- Google Colab
- Kaggle
File size: 325 Bytes
e4a4c06 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
license: bigscience-openrail-m
datasets:
- nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim
- nvidia/OpenCodeReasoning
language:
- aa
- ay
- ae
- av
metrics:
- character
base_model:
- mistralai/Mistral-Small-3.1-24B-Instruct-2503
new_version: Qwen/Qwen2.5-Omni-7B
pipeline_tag: text-generation
library_name: fasttext
--- |