giantdev commited on
Commit
5f076a1
·
verified ·
1 Parent(s): 5392c61

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./sn6",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -23,7 +23,7 @@
23
  "sliding_window": 4096,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
- "transformers_version": "4.38.1",
27
  "use_cache": false,
28
  "vocab_size": 32000
29
  }
 
1
  {
2
+ "_name_or_path": "/root/dev/utils/3f69377431ee2b0a6ec3d78afaabc6b7da75cc3f/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
23
  "sliding_window": 4096,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.38.2",
27
  "use_cache": false,
28
  "vocab_size": 32000
29
  }
generation_config.json CHANGED
@@ -3,6 +3,6 @@
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 2,
6
- "transformers_version": "4.38.1",
7
  "use_cache": false
8
  }
 
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 2,
6
+ "transformers_version": "4.38.2",
7
  "use_cache": false
8
  }