justinhl commited on
Commit
5736c83
1 Parent(s): eb62d30

Delete hybrid_config.py

Browse files
Files changed (1) hide show
  1. hybrid_config.py +0 -12
hybrid_config.py DELETED
@@ -1,12 +0,0 @@
1
- from transformers import PretrainedConfig
2
-
3
- class HybridQAConfig(PretrainedConfig):
4
- def __init__(
5
- self,
6
- extractive_id=None,
7
- generative_id = None,
8
- **kwargs
9
- ):
10
- self.extractive_id = extractive_id
11
- self.generative_id = generative_id
12
- super().__init__(**kwargs)