aitechguy commited on
Commit
9a76caa
1 Parent(s): b217499

Upload 6 files

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. generation_config.json +2 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "aitechguy/llama-finetuned-v1.0.2",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "aitechguy/llama-finetuned-v1.0.4",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
generation_config.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
4
- "do_sample": true,
5
  "eos_token_id": 128001,
6
- "temperature": 0.6,
7
- "top_p": 0.9,
8
- "transformers_version": "4.46.2"
9
  }
 
1
  {
2
  "_from_model_config": true,
3
  "bos_token_id": 128000,
 
4
  "eos_token_id": 128001,
5
+ "transformers_version": "4.46.2",
6
+ "use_cache": false
 
7
  }