How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="tiya1012/distilka_applied")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("tiya1012/distilka_applied")
model = AutoModelForSequenceClassification.from_pretrained("tiya1012/distilka_applied")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

code-mixed Kannada-English word-level identification trained on Kanglish dataset from ICON2022

How to use

Use the below script from your python terminal

import transformers
from transformers import AutoModelForSequenceClassification
model= AutoModelForSequenceClassification.from_pretrained("tiya1012/distilka_applied")

Training data

I used code-mixed dataset from https://sites.google.com/view/kanglishicon2022/home

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support