ilu000 commited on
Commit
23e091a
1 Parent(s): 7c644a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -8,13 +8,18 @@ tags:
8
  - large language model
9
  - h2o-llmstudio
10
  inference: false
11
- thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
 
 
 
 
12
  ---
13
  # Model Card
14
  ## Summary
15
 
16
  This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio).
17
  - Base model: [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
 
18
 
19
 
20
  ## Usage
@@ -22,9 +27,10 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
22
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
23
 
24
  ```bash
25
- pip install transformers==4.28.1
26
- pip install accelerate==0.18.0
27
  pip install torch==2.0.0
 
28
  ```
29
 
30
  ```python
 
8
  - large language model
9
  - h2o-llmstudio
10
  inference: false
11
+ thumbnail: >-
12
+ https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
13
+ license: apache-2.0
14
+ datasets:
15
+ - OpenAssistant/oasst1
16
  ---
17
  # Model Card
18
  ## Summary
19
 
20
  This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio).
21
  - Base model: [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b)
22
+ - Dataset preparation: [OpenAssistant/oasst1](https://github.com/h2oai/h2o-llmstudio/blob/1935d84d9caafed3ee686ad2733eb02d2abfce57/app_utils/utils.py#LL1896C5-L1896C28)
23
 
24
 
25
  ## Usage
 
27
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
28
 
29
  ```bash
30
+ pip install transformers==4.29.2
31
+ pip install accelerate==0.19.0
32
  pip install torch==2.0.0
33
+ pip install einops==0.6.1
34
  ```
35
 
36
  ```python