Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
|
|
1 |
+
##
|
2 |
+
|
3 |
+
This is an instruction fine tuned adapter for LLongMA-2-7B, trained at 8k context length using linear positional interpolation scaling.
|
4 |
+
In order to run this inference with this adapter, you'll need this base model: See https://huggingface.co/conceptofmind/LLongMA-2-7b
|
5 |
+
|
6 |
+
The adapter was instruction fined tuned with peft training, using the [dolly-15k dataset](https://huggingface.co/datasets/databricks/databricks-dolly-15k).
|
7 |
+
|
8 |
---
|
9 |
library_name: peft
|
10 |
---
|