Commit ·
ca470dd
1
Parent(s): b3db492
Remove binary model files and update gitignore for Hugging Face deployment
Browse files- .gitignore +5 -3
.gitignore
CHANGED
|
@@ -18,9 +18,11 @@ mlruns/
|
|
| 18 |
mlartifacts/
|
| 19 |
mlflow.db
|
| 20 |
|
| 21 |
-
# Model artifacts
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
| 24 |
|
| 25 |
# OS
|
| 26 |
.DS_Store
|
|
|
|
| 18 |
mlartifacts/
|
| 19 |
mlflow.db
|
| 20 |
|
| 21 |
+
# Model artifacts - exclude all binary model files for HF deployment
|
| 22 |
+
trained_models/*.pkl
|
| 23 |
+
models/*.pkl
|
| 24 |
+
models/*.pt
|
| 25 |
+
models/*.backup
|
| 26 |
|
| 27 |
# OS
|
| 28 |
.DS_Store
|