Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Piloterra/ia-subvention
mlcl-trading
/
ia-subvention
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0d7fb92
ia-subvention
/
model
/
ModelStrategy.py
cd@bziiit.com
Implement model integration strategy and selector for multiple AI models
ea077e1
5 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
from
abc
import
ABC, abstractmethod
class
ModelStrategy
(
ABC
):
@abstractmethod
def
get_model
(
self, model_name
):
pass