Commit
·
7d0ed2a
1
Parent(s):
c692049
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- en
|
5 |
license: other
|
6 |
+
model_type: llama
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- facebook
|
10 |
+
- meta
|
11 |
+
- pytorch
|
12 |
+
- llama
|
13 |
+
- llama-2
|
14 |
+
- h2ogpt
|
15 |
---
|
16 |
+
|
17 |
+
h2oGPT fine-tuned model based on [Meta's Llama 2 13B Chat](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf).
|
18 |
+
|
19 |
+
Try it live on our [h2oGPT demo](https://gpt.h2o.ai) with side-by-side LLM comparisons and private document chat!
|