Text Generation
Transformers
Safetensors
llama
Merge
mergekit
lazymergekit
TinyLlama/TinyLlama-1.1B-Chat-v1.0
cognitivecomputations/TinyDolphin-2.8.2-1.1b-laser
cognitivecomputations/TinyDolphin-2.8.1-1.1b
TinyLlama/TinyLlama-1.1B-intermediate-step-715k-1.5T
text-generation-inference
Inference Endpoints
Upload LlamaForCausalLM
Browse files- config.json +4 -4
- generation_config.json +6 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -21,8 +21,8 @@
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"torch_dtype": "
|
25 |
-
"transformers_version": "4.
|
26 |
"use_cache": true,
|
27 |
-
"vocab_size":
|
28 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jtatman/Tiny-Llama-Llama-Dolphin-laser-1b-merge",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.38.1",
|
26 |
"use_cache": true,
|
27 |
+
"vocab_size": 32064
|
28 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 32000,
|
5 |
+
"transformers_version": "4.38.1"
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58a5ab0740b78ab66de1f53888c87a17570164168907cc1958707e7393ea4cc7
|
3 |
+
size 4401265112
|