Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker compose up --detach

The mining script uploads a model to 🤗 Hugging Face which will be evaluated by validators.

See [Validator Psuedocode](docs/validator.md#validator) for more information on how they the evaluation occurs.
See [Validator Psuedocode](validator.md#validator) for more information on how they the evaluation occurs.

## Env File

Expand Down Expand Up @@ -149,4 +149,4 @@ actions.load_local_model("model-foo/")

# Publish the model for validator evaluation.
actions.push(model)
```
```