Commit ·
dc9215a
1
Parent(s): e8ac99f
delete files
Browse files- MLmodel +0 -19
- README.md +0 -3
- conda.yaml +0 -13
- config.json +0 -9
- model.joblib +0 -3
- model.pkl +0 -3
- python_env.yaml +0 -7
- requirements.txt +0 -6
MLmodel
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
flavors:
|
| 2 |
-
python_function:
|
| 3 |
-
env:
|
| 4 |
-
conda: conda.yaml
|
| 5 |
-
virtualenv: python_env.yaml
|
| 6 |
-
loader_module: mlflow.sklearn
|
| 7 |
-
model_path: model.pkl
|
| 8 |
-
predict_fn: predict
|
| 9 |
-
python_version: 3.12.10
|
| 10 |
-
sklearn:
|
| 11 |
-
code: null
|
| 12 |
-
pickled_model: model.pkl
|
| 13 |
-
serialization_format: cloudpickle
|
| 14 |
-
sklearn_version: 1.6.1
|
| 15 |
-
mlflow_version: 2.21.3
|
| 16 |
-
model_size_bytes: 3741927
|
| 17 |
-
model_uuid: a887f8b49e324900b1b0a001edfe16c4
|
| 18 |
-
prompts: null
|
| 19 |
-
utc_time_created: '2025-04-11 06:05:26.098584'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
# My Dummy Transformer Model
|
| 2 |
-
|
| 3 |
-
This is a dummy transformer model for demonstration purposes. It is intended to show how adding a config file and a model card can trigger the Hugging Face Hub to display the 'Use this transformer' label.
|
|
|
|
|
|
|
|
|
|
|
|
conda.yaml
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
channels:
|
| 2 |
-
- conda-forge
|
| 3 |
-
dependencies:
|
| 4 |
-
- python=3.12.10
|
| 5 |
-
- pip<=25.0.1
|
| 6 |
-
- pip:
|
| 7 |
-
- mlflow==2.21.3
|
| 8 |
-
- cloudpickle==3.1.1
|
| 9 |
-
- numpy==2.2.4
|
| 10 |
-
- pandas==2.2.3
|
| 11 |
-
- scikit-learn==1.6.1
|
| 12 |
-
- scipy==1.15.2
|
| 13 |
-
name: mlflow-env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"MyDummyTransformer"
|
| 4 |
-
],
|
| 5 |
-
"model_type": "bert",
|
| 6 |
-
"tokenizer_class": "BertTokenizer",
|
| 7 |
-
"version": "1.0",
|
| 8 |
-
"name_or_path": "trungngnthanh/mlops-project"
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.joblib
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d358b496d8c186c1ca49437570f97c2085bb46bf2d7b7467af504b121c9a1544
|
| 3 |
-
size 1494393
|
|
|
|
|
|
|
|
|
|
|
|
model.pkl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71b13e01d944f0cbd52f1adffeff12a88ef6ce2ba14419251c4a09012b78cf40
|
| 3 |
-
size 3741927
|
|
|
|
|
|
|
|
|
|
|
|
python_env.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
python: 3.12.10
|
| 2 |
-
build_dependencies:
|
| 3 |
-
- pip==25.0.1
|
| 4 |
-
- setuptools
|
| 5 |
-
- wheel
|
| 6 |
-
dependencies:
|
| 7 |
-
- -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
mlflow==2.21.3
|
| 2 |
-
cloudpickle==3.1.1
|
| 3 |
-
numpy==2.2.4
|
| 4 |
-
pandas==2.2.3
|
| 5 |
-
scikit-learn==1.6.1
|
| 6 |
-
scipy==1.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|