Upload configuration.json with huggingface_hub
Browse files- configuration.json +11 -0
configuration.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"framework": "pytorch",
|
3 |
+
"task": "text-generation",
|
4 |
+
"model": {
|
5 |
+
"type": "Atom-7B-Chat"
|
6 |
+
},
|
7 |
+
"pipeline": {
|
8 |
+
"type": "Atom-7B-Chat-pipe"
|
9 |
+
},
|
10 |
+
"allow_remote": true
|
11 |
+
}
|