Text Generation
Transformers
PyTorch
English
gpt2
causal-lm
text-generation-inference
Daria Soboleva commited on
Commit
63e66f9
1 Parent(s): c647fc8

Added Cerebras-GPT-6.7B model.

Browse files
Files changed (4) hide show
  1. config.json +16 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "n_embd": 4096,
4
+ "tie_word_embeddings": true,
5
+ "n_positions": 2048,
6
+ "vocab_size": 50257,
7
+ "n_layer": 32,
8
+ "resid_pdrop": 0.0,
9
+ "layer_norm_epsilon": 1e-05,
10
+ "n_head": 32,
11
+ "scale_attn_weights": true,
12
+ "attn_pdrop": 0.0,
13
+ "n_inner": 16384,
14
+ "activation_function": "gelu",
15
+ "embd_pdrop": 0.0
16
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d308784cd6849ffc8bf1fc6c7064ecc8a17a384b14b496eed7a1e09ba91fb976
3
+ size 26767978209
vocab.json ADDED
The diff for this file is too large to render. See raw diff