Instructions to use cypryan77/1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use cypryan77/1 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("cypryan77/1", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,14 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: prueba
|
| 4 |
license_link: LICENSE
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: prueba
|
| 4 |
license_link: LICENSE
|
| 5 |
+
datasets:
|
| 6 |
+
- microsoft/orca-math-word-problems-200k
|
| 7 |
+
- HuggingFaceTB/cosmopedia
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
- code_eval
|
| 11 |
+
library_name: adapter-transformers
|
| 12 |
+
pipeline_tag: text-classification
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
+
---
|