arnocandel
commited on
Commit
·
2602163
1
Parent(s):
e23d484
commit files to HF hub
Browse files
README.md
CHANGED
@@ -23,6 +23,12 @@ H2O.ai's `h2ogpt-oig-oasst1-512-6.9b` is a 6.9 billion parameter instruction-fol
|
|
23 |
- Data-prep and fine-tuning code: [H2O.ai Github](https://github.com/h2oai/h2ogpt)
|
24 |
- Training logs: [zip](https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b/blob/main/pythia-6.9b.h2ogpt-oig-oasst1-instruct-cleaned-v1.json.1_epochs.5fc91911bc2bfaaf3b6c2de577c4b0ae45a07a4a.7.zip)
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
## Usage
|
27 |
|
28 |
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
|
|
|
23 |
- Data-prep and fine-tuning code: [H2O.ai Github](https://github.com/h2oai/h2ogpt)
|
24 |
- Training logs: [zip](https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b/blob/main/pythia-6.9b.h2ogpt-oig-oasst1-instruct-cleaned-v1.json.1_epochs.5fc91911bc2bfaaf3b6c2de577c4b0ae45a07a4a.7.zip)
|
25 |
|
26 |
+
## Chatbot
|
27 |
+
|
28 |
+
- Run your own chatbot: [H2O.ai Github](https://github.com/h2oai/h2ogpt)
|
29 |
+
|
30 |
+
![Chatbot](https://user-images.githubusercontent.com/6147661/232924684-6c0e2dfb-2f24-4098-848a-c3e4396f29f6.mov)
|
31 |
+
|
32 |
## Usage
|
33 |
|
34 |
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
|