Instructions to use bala1524/Drug_Comb_Pre_Mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use bala1524/Drug_Comb_Pre_Mistral with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://bala1524/Drug_Comb_Pre_Mistral") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,9 @@ tags:
|
|
| 6 |
- biology
|
| 7 |
- medical
|
| 8 |
pipeline_tag: conversational
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 6 |
- biology
|
| 7 |
- medical
|
| 8 |
pipeline_tag: conversational
|
| 9 |
+
datasets:
|
| 10 |
+
- CohereForAI/aya_collection
|
| 11 |
+
metrics:
|
| 12 |
+
- chrf
|
| 13 |
+
library_name: keras
|
| 14 |
---
|