Skip to content

Commit

Permalink
Merge pull request #213 from Fiona-Waters/update-phase-one
Browse files Browse the repository at this point in the history
Updates to phase 1 documentation
  • Loading branch information
leseb authored Nov 28, 2024
2 parents ea928de + 88c6537 commit ab8b269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions standalone/instructlab-rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Before running the training and evaluation steps we must complete the following:

### Step 1 - Prepare data and push to object store

* Create a tarball with the data (SDG-data), [model](https://huggingface.co/ibm-granite/granite-7b-base/tree/main) and [taxonomy](https://github.com/instructlab/taxonomy) and push them to your object store.
* Create a tarball with the data (SDG-data), [model](https://catalog.redhat.com/software/containers/rhelai1/granite-7b-starter/667ebf10abaa082bcf96ea6a) and [taxonomy](https://github.com/instructlab/taxonomy) and push them to your object store.

```
$ mkdir -p s3-data/{data,model,taxonomy}
Expand Down Expand Up @@ -81,6 +81,7 @@ Before running the training and evaluation steps we must complete the following:


### Step 2 - Create Judge model server
`NOTE` : The judge model server deployment step is optional but you must create a secret containing the judge modelserver details. See: `Create a secret containing the judge model serving details` below.

The judge model is used for model evaluation.

Expand All @@ -94,7 +95,7 @@ The judge model is used for model evaluation.
Namespace: <data-science-project-name/namespace>
```
* Upload [Prometheus-eval](https://huggingface.co/prometheus-eval/prometheus-8x7b-v2.0) (Judge-Model) to the same object storage as before .
* Upload [Prometheus-eval](https://catalog.redhat.com/software/containers/rhelai1/prometheus-8x7b-v2-0/6682611224ba6617d472f451) (Judge-Model) to the same object storage as before .
* This [script](https://github.com/opendatahub-io/ilab-on-ocp/blob/main/kubernetes_yaml/model_downloader/container_file/download_hf_model.py) can be used for uploading the model to object storage.
* Update the MODEL and MODEL_PATH parameters if using a different model to that in the example.
Expand Down

0 comments on commit ab8b269

Please sign in to comment.