Upload MLmodel with huggingface_hub
Browse files
MLmodel
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flavors:
|
| 2 |
+
python_function:
|
| 3 |
+
cloudpickle_version: 3.1.2
|
| 4 |
+
code: null
|
| 5 |
+
env:
|
| 6 |
+
conda: conda.yaml
|
| 7 |
+
virtualenv: python_env.yaml
|
| 8 |
+
loader_module: mlflow.pyfunc.model
|
| 9 |
+
python_model: python_model.pkl
|
| 10 |
+
python_version: 3.12.3
|
| 11 |
+
streamable: false
|
| 12 |
+
mlflow_version: 3.10.1
|
| 13 |
+
model_id: null
|
| 14 |
+
model_size_bytes: 1433
|
| 15 |
+
model_uuid: 3bd6d80abc2d49bb9561f681e0e769f3
|
| 16 |
+
prompts: null
|
| 17 |
+
utc_time_created: '2026-03-06 17:03:54.714996'
|