arnocandel
commited on
Commit
·
29a00ba
1
Parent(s):
96e120e
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
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 foundational model based on [Meta's Llama 2 13B](https://huggingface.co/meta-llama/Llama-2-13b-hf).
|
18 |
+
|
19 |
+
This model can be fine-tuned with [H2O.ai](https://h2o.ai/) open-source software:
|
20 |
+
- h2oGPT https://github.com/h2oai/h2ogpt/
|
21 |
+
- H2O LLM Studio https://h2o.ai/platform/ai-cloud/make/llm-studio/
|
22 |
+
|
23 |
+
Try our live [h2oGPT demo](https://gpt.h2o.ai) with side-by-side LLM comparisons and private document chat!
|