Text Generation
Transformers
Safetensors
llama
conversational
text-generation-inference
AymanTarig commited on
Commit
f169199
·
verified ·
1 Parent(s): c9acdea

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": "AymanTarig/Llama-3.2-1B-FC-v1.1-think",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -35,7 +35,7 @@
35
  "rope_theta": 500000.0,
36
  "tie_word_embeddings": true,
37
  "torch_dtype": "bfloat16",
38
- "transformers_version": "4.48.3",
39
  "use_cache": true,
40
  "vocab_size": 128256
41
  }
 
1
  {
2
+ "_name_or_path": "ThinkAgents/ThinkAgent-1B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
35
  "rope_theta": 500000.0,
36
  "tie_word_embeddings": true,
37
  "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.49.0",
39
  "use_cache": true,
40
  "vocab_size": 128256
41
  }
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
- "transformers_version": "4.48.3"
12
  }
 
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
+ "transformers_version": "4.49.0"
12
  }