Update README.md
This commit is contained in:
parent
93618c7327
commit
f7dc7cd81a
|
@ -14,11 +14,11 @@ The model is a fine-tuned checkpoint of DistilRoBERTa-base.
|
||||||
|
|
||||||
## Application
|
## Application
|
||||||
|
|
||||||
a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command:
|
a) Run emotion model with 3 lines of code on single text example using Hugging Face's pipeline command on Google Colab:
|
||||||
|
|
||||||
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb)
|
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/simple_emotion_pipeline.ipynb)
|
||||||
|
|
||||||
b) Run emotion model on multiple examples and full datasets (e.g., .csv files):
|
b) Run emotion model on multiple examples and full datasets (e.g., .csv files) on Google Colab:
|
||||||
|
|
||||||
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
|
[](https://colab.research.google.com/github/j-hartmann/emotion-english-distilroberta-base/blob/main/emotion_prediction_example.ipynb)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue