claimtrace-smoke / README.md
troysaved's picture
card: mark as smoke-test artifact, point to the real submission
d1c7d44 verified
|
Raw
History Blame Contribute Delete
1.67 kB
---
base_model: unsloth/qwen3-1.7b-unsloth-bnb-4bit
library_name: transformers
license: apache-2.0
language: [en]
tags: [claimtrace, smoke-test, not-the-submission, qwen3, unsloth]
---
# claimtrace — smoke-test artifact (NOT the submission)
> **Looking for the claimtrace model? It is
> [`troysaved/claimtrace-qwen3-1.7b`](https://huggingface.co/troysaved/claimtrace-qwen3-1.7b).**
> This repo is not that model and should not be evaluated as it.
This is a throwaway checkpoint from a 6-conversation end-to-end pipeline test
(`smoke.sh`: generate → train → eval on a tiny batch), uploaded on 2026-08-19 to
prove the publish path worked before the real run was pushed. It was trained on a
smoke batch, not on the dataset, and it holds no meaningful behavior. Its numbers
are not reported anywhere and it is not referenced by the submission.
It is kept public rather than deleted so that any link created while the publish
path was being tested still resolves to an explanation instead of a 404.
## The actual submission
| | |
|---|---|
| Model | [`troysaved/claimtrace-qwen3-1.7b`](https://huggingface.co/troysaved/claimtrace-qwen3-1.7b) @ `d02f380b37e5ce2ea8d816ff8379718148874b66` (run `qadv1`) |
| Dataset | [`troysaved/claimtrace-ledger-dataset`](https://huggingface.co/datasets/troysaved/claimtrace-ledger-dataset) @ `9ee828685f5aba3d0f9ac4edf69a40b9b3dc82f9` (v4 spec, 407 conversations) |
| Behavior | A tutoring model that keeps a claim-provenance ledger: an item enters `KNOWN` only after the learner demonstrates it; a self-report is `CLAIMED`, however plausible. |
Trained with [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face TRL.