Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources
|
|
14 |
## Summary
|
15 |
|
16 |
This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio).
|
17 |
-
- Base model: [/
|
18 |
|
19 |
|
20 |
## Usage
|
@@ -159,16 +159,6 @@ LlamaForCausalLM(
|
|
159 |
|
160 |
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.
|
161 |
|
162 |
-
|
163 |
-
## Model Validation
|
164 |
-
|
165 |
-
Model validation results using [EleutherAI lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness).
|
166 |
-
|
167 |
-
```bash
|
168 |
-
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 --tasks openbookqa,arc_easy,winogrande,hellaswag,arc_challenge,piqa,boolq --device cuda &> eval.log
|
169 |
-
```
|
170 |
-
|
171 |
-
|
172 |
## Disclaimer
|
173 |
|
174 |
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.
|
|
|
14 |
## Summary
|
15 |
|
16 |
This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmstudio).
|
17 |
+
- Base model: [openlm-research/open_llama_7b_preview_300bt]https://huggingface.co/openlm-research/open_llama_7b_preview_300bt)
|
18 |
|
19 |
|
20 |
## Usage
|
|
|
159 |
|
160 |
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.
|
161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
## Disclaimer
|
163 |
|
164 |
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.
|