DarijaM commited on
Commit
2d8b58b
·
verified ·
1 Parent(s): a5560e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,8 @@ license: mit
6
  **XLM-R-Large-Tweet** is a version of the [XLM-R-Large-Tweet-Base]( https://huggingface.co/DarijaM/XLM-R-Large-Tweet-base), fine-tuned for sentiment analysis using 5,610 annotated Serbian COVID-19 vaccination-related tweets.
7
  Specifically, it is tailored for **five-class sentiment analysis** to capture finer sentiment nuances in the social media domain using the following scale: very negative, negative, neutral, positive, and very positive.
8
 
 
 
9
  ## How to Use
10
  To use the model, you can load it with the following code:
11
 
 
6
  **XLM-R-Large-Tweet** is a version of the [XLM-R-Large-Tweet-Base]( https://huggingface.co/DarijaM/XLM-R-Large-Tweet-base), fine-tuned for sentiment analysis using 5,610 annotated Serbian COVID-19 vaccination-related tweets.
7
  Specifically, it is tailored for **five-class sentiment analysis** to capture finer sentiment nuances in the social media domain using the following scale: very negative, negative, neutral, positive, and very positive.
8
 
9
+ ** *XLM-R-Large-Tweet-Base is an additionally pretrained version of the [XLM-RoBERTa large-sized model](https://huggingface.co/FacebookAI/xlm-roberta-large).
10
+
11
  ## How to Use
12
  To use the model, you can load it with the following code:
13