TheDarkniteFalls commited on
Commit
3d7a2bc
·
verified ·
1 Parent(s): 4752ab6

Fix TwIL-LM model card references

Browse files

## Summary
- point the model-card license metadata to this repository's own `LICENSE.md`
- remove a dangling reference to `SDFT_RESULT.md`, which is not present in the repository

## Validation
- parsed the YAML front matter
- verified the corrected license URL resolves successfully
- verified the referenced `SDFT_RESULT.md` path is absent
- ran `git diff --check`

AI assistance: Prepared with OpenAI Codex assistance under human direction.

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: text-generation
6
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
7
  license: other
8
  license_name: webai-non-commercial-license-ver.-1.0
9
- license_link: https://huggingface.co/webAI-Official/webAI-ColVec1-4b/blob/main/LICENSE.md
10
  tags:
11
  - formal-logic
12
  - reasoning
@@ -316,7 +316,7 @@ work — IFEval in fact regressed.
316
 
317
  **Failed consolidation stage.** A post-RL self-distillation round (SDFT) was attempted to
318
  recover held-out capability and made both tracks worse at every budget tried. It is not part of
319
- this model. See the accompanying `SDFT_RESULT.md` in the project repository.
320
 
321
  ## Evaluation protocol
322
 
 
6
  base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct
7
  license: other
8
  license_name: webai-non-commercial-license-ver.-1.0
9
+ license_link: https://huggingface.co/webAI-Official/TwIL-LM/blob/main/LICENSE.md
10
  tags:
11
  - formal-logic
12
  - reasoning
 
316
 
317
  **Failed consolidation stage.** A post-RL self-distillation round (SDFT) was attempted to
318
  recover held-out capability and made both tracks worse at every budget tried. It is not part of
319
+ this model.
320
 
321
  ## Evaluation protocol
322