nllb-200-distilled-1.3B-onnx
34
license:cc-by-nc-4.0
by
affectively-ai
Language Model
OTHER
1.3B params
New
34 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
2GB+ RAM
Code Examples
Quick Startjavascriptonnx
import { pipeline } from '@huggingface/transformers';
const translator = await pipeline(
'translation',
'affectively-ai/nllb-200-distilled-1.3B-onnx',
{ dtype: 'q8' }
);
const result = await translator('I feel anxious about tomorrow', {
src_lang: 'eng_Latn',
tgt_lang: 'spa_Latn',
});
// [{ translation_text: 'Me siento ansioso por mañana' }]Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.