sandeepmajumdar commited on
Commit
5452c28
1 Parent(s): d835976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -10,3 +10,26 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ project_nlp_sorcery
15
+
16
+ Various NLP Tasks grouped into an app
17
+
18
+ MODELS USED:
19
+ Sentiment Analysis model: distilbert-base-uncased-finetuned-sst-2-english
20
+ Text Generation model: distilgpt2
21
+ Fill Mask model: distilroberta-base
22
+ Named Entity Recognition model: dbmdz/bert-large-cased-finetuned-conll03-english
23
+ Summarization model: sshleifer/distilbart-cnn-12-6
24
+ Translation to Hindi model: Helsinki-NLP/opus-mt-en-hi
25
+ Text to Speech model: facebook/fastspeech2-en-ljspeech
26
+ Speech to Text model: facebook/wav2vec2-base-960h
27
+
28
+ app hosted on huggingface at:
29
+ https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery
30
+
31
+ code link on huggingface is:
32
+ https://huggingface.co/spaces/sandeepmajumdar/nlp-sorcery/tree/main
33
+
34
+ code link on Github is:
35
+ https://github.com/SandeepMajumdar/project_nlp_sorcery