Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ tags:
|
|
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
|
@@ -162,16 +165,6 @@ LlamaForCausalLM(
|
|
162 |
|
163 |
This model was trained using H2O LLM Studio and with the configuration in [cfg.yaml](cfg.yaml). Visit [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio) to learn how to train your own large language models.
|
164 |
|
165 |
-
|
166 |
-
## Model Validation
|
167 |
-
|
168 |
-
Model validation results using [EleutherAI lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness).
|
169 |
-
|
170 |
-
```bash
|
171 |
-
CUDA_VISIBLE_DEVICES=0 python main.py --model hf-causal-experimental --model_args pretrained=psinger/h2ogpt-gm-oasst1-en-2048-open-llama-7b-preview-300bt-v2 --tasks openbookqa,arc_easy,winogrande,hellaswag,arc_challenge,piqa,boolq --device cuda &> eval.log
|
172 |
-
```
|
173 |
-
|
174 |
-
|
175 |
## Disclaimer
|
176 |
|
177 |
Please read this disclaimer carefully before using the large language model provided in this repository. Your use of the model signifies your agreement to the following terms and conditions.
|
|
|
9 |
- h2o-llmstudio
|
10 |
inference: false
|
11 |
thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
|
12 |
+
license: apache-2.0
|
13 |
+
datasets:
|
14 |
+
- OpenAssistant/oasst1
|
15 |
---
|
16 |
# Model Card
|
17 |
## Summary
|
|
|
165 |
|
166 |
This model was trained using H2O LLM Studio and with the configuration in [cfg.yaml](cfg.yaml). Visit [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio) to learn how to train your own large language models.
|
167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
## Disclaimer
|
169 |
|
170 |
Please read this disclaimer carefully before using the large language model provided in this repository. Your use of the model signifies your agreement to the following terms and conditions.
|