Instructions to use ruc-ai4math/Lean_State_Search_Random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ruc-ai4math/Lean_State_Search_Random with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ruc-ai4math/Lean_State_Search_Random", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library and license information
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card: Assisting Mathematical Formalization with A Learning-based Premise Retriever
|
| 2 |
|
| 3 |
## Model Description
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: question-answering
|
| 3 |
+
library_name: transformers
|
| 4 |
+
license: mit
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# Model Card: Assisting Mathematical Formalization with A Learning-based Premise Retriever
|
| 8 |
|
| 9 |
## Model Description
|