Create model_index.json
Browse files- model_index.json +13 -0
model_index.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_index": [
|
| 3 |
+
{
|
| 4 |
+
"name": "Urdu-Roman GPT2 Agent",
|
| 5 |
+
"results": [],
|
| 6 |
+
"model_card_data": {
|
| 7 |
+
"language": ["ur", "en"],
|
| 8 |
+
"license": "mit",
|
| 9 |
+
"pipeline_tag": "text-generation"
|
| 10 |
+
}
|
| 11 |
+
}
|
| 12 |
+
]
|
| 13 |
+
}
|