Instructions to use levsol101/Medics-24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use levsol101/Medics-24 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("levsol101/Medics-24", set_active=True) - Notebooks
- Google Colab
- Kaggle
Medics.h
#1
by levsol101 - opened
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- fka/awesome-chatgpt-prompts
|
| 5 |
+
language:
|
| 6 |
+
- af
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- deepseek-ai/DeepSeek-V3
|
| 11 |
+
new_version: deepseek-ai/DeepSeek-V3
|
| 12 |
+
pipeline_tag: token-classification
|
| 13 |
+
library_name: adapter-transformers
|
| 14 |
+
tags:
|
| 15 |
+
- biology
|
| 16 |
+
---
|