Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,28 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# IndoNLP Space β Full repository
|
| 13 |
+
|
| 14 |
+
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.
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
IndoNLP Space
|
| 18 |
+
βββ app.py # Main Gradio UI (dashboard)
|
| 19 |
+
βββ models/
|
| 20 |
+
β βββ sentiment.py # Pipelines for IndoBERT, IndoBERTweet, IndoLEM
|
| 21 |
+
β βββ ner.py
|
| 22 |
+
β βββ qa.py
|
| 23 |
+
β βββ summarization.py
|
| 24 |
+
β βββ utils.py
|
| 25 |
+
βββ metrics/
|
| 26 |
+
β βββ evaluate.py # Accuracy, Precision, Recall, F1, Confusion matrix
|
| 27 |
+
β βββ leaderboard.json # Cached results
|
| 28 |
+
βββ assets/ # Icons, logos, dataset samples
|
| 29 |
+
βββ requirements.txt
|
| 30 |
+
βββ README.md
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
|
| 36 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|