Skip to content

fix typos #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ models/tgc a chat model accessible with model=chat

model=best is configured to figure out which model to use based on the prompt being scored based on perplexity of each model.

This needs tuning for the avg and std deviation of the perplexity as each model has different ideas about how confidenti it is. Overtrained models are more confident about all text being in the dataset (tend to generate text verbatim from the dataset).
This needs tuning for the avg and std deviation of the perplexity as each model has different ideas about how confident it is. Overtrained models are more confident about all text being in the dataset (tend to generate text verbatim from the dataset).

models can be pointed to using environment variables, e.g. using models from hugginface instead for testing
models can be pointed to using environment variables, e.g. using models from huggingface instead for testing
```
WEIGHTS_PATH_TGZ=bigscience/bloomz
WEIGHTS_PATH_TGC=decapoda-research/llama-7b-hf
Expand Down Expand Up @@ -246,7 +246,7 @@ cd models
git clone https://huggingface.co/distilbert-base-uncased
```

### maintenence
### maintenance

#### run a discord bot
```shell
Expand Down
2 changes: 1 addition & 1 deletion owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gcloud auth print-access-token --impersonate-service-account lee-821@question
us.gcr.io/questions-346919/quickstart-docker-repo/quickstart-image:tag1
gcloud auth activate-service-account [email protected] --key-file=${GOOGLE_APPLICATION_CREDENTIALS}

finallly actually works ===
finally actually works ===
gcloud builds submit -t us.gcr.io/questions-346919/prod-repo/prod-app-xla:v1 .
gcloud builds submit -t us.gcr.io/questions-346919/prod-repo/prod-app-xla . --timeout 2h
# doesnt work
Expand Down