eevvgg commited on
Commit
0b531b7
1 Parent(s): 08154a7

add colab file to model card

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -30,6 +30,9 @@ probably proofread and complete it, then remove this comment. -->
30
 
31
  This model is a fine-tuned version of [j-hartmann/sentiment-roberta-large-english-3-classes](https://huggingface.co/j-hartmann/sentiment-roberta-large-english-3-classes) to predict 3 categories.
32
 
 
 
 
33
  ```
34
  # Model usage
35
  from transformers import pipeline
 
30
 
31
  This model is a fine-tuned version of [j-hartmann/sentiment-roberta-large-english-3-classes](https://huggingface.co/j-hartmann/sentiment-roberta-large-english-3-classes) to predict 3 categories.
32
 
33
+
34
+ - training procedure available in [Colab notebook](https://colab.research.google.com/drive/12DsO5dNaQI3kFO7ohOHZn4EWNewFy2jm?usp=sharing)
35
+
36
  ```
37
  # Model usage
38
  from transformers import pipeline