darisdzakwanhoesien commited on
Commit
1c0f5fb
Β·
verified Β·
1 Parent(s): 32d8ae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
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