AofaYu71 commited on
Commit
a4a4c81
·
verified ·
1 Parent(s): c9df20e

Document model download tracking config

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,7 +27,7 @@ Dataset repository: https://huggingface.co/datasets/AofaYu71/LatentSkill
27
  ## Contents
28
 
29
  ```text
30
- config.yaml
31
  latentskill_pretrain_qwen3_8b/
32
  pretrain.tar.gz
33
  latentskill_sft_qwen3_8b/
@@ -49,7 +49,7 @@ From the root of the code repository:
49
  hf download AofaYu71/LatentSkill \
50
  --repo-type model \
51
  --local-dir checkpoints \
52
- --include "config.yaml" \
53
  "latentskill_pretrain_qwen3_8b/pretrain.tar.gz" \
54
  "latentskill_sft_qwen3_8b/train.tar.gz"
55
 
@@ -68,7 +68,7 @@ The checkpoints are not standalone conversational models. Please load them throu
68
 
69
  ## Download Statistics
70
 
71
- The repository includes a top-level `config.yaml` metadata file so Hugging Face can count model downloads through its default model download-statistics query files. The file is included in the download command above and is not used as a runtime model configuration.
72
 
73
  ## Citation
74
 
 
27
  ## Contents
28
 
29
  ```text
30
+ config.json
31
  latentskill_pretrain_qwen3_8b/
32
  pretrain.tar.gz
33
  latentskill_sft_qwen3_8b/
 
49
  hf download AofaYu71/LatentSkill \
50
  --repo-type model \
51
  --local-dir checkpoints \
52
+ --include "config.json" \
53
  "latentskill_pretrain_qwen3_8b/pretrain.tar.gz" \
54
  "latentskill_sft_qwen3_8b/train.tar.gz"
55
 
 
68
 
69
  ## Download Statistics
70
 
71
+ The repository includes a top-level `config.json` metadata file so Hugging Face can count model downloads through the model download-statistics query file. The file is included in the download command above and is not used as a standalone Transformers runtime configuration.
72
 
73
  ## Citation
74