hardik-kanzariya commited on
Commit
fbc13df
·
verified ·
1 Parent(s): 9fdb6be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
- license: apache-2.0
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
+ ---