Create huggingface_model_card/json
#2
by
hotboxxgenn
- opened
- huggingface_model_card/json +20 -0
huggingface_model_card/json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_index": {
|
| 3 |
+
"tags": ["flask", "voip", "sms"],
|
| 4 |
+
"pipeline_tag": "text-generation",
|
| 5 |
+
"widget": {
|
| 6 |
+
"type": "text-generation",
|
| 7 |
+
"inputs": {
|
| 8 |
+
"text": "Enter your invalid phone number:"
|
| 9 |
+
}
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"tags": ["flask", "voip", "sms"],
|
| 13 |
+
"pipeline_tag": "text-generation",
|
| 14 |
+
"widget": {
|
| 15 |
+
"type": "text-generation",
|
| 16 |
+
"inputs": {
|
| 17 |
+
"text": "Enter your invalid phone number:"
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
}
|