theycallmeloki commited on
Commit
aa5badb
·
verified ·
1 Parent(s): a0786c9

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +2 -3
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -31,9 +30,9 @@
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": true,
33
  "torch_dtype": "bfloat16",
34
- "transformers_version": "4.49.0",
35
  "unsloth_fixed": true,
36
- "unsloth_version": "2025.3.6",
37
  "use_cache": true,
38
  "vocab_size": 156940
39
  }
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
 
30
  "rope_theta": 500000.0,
31
  "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.51.3",
34
  "unsloth_fixed": true,
35
+ "unsloth_version": "2025.3.18",
36
  "use_cache": true,
37
  "vocab_size": 156940
38
  }
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  "pad_token_id": 128004,
8
  "temperature": 0.6,
9
  "top_p": 0.9,
10
- "transformers_version": "4.49.0"
11
  }
 
7
  "pad_token_id": 128004,
8
  "temperature": 0.6,
9
  "top_p": 0.9,
10
+ "transformers_version": "4.51.3"
11
  }