chargoddard
commited on
Commit
•
0a07df8
1
Parent(s):
b77ab0c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
model_type: llama
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
datasets:
|
5 |
+
- togethercomputer/RedPajama-Data-1T-Sample
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
---
|
9 |
+
|
10 |
+
This is [Llama 2 13b](https://huggingface.co/meta-llama/Llama-2-13b-hf) with some additional attention heads from original-flavor Llama 33b frankensteined on.
|
11 |
+
|
12 |
+
Fine-tuned on ~10M tokens from RedPajama to settle in the transplants a little.
|
13 |
+
|
14 |
+
Not intended for use as-is - this model is meant to serve as a base for further tuning, hopefully with a greater capacity for learning than 13b.
|