jacobrenn commited on
Commit
3d2b3e7
1 Parent(s): bbb16d4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -4,6 +4,13 @@
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
 
 
 
 
 
 
 
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
9
  "embd_pdrop": 0.1,
 
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
+ "custom_pipelines": {
8
+ "text-generation": {
9
+ "impl": "instruct_pipeline.InstructionTextGenerationPipeline",
10
+ "pt": "AutoModelForCausalLM",
11
+ "tf": "TFAutoModelForCausalLM"
12
+ }
13
+ },
14
  "attn_pdrop": 0.1,
15
  "bos_token_id": 50256,
16
  "embd_pdrop": 0.1,