Instructions to use sportstensor/basic_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use sportstensor/basic_model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://sportstensor/basic_model") - Notebooks
- Google Colab
- Kaggle
NFL
Browse files- .DS_Store +0 -0
- nfl/fixture_data.xlsx +0 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
nfl/fixture_data.xlsx
CHANGED
|
Binary files a/nfl/fixture_data.xlsx and b/nfl/fixture_data.xlsx differ
|
|
|