Spaces:
Runtime error
Runtime error
File size: 1,009 Bytes
3ec5289 5452c28 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: Nlp Sorcery
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 3.1.4
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
project_nlp_sorcery
Various NLP Tasks grouped into an app
MODELS USED:
Sentiment Analysis model: distilbert-base-uncased-finetuned-sst-2-english
Text Generation model: distilgpt2
Fill Mask model: distilroberta-base
Named Entity Recognition model: dbmdz/bert-large-cased-finetuned-conll03-english
Summarization model: sshleifer/distilbart-cnn-12-6
Translation to Hindi model: Helsinki-NLP/opus-mt-en-hi
Text to Speech model: facebook/fastspeech2-en-ljspeech
Speech to Text model: facebook/wav2vec2-base-960h
app hosted on huggingface at:
https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery
code link on huggingface is:
https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery/tree/main
code link on Github is:
https://github.com/SandeepMajumdar/project_nlp_sorcery |