Commit ·
f2c511a
1
Parent(s): 7bd3f6d
Deploy DeepFake Detector API - 2026-04-21 00:36:12
Browse files- data/README.md +11 -15
data/README.md
CHANGED
|
@@ -1,19 +1,15 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
- `./sync-bucket.ps1`
|
| 7 |
-
- automatic pre-deploy sync from `deploy-to-hf.sh`
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
-
Notes:
|
| 16 |
-
|
| 17 |
-
- This folder is optional. If it is empty or missing, deploy still works.
|
| 18 |
-
- Runtime model caching primarily uses `/data/.hf_cache` and `/data/.cache/huggingface` inside the mounted Space volume.
|
| 19 |
-
- Keep secrets out of this folder.
|
|
|
|
| 1 |
+
# Bucket Data
|
| 2 |
|
| 3 |
+
Local staging folder for persistent storage in your HF Space.
|
| 4 |
|
| 5 |
+
**Usage**: Files sync to the Space bucket via `./sync-bucket.sh` (auto-run on deploy).
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
**Optional contents**:
|
| 8 |
+
- `models/` – model artifacts
|
| 9 |
+
- `cache-seed/` – Hugging Face cache seeds
|
| 10 |
+
- `metadata/` – JSON/CSV files for app logic
|
| 11 |
|
| 12 |
+
**Notes**:
|
| 13 |
+
- Folder is optional; empty deploys work fine.
|
| 14 |
+
- Runtime caches go to `/data/.hf_cache` (mounted Space volume).
|
| 15 |
+
- Never commit secrets here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|