munish0838
commited on
Commit
•
5abc4be
1
Parent(s):
bde4c23
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Yukang/LongAlpaca-16k-length
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
base_model: mattshumer/Llama-3-8B-16K
|
7 |
+
---
|
8 |
+
|
9 |
+
# Llama-3-8B-16K-GGUF
|
10 |
+
- This is quantized version of [mattshumer/Llama-3-8B-16K](https://huggingface.co/mattshumer/Llama-3-8B-16K) created using llama.cpp
|
11 |
+
|
12 |
+
# Model Description
|
13 |
+
This is an extended (16K) context version of LLaMA 3 8B (base, not instruct). Trained for five hours on 8x A6000 GPUs, using the `Yukang/LongAlpaca-16k-length` dataset.
|
14 |
+
|
15 |
+
`rope_theta` was set to `1000000.0`. Trained with Axolotl.
|