Instructions to use kaiyuy/ct2-leandojo-lean4-retriever-byt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kaiyuy/ct2-leandojo-lean4-retriever-byt5-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kaiyuy/ct2-leandojo-lean4-retriever-byt5-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
Tactic generation model in CT2 format, generated by [this Python script](https://github.com/lean-dojo/LeanCopilot/blob/main/scripts/
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
Tactic generation model in CT2 format, generated by [this Python script](https://github.com/lean-dojo/LeanCopilot/blob/main/scripts/convert_t5encoder_to_ct2.py).
|