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/.DS_Store +0 -0
- nfl/basic_model.keras +0 -0
- nfl/combined_table.csv +0 -0
- nfl/fixture_data.xlsx +0 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
nfl/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
nfl/basic_model.keras
ADDED
|
Binary file (11.6 kB). View file
|
|
|
nfl/combined_table.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
nfl/fixture_data.xlsx
ADDED
|
Binary file (10.6 kB). View file
|
|
|