Update model card README
Browse files
README.md
CHANGED
|
@@ -100,6 +100,7 @@ sample-test --help
|
|
| 100 |
rank --help
|
| 101 |
export-cifs --help
|
| 102 |
summarize --help
|
|
|
|
| 103 |
```
|
| 104 |
|
| 105 |
When working from a source checkout with `uv sync`, prefix commands with `uv run`, for example:
|
|
@@ -110,7 +111,7 @@ uv run train --help
|
|
| 110 |
|
| 111 |
Checkpoints for Clari-M and Clari-L are uploaded to [HuggingFace](https://huggingface.co/the-matter-lab/clari).
|
| 112 |
To run inference, see the [README.md](https://github.com/aspuru-guzik-group/clari/blob/main/clari/inference/README.md) in `clari.inference`.
|
| 113 |
-
We also include a [SKILL.md](https://github.com/aspuru-guzik-group/clari/blob/main/clari/inference/SKILL.md) so that coding agents can run inference.
|
| 114 |
|
| 115 |
## Evaluation
|
| 116 |
|
|
|
|
| 100 |
rank --help
|
| 101 |
export-cifs --help
|
| 102 |
summarize --help
|
| 103 |
+
skill
|
| 104 |
```
|
| 105 |
|
| 106 |
When working from a source checkout with `uv sync`, prefix commands with `uv run`, for example:
|
|
|
|
| 111 |
|
| 112 |
Checkpoints for Clari-M and Clari-L are uploaded to [HuggingFace](https://huggingface.co/the-matter-lab/clari).
|
| 113 |
To run inference, see the [README.md](https://github.com/aspuru-guzik-group/clari/blob/main/clari/inference/README.md) in `clari.inference`.
|
| 114 |
+
We also include a [SKILL.md](https://github.com/aspuru-guzik-group/clari/blob/main/clari/inference/SKILL.md) so that coding agents can run inference; installed environments can print it with `skill` (`uv run skill`).
|
| 115 |
|
| 116 |
## Evaluation
|
| 117 |
|