giantdev commited on
Commit
5108b74
·
verified ·
1 Parent(s): 0923e7b

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": "minova_merged_v99",
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/sn6_utils/h1",
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,5 +3,5 @@
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 2,
6
- "transformers_version": "4.38.1"
7
  }
 
3
  "bos_token_id": 1,
4
  "do_sample": true,
5
  "eos_token_id": 2,
6
+ "transformers_version": "4.38.2"
7
  }