barchetta commited on
Commit
6c092d3
·
verified ·
1 Parent(s): eef167c

Trained with Unsloth

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/llama-3.2-3b-instruct-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.18",
37
  "use_cache": true,
38
  "vocab_size": 128256
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.50.3",
34
  "unsloth_fixed": true,
35
+ "unsloth_version": "2025.3.19",
36
  "use_cache": true,
37
  "vocab_size": 128256
38
  }
generation_config.json CHANGED
@@ -10,5 +10,5 @@
10
  "pad_token_id": 128004,
11
  "temperature": 0.6,
12
  "top_p": 0.9,
13
- "transformers_version": "4.49.0"
14
  }
 
10
  "pad_token_id": 128004,
11
  "temperature": 0.6,
12
  "top_p": 0.9,
13
+ "transformers_version": "4.50.3"
14
  }