Instructions to use talhajaved/cryptomodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use talhajaved/cryptomodel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://talhajaved/cryptomodel") - Notebooks
- Google Colab
- Kaggle
Commit ·
109d866
1
Parent(s): f3f1d9b
Another model card edit
Browse files
README.md
CHANGED
|
@@ -3,6 +3,6 @@ license: mit
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
library_name: keras
|
| 6 |
-
pipeline_tag:
|
| 7 |
---
|
| 8 |
Simple NN that takes in 27 parameters related to a cryptocurrency and classifies the datapoint as 0 OR 1.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
library_name: keras
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
---
|
| 8 |
Simple NN that takes in 27 parameters related to a cryptocurrency and classifies the datapoint as 0 OR 1.
|