arnocandel commited on
Commit
e8083fc
1 Parent(s): 0455f93

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,6 +23,12 @@ H2O.ai's `h2ogpt-oasst1-512-20b` is a 20 billion parameter instruction-following
23
  - Data-prep and fine-tuning code: [H2O.ai Github](https://github.com/h2oai/h2ogpt)
24
  - Training logs: [zip](https://huggingface.co/h2oai/h2ogpt-oasst1-512-20b/blob/main/gpt-neox-20b.openassistant_oasst1.json.6.0_epochs.5a14ea8b3794c0d60476fc262d0a297f98dd712d.1013.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-oasst1-512-20b/blob/main/gpt-neox-20b.openassistant_oasst1.json.6.0_epochs.5a14ea8b3794c0d60476fc262d0a297f98dd712d.1013.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.