Instructions to use JoakimL13/Song_lyrics_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use JoakimL13/Song_lyrics_Analysis with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://JoakimL13/Song_lyrics_Analysis") predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"} predictions = predictor.predict_json(predictor_input) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by JoakimL13 - opened
README.md
CHANGED
|
@@ -25,4 +25,4 @@ model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-large-cnn")
|
|
| 25 |
|
| 26 |
from datasets import load_dataset
|
| 27 |
|
| 28 |
-
ds = load_dataset("sebastiandizon/genius-song-lyrics")
|
|
|
|
| 25 |
|
| 26 |
from datasets import load_dataset
|
| 27 |
|
| 28 |
+
ds = load_dataset("sebastiandizon/genius-song-lyrics")
|