Update README 2022
Browse files
    	
        README.md
    CHANGED
    
    | @@ -5,10 +5,10 @@ widget: | |
| 5 | 
             
            ---
         | 
| 6 |  | 
| 7 |  | 
| 8 | 
            -
            # Twitter-roBERTa-base for Sentiment Analysis - UPDATED ( | 
| 9 |  | 
| 10 | 
            -
            This is a  | 
| 11 | 
            -
            The original  | 
| 12 |  | 
| 13 | 
             
            - Reference Paper: [TimeLMs paper](https://arxiv.org/abs/2202.03829). 
         | 
| 14 | 
             
            - Git Repo: [TimeLMs official repository](https://github.com/cardiffnlp/timelms).
         | 
| @@ -18,6 +18,8 @@ The original roBERTa-base model can be found [here](https://huggingface.co/cardi | |
| 18 | 
             
            1 -> Neutral;
         | 
| 19 | 
             
            2 -> Positive
         | 
| 20 |  | 
|  | |
|  | |
| 21 | 
             
            ## Example Pipeline
         | 
| 22 | 
             
            ```python
         | 
| 23 | 
             
            from transformers import pipeline
         | 
|  | |
| 5 | 
             
            ---
         | 
| 6 |  | 
| 7 |  | 
| 8 | 
            +
            # Twitter-roBERTa-base for Sentiment Analysis - UPDATED (2022)
         | 
| 9 |  | 
| 10 | 
            +
            This is a RoBERTa-base model trained on ~124M tweets from January 2018 to December 2021, and finetuned for sentiment analysis with the TweetEval benchmark. 
         | 
| 11 | 
            +
            The original Twitter-based RoBERTa model can be found [here](https://huggingface.co/cardiffnlp/twitter-roberta-base-2021-124m) and the original reference paper is [TweetEval](https://github.com/cardiffnlp/tweeteval). This model is suitable for English. 
         | 
| 12 |  | 
| 13 | 
             
            - Reference Paper: [TimeLMs paper](https://arxiv.org/abs/2202.03829). 
         | 
| 14 | 
             
            - Git Repo: [TimeLMs official repository](https://github.com/cardiffnlp/timelms).
         | 
|  | |
| 18 | 
             
            1 -> Neutral;
         | 
| 19 | 
             
            2 -> Positive
         | 
| 20 |  | 
| 21 | 
            +
            This sentiment analysis model has been integrated into [TweetNLP](https://github.com/cardiffnlp/tweetnlp). You can access the demo [here](https://tweetnlp.org).
         | 
| 22 | 
            +
             | 
| 23 | 
             
            ## Example Pipeline
         | 
| 24 | 
             
            ```python
         | 
| 25 | 
             
            from transformers import pipeline
         | 

