Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- karpathy/tinyllamas
|
4 |
+
---
|
5 |
+
This is a Llama 2 architecture model series quantized for use with [llama2.c](https://github.com/karpathy/llama2.c) project.
|
6 |
+
This repository is not official llama2.c.
|