Create manifest.json
Browse files- manifest.json +13 -0
manifest.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "google-t5-small",
|
3 |
+
"version": "v2.1",
|
4 |
+
"description": "A fine-tuned version of google-t5/t5-small optimized for chat-based tasks.",
|
5 |
+
"files": [
|
6 |
+
{
|
7 |
+
"type": "model",
|
8 |
+
"filename": "t5-small-F16.gguf",
|
9 |
+
"format": "gguf",
|
10 |
+
"url": "https://huggingface.co/layonsan/google-t5-small/tree/main/t5-small-F16.gguf"
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|