bsantraigi/2023-IndoML-Datathon-Tutorial
Intent Detection: From Sesame Street to LLMs #IndoML 2023 #Datathon #Tutorial
This tutorial helps data scientists and machine learning engineers understand and apply intent detection techniques to text data. It guides you through analyzing a dataset of multilingual text with user intents, then demonstrates how to build and fine-tune transformer models or use large language models (LLMs) via prompt engineering to automatically classify these intents. You'll learn to take raw text data and produce categorized intent labels.
No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer looking to implement or improve intent detection for text-based applications.
Not ideal if you are an end-user seeking a ready-to-use application for intent detection without needing to build or customize models.
Stars
8
Forks
8
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/bsantraigi/2023-IndoML-Datathon-Tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deeppavlov/AutoIntent
Automated machine learning for text classification
shushanxingzhe/transformers_ner
Add CRF or LSTM+CRF for huggingface transformers bert to perform better on NER task. It is very...
fran-martinez/bio_ner_bert
BERT finetuned on NER downstream tasks
liuyukid/transformers-ner
Pytorch-Named-Entity-Recognition-with-transformers
suamin/T2NER
T2NER: Transformers based Transfer Learning Framework for Named Entity Recognition (EACL 2021)