Henk717 commited on
Commit
e2c00dc
1 Parent(s): 9cabf8f

Initial Upload

Browse files
Files changed (4) hide show
  1. config.json +37 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPTJForCausalLM"
5
+ ],
6
+ "attn_pdrop": 0.0,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.0,
9
+ "eos_token_id": 50256,
10
+ "rep_pen": 1.2,
11
+ "adventure": true,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gptj",
15
+ "n_embd": 4096,
16
+ "n_head": 16,
17
+ "n_layer": 28,
18
+ "n_positions": 2048,
19
+ "rotary_dim": 64,
20
+ "summary_activation": null,
21
+ "summary_first_dropout": 0.1,
22
+ "summary_proj_to_labels": true,
23
+ "summary_type": "cls_index",
24
+ "summary_use_proj": true,
25
+ "transformers_version": "4.10.0.dev0",
26
+ "tokenizer_class": "GPT2Tokenizer",
27
+ "task_specific_params": {
28
+ "text-generation": {
29
+ "do_sample": true,
30
+ "temperature": 1.0,
31
+ "max_length": 50
32
+ }
33
+ },
34
+ "torch_dtype": "float16",
35
+ "use_cache": true,
36
+ "vocab_size": 50400
37
+ }
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:2925f8cd6fc93efd646d4e788152e80417a2de766d696039ed80f35986ef733a
3
+ size 12106053103
vocab.json ADDED
The diff for this file is too large to render. See raw diff