Text Classification
Transformers
Safetensors
English
Indonesian
xlm-roberta
Inference Endpoints
thonyyy commited on
Commit
56b1c95
1 Parent(s): 60b3b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -2,8 +2,8 @@
2
  library_name: transformers
3
  license: apache-2.0
4
  datasets:
5
- - thonyyy/indonesian_sentiment_dataset_v1
6
- - thonyyy/english_sentiment_dataset_v1
7
  language:
8
  - en
9
  - id
@@ -14,8 +14,7 @@ Finetuned xlm-roberta-base for Sentiment Analysis
14
  ### Training results
15
  I forgot to save the metric but I remember it's quite good (accuracy~96%, loss ~0.1)
16
  ### Training procedure
17
- For replication, go to [GitHub page](https://github.com/nicholaswilven/general-sentiment-trainer/tree/berantkaan2)
18
  ### Special Thanks
19
  1. [carlesoctav](https://huggingface.co/carlesoctav) for making the training script workable in TPU VM
20
- 2. Google’s TPU Research Cloud (TRC) for providing Cloud TPU VM.
21
-
 
2
  library_name: transformers
3
  license: apache-2.0
4
  datasets:
5
+ - carant-ai/indonesian_sentiment_dataset
6
+ - carant-ai/english_sentiment_dataset
7
  language:
8
  - en
9
  - id
 
14
  ### Training results
15
  I forgot to save the metric but I remember it's quite good (accuracy~96%, loss ~0.1)
16
  ### Training procedure
17
+ For replication, go to [GitHub page](https://github.com/carant-ai/tpu-sentiment-trainer/tree/main)
18
  ### Special Thanks
19
  1. [carlesoctav](https://huggingface.co/carlesoctav) for making the training script workable in TPU VM
20
+ 2. Google’s TPU Research Cloud (TRC) for providing Cloud TPU VM.