SmolLM2-1.7B-Bulgarian

  • Developed by: petkopetkov
  • License: apache-2.0
  • Finetuned from model : HuggingFaceTB/SmolLM2-1.7B

SmolLM2-1.7B finetuned on OASST1 dataset translated to Bulgarian language.

Usage

First, install the Transformers library with:

pip install -U transformers

Run with the pipeline API

import torch
from transformers import pipeline

pipe = pipeline(
    "text-generation",
    model="petkopetkov/SmolLM2-1.7B-bg",
    torch_dtype=torch.bfloat16, 
    device_map="auto"
)

prompt = "Колко е 2 + 2?"

print(pipe(prompt)[0]['generated_text'])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.

Model tree for petkopetkov/SmolLM2-1.7B-bg

Finetuned
(10)
this model

Dataset used to train petkopetkov/SmolLM2-1.7B-bg