Instructions to use MichaelErchi/CodeVerifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MichaelErchi/CodeVerifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MichaelErchi/CodeVerifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update anonymous release card
Browse files
README.md
CHANGED
|
@@ -19,8 +19,7 @@ tags:
|
|
| 19 |
<p align="center">
|
| 20 |
<a href="#-why-codeverifier">Why CodeVerifier</a> 路
|
| 21 |
<a href="#-highlights">Highlights</a> 路
|
| 22 |
-
<a href="#-models">Models</a>
|
| 23 |
-
<a href="#-training">Training</a>
|
| 24 |
</p>
|
| 25 |
|
| 26 |
<p align="center">
|
|
@@ -56,9 +55,3 @@ CodeVerifier evaluates a code state and returns a verdict, a brief explanation,
|
|
| 56 |
| CodeVerifier-2B | `2B/` |
|
| 57 |
| CodeVerifier-4B | `4B/` |
|
| 58 |
| CodeVerifier-9B | `9B/` |
|
| 59 |
-
|
| 60 |
-
## 馃殌 Training
|
| 61 |
-
|
| 62 |
-
Training code, configuration templates, and launch scripts are available in the [anonymous training repository][training-repo].
|
| 63 |
-
|
| 64 |
-
[training-repo]: https://anonymous.4open.science/r/CodeVerifier
|
|
|
|
| 19 |
<p align="center">
|
| 20 |
<a href="#-why-codeverifier">Why CodeVerifier</a> 路
|
| 21 |
<a href="#-highlights">Highlights</a> 路
|
| 22 |
+
<a href="#-models">Models</a>
|
|
|
|
| 23 |
</p>
|
| 24 |
|
| 25 |
<p align="center">
|
|
|
|
| 55 |
| CodeVerifier-2B | `2B/` |
|
| 56 |
| CodeVerifier-4B | `4B/` |
|
| 57 |
| CodeVerifier-9B | `9B/` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|