Instructions to use AofaYu71/LatentSkill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AofaYu71/LatentSkill with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AofaYu71/LatentSkill", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Document model download tracking config
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ Dataset repository: https://huggingface.co/datasets/AofaYu71/LatentSkill
|
|
| 27 |
## Contents
|
| 28 |
|
| 29 |
```text
|
| 30 |
-
config.
|
| 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.
|
| 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.
|
| 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 |
|