Spaces:
Build error
Build error
Commit ·
8e7b8fa
1
Parent(s): 1452b15
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#### Sentiment Analysis
|
| 2 |
|
| 3 |
Sentiment analysis application that uses "albert-base-v2" that is fine-tuned using TensorFlow and is quantized using TensorFlow Lite.
|
| 4 |
|
| 5 |
-
The notebook can be found <a href="https://github.com/ksv-muralidhar/hugging_face_tf_fine_tuning/blob/main/albert_lime_sentiment_analysis.ipynb">here</a>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Sentiment Analysis
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.29.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
#### Sentiment Analysis
|
| 14 |
|
| 15 |
Sentiment analysis application that uses "albert-base-v2" that is fine-tuned using TensorFlow and is quantized using TensorFlow Lite.
|
| 16 |
|
| 17 |
+
The notebook can be found <a href="https://github.com/ksv-muralidhar/hugging_face_tf_fine_tuning/blob/main/albert_lime_sentiment_analysis.ipynb">here</a>
|