Upload inference_config.json
Browse files- inference_config.json +14 -0
inference_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"library_name": "transformers",
|
3 |
+
"task": "text-classification",
|
4 |
+
"model-type": "auto",
|
5 |
+
"framework": "pytorch",
|
6 |
+
"revision": "main",
|
7 |
+
"preprocessing": {
|
8 |
+
"max_length": 512,
|
9 |
+
"truncation": true
|
10 |
+
},
|
11 |
+
"postprocessing": {
|
12 |
+
"function": "regression"
|
13 |
+
}
|
14 |
+
}
|