Skip to content

krishnamrith12/2023-IndoML-Datathon-Starter-kit

 
 

Repository files navigation

IndoML Datathon 2023: Starter Kit

TLDR: Important dates and steps

🪄 A quick recipe to get you upto speed

Tutorial walkthrough video

DIY

  1. Get a model finetuned for intent detection, say on the MASSIVE dataset ➞ https://huggingface.co/models?dataset=dataset:AmazonScience%2Fmassive&sort=trending
  2. Finetune the model on our training dataset ➞ Open in Colab
  3. Obtain the predictions and submit

Data

A lazy approach with prompts

  1. LLM_ShortPrompt.ipynb ➞ Open in Colab
  2. Obtain the predictions

Reach out to us

Notebooks

  1. EDA.ipynb ➞ Open in Colab

  2. TransformerFinetune.ipynb ➞ Open in Colab

  3. LLM_ShortPrompt.ipynb ➞ Open in Colab

Tutorial

In the online tutorial we will go over the notebooks of this repo. We focus on the AmazonScience/MASSIVE multilingual intent-detection.

There are few different parts to the tutorial:

  1. EDA.ipynb: We first explore the dataset a bit to understand the task and various stats about the data. We also get to see how to use the datasets library from HuggingFace, what metadata information is available, and how to apply preprocessing to the data.
  2. FinetuneTransformer.ipynb: We then finetune a transformer model on the dataset. We use the Trainer class from HuggingFace to do this.
  3. LLM_PromptEngineering.ipynb: We then explore the use of LLMs for intent detection. We explore an in-context learning method to solve the task using a instruction-finetuned large-language model (LLM), without any finetuning.

There are also a few other bonus scripts available that showcases the use of other advanced techniques like parameter efficient tuning and low-rank adaptation methods. These methods will be useful for the datathon, to tackle the few-shot challenge in later phases and running on GPU devices available through Colab.

Where to get free GPU resources?

Best options are Kaggle Notebooks and Google Colab.

Other Links

##IndoML-2023 #Datathon

based on materials from the tutorial by @bsantraigi, titled Intent Detection: From Sesame Street to LLMs. Tutorial video available here: https://www.youtube.com/watch?v=L3fa8Frmqro

About

Intent Detection: Starter kit #IndoML 2023 #Datathon #Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%