Artem Baikov
commited on
Commit
·
92d20a6
1
Parent(s):
81dddff
Add links to llamafile and original model to readme
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
+
tags:
|
4 |
+
- llamafile
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
+
|
8 |
+
<br>
|
9 |
+
<br>
|
10 |
+
|
11 |
+
# OLMo-7B-hf Model Card
|
12 |
+
|
13 |
+
## Model details
|
14 |
+
|
15 |
+
- [Original model](https://huggingface.co/allenai/OLMo-7B-hf)
|
16 |
+
- [Llamafile github repo](https://github.com/Mozilla-Ocho/llamafile)
|
17 |
+
|
18 |
+
## Usage
|
19 |
+
|
20 |
+
Download desired llamafile and run it:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
./model.llamafile
|
24 |
+
```
|