Add model card metadata
Browse files
README.md
CHANGED
|
@@ -1,14 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- text-classification
|
| 4 |
-
- sentiment-analysis
|
| 5 |
-
license: apache-2.0
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
" - sentiment-analysis"
|
| 11 |
-
license: apache-2.0
|
| 12 |
-
---
|
| 13 |
-
"# My Test Model"
|
| 14 |
-
"This repo contains a basic sentiment-analysis inference script."
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-classification
|
| 4 |
+
- sentiment-analysis
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
---
|
| 7 |
+
# My Test Model
|
| 8 |
+
|
| 9 |
+
This repo contains a basic sentiment-analysis inference script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|