Commit
·
2f83a5c
1
Parent(s):
581bec3
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ pinned: false
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
The app is built using Gradio SDK on huggingface spaces
|
|
|
|
|
15 |
The app link on huggingface is: https://huggingface.co/spaces/sandeepmajumdar/sentiment-analysis-2
|
16 |
The code link on huggingface is: https://huggingface.co/spaces/sandeepmajumdar/sentiment-analysis-2/tree/main
|
17 |
The code link on Github is: https://github.com/SandeepMajumdar/project_sentiment_analysis_2
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
The app is built using Gradio SDK on huggingface spaces
|
15 |
+
Architecture: Pipeline class, language model: distilbert-base-uncased-finetuned-sst-2-english
|
16 |
+
|
17 |
The app link on huggingface is: https://huggingface.co/spaces/sandeepmajumdar/sentiment-analysis-2
|
18 |
The code link on huggingface is: https://huggingface.co/spaces/sandeepmajumdar/sentiment-analysis-2/tree/main
|
19 |
The code link on Github is: https://github.com/SandeepMajumdar/project_sentiment_analysis_2
|