arnocandel commited on
Commit
7f963c1
1 Parent(s): 348693d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -3,6 +3,12 @@
3
  "architectures": [
4
  "GPTNeoXForCausalLM"
5
  ],
 
 
 
 
 
 
6
  "attention_probs_dropout_prob": 0,
7
  "bos_token_id": 0,
8
  "eos_token_id": 0,
 
3
  "architectures": [
4
  "GPTNeoXForCausalLM"
5
  ],
6
+ "custom_pipelines": {
7
+ "text-generation": {
8
+ "impl": "h2oai_pipeline.H2OTextGenerationPipeline",
9
+ "pt": "AutoModelForCausalLM"
10
+ }
11
+ },
12
  "attention_probs_dropout_prob": 0,
13
  "bos_token_id": 0,
14
  "eos_token_id": 0,