Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,4 @@ You can then determine the model to call as follows
|
|
33 |
model_id = logits.argmax().item()
|
34 |
model_to_call = id2label[model_id]
|
35 |
```
|
36 |
-
For more details on how you can integrate this into your techstack and use notdiamond-0001 to improve quality while reducing latency and cost, check out our [documentation](https://notdiamond.readme.io/
|
|
|
33 |
model_id = logits.argmax().item()
|
34 |
model_to_call = id2label[model_id]
|
35 |
```
|
36 |
+
For more details on how you can integrate this into your techstack and use notdiamond-0001 to improve quality while reducing latency and cost, check out our [documentation](https://notdiamond.readme.io/docs/introduction).
|