Blue2Giant commited on
Commit
ee7753e
·
verified ·
1 Parent(s): 32d5845

Upload HF checklist

Browse files
Files changed (1) hide show
  1. cref_sref/HF_UPLOAD_CHECKLIST.md +104 -0
cref_sref/HF_UPLOAD_CHECKLIST.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # HF Upload Checklist
2
+
3
+ This checklist is for uploading `/mnt/jfs/vgo_hf_exports/0426_lora_triplet_normalized` to Hugging Face.
4
+
5
+ Recommended repository layout:
6
+
7
+ - repository root: `README.md`
8
+ - dataset payload: `cref_sref/`
9
+
10
+ ## Export Status
11
+
12
+ All three source exports completed successfully.
13
+
14
+ - `qwen`: `33,582 / 33,582` sequences
15
+ - `flux`: `273,682 / 273,682` sequences
16
+ - `illustrious`: `172,589 / 172,589` sequences
17
+
18
+ ## Files To Upload
19
+
20
+ Required:
21
+
22
+ - `README.md`
23
+ - `cref_sref/HF_UPLOAD_CHECKLIST.md`
24
+ - `cref_sref/README.md`
25
+ - `cref_sref/qwen/`
26
+ - `cref_sref/flux/`
27
+ - `cref_sref/illustrious/`
28
+
29
+ Do not upload:
30
+
31
+ - `logs/`
32
+
33
+ Inside each source directory under `cref_sref/`, keep:
34
+
35
+ - `README.md`
36
+ - `summary.json`
37
+ - `triplets.csv`
38
+ - `content_images.csv`
39
+ - `style_images.csv`
40
+ - `target_images.csv`
41
+ - `images/`
42
+
43
+ ## Internal State
44
+
45
+ `_state/` is not required for ordinary dataset use.
46
+
47
+ You have two valid choices:
48
+
49
+ 1. Keep `_state/` in the upload if you want resume/debug provenance bundled with the release.
50
+ 2. Exclude `_state/` from the upload if you want a cleaner consumer-facing dataset layout.
51
+
52
+ Recommended:
53
+
54
+ - Keep `_state/` in the backup/archive copy.
55
+ - Exclude `_state/` from the public Hugging Face dataset unless you explicitly want to expose internal resume state.
56
+ - Exclude top-level `logs/` from the public Hugging Face dataset.
57
+
58
+ ## Pre-Upload Sanity Checks
59
+
60
+ - `triplets.csv` row count matches `summary.json.exported_sequences`
61
+ - `content_images.csv` row count matches `summary.json.unique_content_images`
62
+ - `style_images.csv` row count matches `summary.json.unique_style_images`
63
+ - `target_images.csv` row count matches `summary.json.unique_target_images`
64
+ - each source `summary.json` exists
65
+ - each source `README.md` exists
66
+ - image files are present under `images/content`, `images/style`, `images/target`
67
+
68
+ ## Consumer Guidance
69
+
70
+ Tell users to start from:
71
+
72
+ - source-level `README.md`
73
+ - `triplets.csv`
74
+
75
+ Tell users that:
76
+
77
+ - `triplets.csv` is sequence-level
78
+ - `*_images.csv` files are deduplicated image-level metadata
79
+ - image paths inside `triplets.csv` are relative to the source directory
80
+ - `original_path` and prompt recovery fields are best-effort provenance, not guaranteed for every row
81
+
82
+ ## Match Coverage Notes
83
+
84
+ The dataset intentionally keeps unmatched rows rather than forcing incorrect provenance.
85
+
86
+ Expected status values include:
87
+
88
+ - `match_status=matched`
89
+ - `match_status=unmatched`
90
+ - `match_status=ambiguous`
91
+ - `match_status=no_candidates`
92
+
93
+ Expected prompt states include:
94
+
95
+ - `prompt_status=resolved`
96
+ - `prompt_status=unmatched_original`
97
+ - `prompt_status=missing_prompt_payload`
98
+ - `prompt_status=missing_prompt_entry`
99
+
100
+ ## Suggested Public Description
101
+
102
+ Suggested short description:
103
+
104
+ > Normalized lora-triplet training export from the 0426 cref/sref diffusion configuration, with deduplicated images, sequence-level triplets, and best-effort original prompt provenance.