Instructions to use ammarnasr/codegen-350M-mono-ruby with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ammarnasr/codegen-350M-mono-ruby with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ammarnasr/codegen-350M-mono-ruby", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +26,8 @@ This model was fine-tuned using LoRa on 1 T4 GPU. The model was trained for 10,0
|
|
| 26 |
## Evaluation results
|
| 27 |
|
| 28 |
We evaluate our models on the MultiPle-E bencchmark. The model achieves 8.9 Pass@10 Rate.
|
|
|
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
## Intended Use and Limitations
|
|
|
|
| 26 |
## Evaluation results
|
| 27 |
|
| 28 |
We evaluate our models on the MultiPle-E bencchmark. The model achieves 8.9 Pass@10 Rate.
|
| 29 |
+

|
| 30 |
+
|
| 31 |
|
| 32 |
|
| 33 |
## Intended Use and Limitations
|