nes470 commited on
Commit
31cec85
verified
1 Parent(s): c2a2cb9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "QBModelWrapper"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "QBModelConfig.QBModelConfig",
7
+ "AutoModelForQuestionAnswering": "QBModelWrapperCopy.QBModelWrapper"
8
+ },
9
+ "custom_pipelines": {
10
+ "qa-pipeline-qb": {
11
+ "impl": "QBpipeline.QApipeline",
12
+ "pt": [
13
+ "AutoModelForQuestionAnswering"
14
+ ],
15
+ "tf": [
16
+ "TFAutoModelForQuestionAnswering"
17
+ ]
18
+ }
19
+ },
20
+ "model_type": "QA-umd-quizbowl",
21
+ "torch_dtype": "float16",
22
+ "transformers_version": "4.40.1"
23
+ }