hugohrban commited on
Commit
1170fb9
1 Parent(s): 5db952d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "_name_or_path": "../checkpoints/progen2-medium",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "ProGenForCausalLM"
6
  ],
7
  "attn_pdrop": 0.0,
8
  "auto_map": {
9
- "AutoConfig": "configuration_progen.ProGenConfig",
10
- "AutoModelForCausalLM": "modeling_progen.ProGenForCausalLM"
11
  },
12
  "bos_token_id": 1,
13
  "embd_pdrop": 0.0,
 
1
  {
2
+ "_name_or_path": "hugohrban/progen2-medium",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "ProGenForCausalLM"
6
  ],
7
  "attn_pdrop": 0.0,
8
  "auto_map": {
9
+ "AutoConfig": "hugohrban/progen2-medium--configuration_progen.ProGenConfig",
10
+ "AutoModelForCausalLM": "hugohrban/progen2-medium--modeling_progen.ProGenForCausalLM"
11
  },
12
  "bos_token_id": 1,
13
  "embd_pdrop": 0.0,