Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 839 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 839 Bytes

Indonesia-AI

This repository contains code for projects during the Indonesia AI NLP Bootcamp

2019 Indonesian Presidential Election Tweet Sentiment Analysis

The goal of this task is to run sentiment analysis on a dataset containing tweets related to 2019 Indonesian Presidential Election collected from Twitter

Text Summarization for Liputan 6 News Articles

This task runs a text summarization for News Articles from Liputan6.com.
The main models used are pre-train large language models (LLM) that have been trained to perform text summarization. Parameter Efficient Fine Tuning method is also explored for the text summarization LLM.

Automatic Speech Recognition

This task uses LLMs, such as Whisper and Wav2Vec model, to run speech recognition. Based on audio data, the LLM is able to transcribe the text of the audio.