atharva-m commited on
Commit
6dda3f6
·
verified ·
1 Parent(s): 8ca024a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # RoBERTa_Sentiment_Analysis
19
 
20
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the https://www.kaggle.com/datasets/arkhoshghalb/twitter-sentiment-analysis-hatred-speech dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0994
23
 
@@ -29,7 +29,7 @@ Fine-tuning performed on a pretrained RoBERTa model. The code can be found [here
29
 
30
  The model is used to classify tweets as either being neutral or hate speech
31
 
32
- 'test.csv' of Twitter Sentiment Analysis is unused and unlabelled dataset. Contributions in [code](https://github.com/atharva-m/Fine-tuning-RoBERTa-for-Sentiment-Analysis) to utilize the dataset for evaluation are welcome
33
 
34
  ## Training and evaluation data
35
 
 
17
 
18
  # RoBERTa_Sentiment_Analysis
19
 
20
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on [Twitter Sentiment Analysis](https://www.kaggle.com/datasets/arkhoshghalb/twitter-sentiment-analysis-hatred-speech dataset)
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0994
23
 
 
29
 
30
  The model is used to classify tweets as either being neutral or hate speech
31
 
32
+ 'test.csv' of Twitter Sentiment Analysis is unused and unlabelled dataset. Contributions in [code](https://github.com/atharva-m/Fine-tuning-RoBERTa-for-Sentiment-Analysis) to utilize the dataset for evaluation are welcome!
33
 
34
  ## Training and evaluation data
35