yukismd commited on
Commit
f8ea661
·
1 Parent(s): 2891463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -17,6 +17,9 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
17
  - Base model: [rinna/japanese-gpt-neox-3.6b-instruction-ppo](https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-ppo)
18
  - Training Data: [AI王 〜クイズAI日本一決定戦〜](https://sites.google.com/view/project-aio/dataset) ([Transformed dataset for training by H2O LLM Studio](https://h2oai-jpn-public.s3.amazonaws.com/sample-data/llm/JapaneseQuiz.csv))
19
 
 
 
 
20
  ## Usage
21
 
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.
 
17
  - Base model: [rinna/japanese-gpt-neox-3.6b-instruction-ppo](https://huggingface.co/rinna/japanese-gpt-neox-3.6b-instruction-ppo)
18
  - Training Data: [AI王 〜クイズAI日本一決定戦〜](https://sites.google.com/view/project-aio/dataset) ([Transformed dataset for training by H2O LLM Studio](https://h2oai-jpn-public.s3.amazonaws.com/sample-data/llm/JapaneseQuiz.csv))
19
 
20
+ ## Model Output Test
21
+ - https://github.com/yukismd/LLM/tree/main/model_test
22
+
23
  ## Usage
24
 
25
  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.