EddieChen372 commited on
Commit
c8233be
1 Parent(s): ef59ff8

Training in progress step 10000

Browse files
Files changed (3) hide show
  1. config.json +27 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +1 -1
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/checkpoint/dpf/models/cm-1.3B-hf",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "XGLMForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "attention_heads": 32,
10
+ "bos_token_id": 0,
11
+ "d_model": 1600,
12
+ "decoder_start_token_id": 2,
13
+ "dropout": 0.1,
14
+ "eos_token_id": 0,
15
+ "ffn_dim": 8192,
16
+ "init_std": 0.02,
17
+ "layerdrop": 0.0,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "xglm",
20
+ "num_layers": 12,
21
+ "pad_token_id": 0,
22
+ "scale_embedding": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.20.1",
25
+ "use_cache": true,
26
+ "vocab_size": 52003
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b8e9d16a39f42b0f4b7c5ef8c527a391b0b98a4a6ee2864533cac0432c1e07
3
+ size 2083790139
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "model_max_length": 2048,
4
- "name_or_path": "facebook/incoder-1B",
5
  "special_tokens_map_file": "tokenizer/v2_trfs/special_tokens_map.json",
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }
1
  {
2
  "bos_token": "<|endoftext|>",
3
  "model_max_length": 2048,
4
+ "name_or_path": "EddieChen372/incoder-1B-finetuned-jest",
5
  "special_tokens_map_file": "tokenizer/v2_trfs/special_tokens_map.json",
6
  "tokenizer_class": "PreTrainedTokenizerFast"
7
  }