datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
airoboros-3.2_telugu
What is in the dataset?
This is a Telugu translated dataset of Tensoic-airoboros-3.2_knwhich itself is a Kannada translated dataset of jondurbin/airoboros-3.2.
Preparation
Method - 1
Using googletrans python library
import json
from googletrans import Translator
def translate_text(text, target_language='te', max_retries=3):
if text is None:
return None
translator = Translator()
retries = 0
while retries < max_retries:
try:… See the full description on the dataset page: https://huggingface.co/datasets/haripritam/airoboros-3.2_telugu.airoboros-gpt4-m2.0_standardized
