Sayantan54321
commited on
Upload model
Browse files- .gitattributes +1 -0
- Modelfile +20 -0
- README.md +22 -0
- config.json +3 -0
- unsloth.Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
unsloth.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Modelfile
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./Sayantan54321/model/unsloth.Q8_0.gguf
|
2 |
+
|
3 |
+
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
|
4 |
+
|
5 |
+
### Instruction:
|
6 |
+
{{ .Prompt }}{{ end }}
|
7 |
+
|
8 |
+
### Response:
|
9 |
+
{{ .Response }}<|eot_id|>"""
|
10 |
+
|
11 |
+
PARAMETER stop "<|eom_id|>"
|
12 |
+
PARAMETER stop "<|finetune_right_pad_id|>"
|
13 |
+
PARAMETER stop "<|end_header_id|>"
|
14 |
+
PARAMETER stop "<|end_of_text|>"
|
15 |
+
PARAMETER stop "<|start_header_id|>"
|
16 |
+
PARAMETER stop "<|python_tag|>"
|
17 |
+
PARAMETER stop "<|eot_id|>"
|
18 |
+
PARAMETER stop "<|reserved_special_token_"
|
19 |
+
PARAMETER temperature 1.5
|
20 |
+
PARAMETER min_p 0.1
|
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Meta-Llama-3.1-8B-Instruct
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- llama
|
11 |
+
- gguf
|
12 |
+
---
|
13 |
+
|
14 |
+
# Uploaded model
|
15 |
+
|
16 |
+
- **Developed by:** Sayantan54321
|
17 |
+
- **License:** apache-2.0
|
18 |
+
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct
|
19 |
+
|
20 |
+
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
+
|
22 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "llama"
|
3 |
+
}
|
unsloth.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:409bbd06936a1b2667b27e69fcdfb2a998b797fefe2ea7e61227b9b3370e375b
|
3 |
+
size 8540771200
|