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