Simon Tang commited on
Commit
272b9ef
1 Parent(s): 189d099

Training in progress, step 5000

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +44 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/gpt-j-6b",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTJForCausalLM"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.0,
10
+ "end_token_id": 50256,
11
+ "eos_token_id": 50256,
12
+ "gradient_checkpointing": false,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "model_type": "gptj",
16
+ "n_embd": 4096,
17
+ "n_head": 16,
18
+ "n_inner": null,
19
+ "n_layer": 28,
20
+ "n_positions": 2048,
21
+ "pad_token_id": 50256,
22
+ "resid_pdrop": 0.0,
23
+ "rotary": true,
24
+ "rotary_dim": 64,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 50,
35
+ "temperature": 1.0
36
+ }
37
+ },
38
+ "tie_word_embeddings": false,
39
+ "tokenizer_class": "GPT2Tokenizer",
40
+ "torch_dtype": "float16",
41
+ "transformers_version": "4.30.2",
42
+ "use_cache": false,
43
+ "vocab_size": 50400
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459bc0a0f2d2c157d759c496e35fa849c93f16e4ace394e9bca4be70edad700a
3
+ size 12101802917
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c33d389f30a848837921f29f63a7a5046b4c5dc365f284a4473a9a49280d9a
3
+ size 5307