Spaces:
Sleeping
Sleeping
alpcansoydas
commited on
Commit
•
594bc5d
1
Parent(s):
210dbcf
Upload 3 files
Browse files- README.md +5 -5
- requirements.txt +5 -0
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: pink
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Mistral Sentiment Classification
|
3 |
+
emoji: 🐨
|
4 |
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.39.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.1
|
2 |
+
langchain-community==0.2.1
|
3 |
+
langchain-huggingface==0.0.3
|
4 |
+
langdetect
|
5 |
+
sentencepiece
|