YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
skynet - Amharic Q4 Model
Model Details
- Format: ONNX
- Quantization: INT4 (Q4)
- Size: 174 MB
- Language: Amharic
- Task: Text generation
Usage with Transformers.js
import { pipeline } from '@huggingface/transformers';
const generator = await pipeline('text-generation', 'bennysee/skynet', {
dtype: 'q4',
device: 'wasm'
});
const result = await generator('ሰላም', {
max_new_tokens: 50
});
Files
- model_quantized.onnx - The quantized model
- config.json - Model configuration
- tokenizer.json - Tokenizer files
- chat_template.jinja - Chat template
- Downloads last month
- 18
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support