arnocandel commited on
Commit
3600519
·
1 Parent(s): f79a22a

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-12b` is a 12 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-12b/blob/main/pythia-12b.openassistant_oasst1.json.1_epochs.d45a9d34d34534e076cc6797614b322bd0efb11c.15.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-12b/blob/main/pythia-12b.openassistant_oasst1.json.1_epochs.d45a9d34d34534e076cc6797614b322bd0efb11c.15.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.