j-hartmann commited on
Commit
f7dc7cd
1 Parent(s): 93618c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,11 +14,11 @@ The model is a fine-tuned checkpoint of DistilRoBERTa-base.
14
 
15
  ## Application
16
 
17
- a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
18
 
19
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb)
20
 
21
- b) Run emotion model on multiple examples and full datasets (e.g., .csv files):
22
 
23
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
24
 
 
14
 
15
  ## Application
16
 
17
+ a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab:
18
 
19
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb)
20
 
21
+ b) Run emotion model on multiple examples and full datasets (e.g., .csv files) on Google Colab:
22
 
23
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
24