Instructions to use DataMinds/cnn_brain_tumor_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use DataMinds/cnn_brain_tumor_classification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("DataMinds/cnn_brain_tumor_classification") - Notebooks
- Google Colab
- Kaggle
Data Minds commited on
Commit ·
f1518e2
1
Parent(s): 39a43e5
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,5 +10,5 @@
|
|
| 10 |
"label2id": {
|
| 11 |
"No": 0,
|
| 12 |
"Yes": 1
|
| 13 |
-
}
|
| 14 |
}
|
|
|
|
| 10 |
"label2id": {
|
| 11 |
"No": 0,
|
| 12 |
"Yes": 1
|
| 13 |
+
}
|
| 14 |
}
|