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
Remove config yaml tracking file
Browse files- config.yaml +0 -16
config.yaml
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
name: LatentSkill
|
| 2 |
-
repo_type: model
|
| 3 |
-
base_model: Qwen/Qwen3-8B
|
| 4 |
-
checkpoint_format: tar.gz
|
| 5 |
-
loader: https://github.com/yuaofan0-oss/LatentSkill
|
| 6 |
-
download_tracking: >
|
| 7 |
-
This top-level config.yaml is intentionally included as a Hugging Face
|
| 8 |
-
download-statistics query file. It is metadata for the checkpoint bundle,
|
| 9 |
-
not a runtime model configuration.
|
| 10 |
-
artifacts:
|
| 11 |
-
pretrain:
|
| 12 |
-
path: latentskill_pretrain_qwen3_8b/pretrain.tar.gz
|
| 13 |
-
local_extract_dir: checkpoints/latentskill_pretrain_qwen3_8b/pretrain/
|
| 14 |
-
sft:
|
| 15 |
-
path: latentskill_sft_qwen3_8b/train.tar.gz
|
| 16 |
-
local_extract_dir: checkpoints/latentskill_sft_qwen3_8b/train/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|