Upload MLflow model from run dfc1cff642694839b465c26137732e96
Browse files- MLmodel +22 -0
- conda.yaml +27 -0
- data/model.pth +3 -0
- data/pickle_module_info.txt +1 -0
- metadata/MLmodel +22 -0
- metadata/conda.yaml +27 -0
- metadata/python_env.yaml +7 -0
- metadata/requirements.txt +20 -0
- python_env.yaml +7 -0
- requirements.txt +20 -0
MLmodel
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
artifact_path: model
|
| 2 |
+
databricks_runtime: '15.4'
|
| 3 |
+
flavors:
|
| 4 |
+
python_function:
|
| 5 |
+
config:
|
| 6 |
+
device: null
|
| 7 |
+
data: data
|
| 8 |
+
env:
|
| 9 |
+
conda: conda.yaml
|
| 10 |
+
virtualenv: python_env.yaml
|
| 11 |
+
loader_module: mlflow.pytorch
|
| 12 |
+
pickle_module_name: mlflow.pytorch.pickle_module
|
| 13 |
+
python_version: 3.11.11
|
| 14 |
+
pytorch:
|
| 15 |
+
code: null
|
| 16 |
+
model_data: data
|
| 17 |
+
pytorch_version: 2.3.1+cu121
|
| 18 |
+
mlflow_version: 2.19.0
|
| 19 |
+
model_size_bytes: 438050522
|
| 20 |
+
model_uuid: bfa70106a5064d9d91805b629119c71b
|
| 21 |
+
run_id: 6793ce2c02ac448ab7c82009f2ee6f7f
|
| 22 |
+
utc_time_created: '2025-07-26 14:02:07.351834'
|
conda.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
channels:
|
| 2 |
+
- conda-forge
|
| 3 |
+
dependencies:
|
| 4 |
+
- python=3.11.11
|
| 5 |
+
- pip<=23.2.1
|
| 6 |
+
- pip:
|
| 7 |
+
- mlflow==2.19.0
|
| 8 |
+
- accelerate==1.9.0
|
| 9 |
+
- boto3==1.34.39
|
| 10 |
+
- cloudpickle==2.2.1
|
| 11 |
+
- configparser==5.2.0
|
| 12 |
+
- defusedxml==0.7.1
|
| 13 |
+
- dill==0.3.6
|
| 14 |
+
- flash-attn==2.5.9.post1
|
| 15 |
+
- google-cloud-storage==2.10.0
|
| 16 |
+
- ipython==8.15.0
|
| 17 |
+
- lz4==4.3.2
|
| 18 |
+
- numpy==1.23.5
|
| 19 |
+
- nvidia-ml-py==12.555.43
|
| 20 |
+
- pandas==1.5.3
|
| 21 |
+
- pyopenssl==23.2.0
|
| 22 |
+
- scikit-learn==1.3.0
|
| 23 |
+
- tf-keras==2.16.0
|
| 24 |
+
- torch==2.3.1
|
| 25 |
+
- torchvision==0.18.1
|
| 26 |
+
- transformers==4.53.3
|
| 27 |
+
name: mlflow-env
|
data/model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ec5b8b43c8f2187b3c17c40fa88b17bfe226e0c98a3c4a126f33070840e2ead
|
| 3 |
+
size 438050494
|
data/pickle_module_info.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
mlflow.pytorch.pickle_module
|
metadata/MLmodel
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
artifact_path: model
|
| 2 |
+
databricks_runtime: '15.4'
|
| 3 |
+
flavors:
|
| 4 |
+
python_function:
|
| 5 |
+
config:
|
| 6 |
+
device: null
|
| 7 |
+
data: data
|
| 8 |
+
env:
|
| 9 |
+
conda: conda.yaml
|
| 10 |
+
virtualenv: python_env.yaml
|
| 11 |
+
loader_module: mlflow.pytorch
|
| 12 |
+
pickle_module_name: mlflow.pytorch.pickle_module
|
| 13 |
+
python_version: 3.11.11
|
| 14 |
+
pytorch:
|
| 15 |
+
code: null
|
| 16 |
+
model_data: data
|
| 17 |
+
pytorch_version: 2.3.1+cu121
|
| 18 |
+
mlflow_version: 2.19.0
|
| 19 |
+
model_size_bytes: 438050522
|
| 20 |
+
model_uuid: bfa70106a5064d9d91805b629119c71b
|
| 21 |
+
run_id: 6793ce2c02ac448ab7c82009f2ee6f7f
|
| 22 |
+
utc_time_created: '2025-07-26 14:02:07.351834'
|
metadata/conda.yaml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
channels:
|
| 2 |
+
- conda-forge
|
| 3 |
+
dependencies:
|
| 4 |
+
- python=3.11.11
|
| 5 |
+
- pip<=23.2.1
|
| 6 |
+
- pip:
|
| 7 |
+
- mlflow==2.19.0
|
| 8 |
+
- accelerate==1.9.0
|
| 9 |
+
- boto3==1.34.39
|
| 10 |
+
- cloudpickle==2.2.1
|
| 11 |
+
- configparser==5.2.0
|
| 12 |
+
- defusedxml==0.7.1
|
| 13 |
+
- dill==0.3.6
|
| 14 |
+
- flash-attn==2.5.9.post1
|
| 15 |
+
- google-cloud-storage==2.10.0
|
| 16 |
+
- ipython==8.15.0
|
| 17 |
+
- lz4==4.3.2
|
| 18 |
+
- numpy==1.23.5
|
| 19 |
+
- nvidia-ml-py==12.555.43
|
| 20 |
+
- pandas==1.5.3
|
| 21 |
+
- pyopenssl==23.2.0
|
| 22 |
+
- scikit-learn==1.3.0
|
| 23 |
+
- tf-keras==2.16.0
|
| 24 |
+
- torch==2.3.1
|
| 25 |
+
- torchvision==0.18.1
|
| 26 |
+
- transformers==4.53.3
|
| 27 |
+
name: mlflow-env
|
metadata/python_env.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python: 3.11.11
|
| 2 |
+
build_dependencies:
|
| 3 |
+
- pip==23.2.1
|
| 4 |
+
- setuptools==68.0.0
|
| 5 |
+
- wheel==0.38.4
|
| 6 |
+
dependencies:
|
| 7 |
+
- -r requirements.txt
|
metadata/requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mlflow==2.19.0
|
| 2 |
+
accelerate==1.9.0
|
| 3 |
+
boto3==1.34.39
|
| 4 |
+
cloudpickle==2.2.1
|
| 5 |
+
configparser==5.2.0
|
| 6 |
+
defusedxml==0.7.1
|
| 7 |
+
dill==0.3.6
|
| 8 |
+
flash-attn==2.5.9.post1
|
| 9 |
+
google-cloud-storage==2.10.0
|
| 10 |
+
ipython==8.15.0
|
| 11 |
+
lz4==4.3.2
|
| 12 |
+
numpy==1.23.5
|
| 13 |
+
nvidia-ml-py==12.555.43
|
| 14 |
+
pandas==1.5.3
|
| 15 |
+
pyopenssl==23.2.0
|
| 16 |
+
scikit-learn==1.3.0
|
| 17 |
+
tf-keras==2.16.0
|
| 18 |
+
torch==2.3.1
|
| 19 |
+
torchvision==0.18.1
|
| 20 |
+
transformers==4.53.3
|
python_env.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python: 3.11.11
|
| 2 |
+
build_dependencies:
|
| 3 |
+
- pip==23.2.1
|
| 4 |
+
- setuptools==68.0.0
|
| 5 |
+
- wheel==0.38.4
|
| 6 |
+
dependencies:
|
| 7 |
+
- -r requirements.txt
|
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mlflow==2.19.0
|
| 2 |
+
accelerate==1.9.0
|
| 3 |
+
boto3==1.34.39
|
| 4 |
+
cloudpickle==2.2.1
|
| 5 |
+
configparser==5.2.0
|
| 6 |
+
defusedxml==0.7.1
|
| 7 |
+
dill==0.3.6
|
| 8 |
+
flash-attn==2.5.9.post1
|
| 9 |
+
google-cloud-storage==2.10.0
|
| 10 |
+
ipython==8.15.0
|
| 11 |
+
lz4==4.3.2
|
| 12 |
+
numpy==1.23.5
|
| 13 |
+
nvidia-ml-py==12.555.43
|
| 14 |
+
pandas==1.5.3
|
| 15 |
+
pyopenssl==23.2.0
|
| 16 |
+
scikit-learn==1.3.0
|
| 17 |
+
tf-keras==2.16.0
|
| 18 |
+
torch==2.3.1
|
| 19 |
+
torchvision==0.18.1
|
| 20 |
+
transformers==4.53.3
|