rohith2812
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
A simple bert-base-cased model fine tuned on stanford scentiment treebank data
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- rohith2812/STANFORD-SENTIMENT-TREEBANK
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: text-classification
|
9 |
+
---
|
10 |
A simple bert-base-cased model fine tuned on stanford scentiment treebank data
|