mhoyl commited on
Commit
59a852b
·
verified ·
1 Parent(s): 9615027

Upload inference_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }