hardik-kanzariya
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
2 |
-
|
3 |
pipeline_tag: text-classification
|
4 |
tags:
|
5 |
-
- tensorflow
|
6 |
-
- sentiment-analysis
|
7 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: tensorflow
|
3 |
pipeline_tag: text-classification
|
4 |
tags:
|
5 |
+
- tensorflow
|
6 |
+
- sentiment-analysis
|
7 |
+
datasets:
|
8 |
+
- imdb # Specify dataset used if applicable
|
9 |
+
license: apache-2.0 # Adjust if different license
|
10 |
+
---
|