Instructions to use bainskarman/WikiClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use bainskarman/WikiClassification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://bainskarman/WikiClassification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,7 @@ language:
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
new_version: bainskarman/WikiClassification
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
new_version: bainskarman/WikiClassification
|
| 7 |
+
datasets:
|
| 8 |
+
- wikimedia/structured-wikipedia
|
| 9 |
+
pipeline_tag: text-classification
|
| 10 |
---
|