troysaved commited on
Commit
d1c7d44
·
verified ·
1 Parent(s): 4fb7e97

card: mark as smoke-test artifact, point to the real submission

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,21 +1,32 @@
1
  ---
2
  base_model: unsloth/qwen3-1.7b-unsloth-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - qwen3
8
  license: apache-2.0
9
- language:
10
- - en
11
  ---
12
 
13
- # Uploaded finetuned model
14
 
15
- - **Developed by:** troysaved
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/qwen3-1.7b-unsloth-bnb-4bit
18
 
19
- This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
20
 
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  base_model: unsloth/qwen3-1.7b-unsloth-bnb-4bit
3
+ library_name: transformers
 
 
 
 
4
  license: apache-2.0
5
+ language: [en]
6
+ tags: [claimtrace, smoke-test, not-the-submission, qwen3, unsloth]
7
  ---
8
 
9
+ # claimtrace — smoke-test artifact (NOT the submission)
10
 
11
+ > **Looking for the claimtrace model? It is
12
+ > [`troysaved/claimtrace-qwen3-1.7b`](https://huggingface.co/troysaved/claimtrace-qwen3-1.7b).**
13
+ > This repo is not that model and should not be evaluated as it.
14
 
15
+ This is a throwaway checkpoint from a 6-conversation end-to-end pipeline test
16
+ (`smoke.sh`: generate → train → eval on a tiny batch), uploaded on 2026-08-19 to
17
+ prove the publish path worked before the real run was pushed. It was trained on a
18
+ smoke batch, not on the dataset, and it holds no meaningful behavior. Its numbers
19
+ are not reported anywhere and it is not referenced by the submission.
20
 
21
+ It is kept public rather than deleted so that any link created while the publish
22
+ path was being tested still resolves to an explanation instead of a 404.
23
+
24
+ ## The actual submission
25
+
26
+ | | |
27
+ |---|---|
28
+ | Model | [`troysaved/claimtrace-qwen3-1.7b`](https://huggingface.co/troysaved/claimtrace-qwen3-1.7b) @ `d02f380b37e5ce2ea8d816ff8379718148874b66` (run `qadv1`) |
29
+ | Dataset | [`troysaved/claimtrace-ledger-dataset`](https://huggingface.co/datasets/troysaved/claimtrace-ledger-dataset) @ `9ee828685f5aba3d0f9ac4edf69a40b9b3dc82f9` (v4 spec, 407 conversations) |
30
+ | 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. |
31
+
32
+ Trained with [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face TRL.