indo_nlp / README.md
darisdzakwanhoesien's picture
Update README.md
1c0f5fb verified

A newer version of the Gradio SDK is available: 6.0.1

Upgrade
metadata
title: Indo Nlp
emoji: πŸ‘€
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false

IndoNLP Space β€” Full repository

This document contains the full code files for the IndoNLP Space repo. Copy each file into your Hugging Face Space repository root and maintain the directory structure below.

IndoNLP Space
β”œβ”€β”€ app.py                # Main Gradio UI (dashboard)
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ sentiment.py      # Pipelines for IndoBERT, IndoBERTweet, IndoLEM
β”‚   β”œβ”€β”€ ner.py
β”‚   β”œβ”€β”€ qa.py
β”‚   β”œβ”€β”€ summarization.py
β”‚   └── utils.py
β”œβ”€β”€ metrics/
β”‚   β”œβ”€β”€ evaluate.py       # Accuracy, Precision, Recall, F1, Confusion matrix
β”‚   β”œβ”€β”€ leaderboard.json  # Cached results
β”œβ”€β”€ assets/               # Icons, logos, dataset samples
β”œβ”€β”€ requirements.txt
└── README.md

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference