YagiASAFAS commited on
Commit
c357f15
1 Parent(s): 23421dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Label Mapping
2
  | Label ID | Label Text |
3
  |----------|------------|
 
1
+ # Model Card for Indonesian News Classification Model
2
+
3
+ ## Model Description
4
+ This model is fine-tuned for the specific task of classifying Indonesian news articles (data were extracted from iqballx/indonesian_news_datasets) into predefined categories. It was trained using a dataset that was created by translating Indonesian news articles into English using a Neural Machine Translation (NMT) system and then labeling them with niksmer/ManiBERT, a model trained to classify political texts. The resulting dataset contains parallel corpora of Indonesian and English news texts alongside their corresponding categories.
5
+
6
+ ## Training Data
7
+ The training data consists of articles from the iqballx/indonesian_news_datasets which were translated to English and then labeled using the niksmer/ManiBERT model. The dataset includes various categories, capturing a wide array of topics.
8
+
9
+ ## Evaluation
10
+
11
+ ## Limitations and Bias
12
+ As with any machine learning model, it is important to recognize potential limitations and biases. The translation step could introduce errors or nuances that affect the labeling accuracy. Additionally, the ManiBERT model used for initial labeling was trained on political texts, which may limit its effectiveness on non-political news or introduce political bias.
13
+
14
+ ## How to Use the Model
15
+ To classify an Indonesian news article, you can use the Hugging Face Inference API as follows:
16
+
17
  # Label Mapping
18
  | Label ID | Label Text |
19
  |----------|------------|