coding4vinayak commited on
Commit
2241f05
·
1 Parent(s): f6334ad

Create configuration_file

Browse files
Files changed (1) hide show
  1. configuration_file +9 -0
configuration_file ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ runtime:
2
+ framework: "pytorch"
3
+ version: "1.10.0"
4
+
5
+ model:
6
+ name: "question-answering"
7
+ parameters:
8
+ max_length: 100
9
+ doc_stride: 128