ayjays132 commited on
Commit
d80a34b
·
1 Parent(s): 7a09eca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- model_type: gpt2
 
 
3
  model_filename: pytorch_model.bin
4
  config:
5
  activation_function: gelu_new
6
- architecture:
7
- - GPT2LMHeadModel
8
  attn_pdrop: 0.1
9
  bos_token_id: 50256
10
  embd_pdrop: 0.1
 
1
  ---
2
+ model_type: GPT2LMHeadModel
3
+ architectures:
4
+ - GPT2LMHeadModel
5
  model_filename: pytorch_model.bin
6
  config:
7
  activation_function: gelu_new
 
 
8
  attn_pdrop: 0.1
9
  bos_token_id: 50256
10
  embd_pdrop: 0.1