Instructions to use levikvasko/bg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use levikvasko/bg with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("levikvasko/bg", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,9 @@ base_model:
|
|
| 7 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 8 |
new_version: Qwen/Qwen2.5-Coder-32B-Instruct
|
| 9 |
library_name: adapter-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
| 7 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 8 |
new_version: Qwen/Qwen2.5-Coder-32B-Instruct
|
| 9 |
library_name: adapter-transformers
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
+
- code_eval
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
---
|