Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

JoakimL13
/
Song_lyrics_Analysis

Question Answering
AllenNLP
English
music
lyrics
cursing
Model card Files Files and versions
xet
Community
1

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
Song_lyrics_Analysis
2.26 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
JoakimL13's picture
JoakimL13
Update README.md
ffde4de verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    744 Bytes
    Update README.md over 1 year ago