Views
No views yet
Qwen/Qwen3-1.7B.Qwen/Qwen3-1.7BQwen/Qwen3-8B0xZee/dataset-CoT-Advanced-Calculus-268NousResearch/hermes-function-calling-v11from transformers import AutoModelForCausalLM, AutoTokenizer
2
3repo_id = "reaperdoesntknow/DualMind-TKD-Agentic-1.7B"
4
5tokenizer = AutoTokenizer.from_pretrained(repo_id)
6
7model = AutoModelForCausalLM.from_pretrained(
8 repo_id,
9 torch_dtype="auto",
10 device_map="auto",
11)
12Evaluation status
13
14No formal benchmark results are claimed in this release.
15
16The training pipeline includes held-out loss monitoring and qualitative
17generation smoke tests, but external mathematics, function-calling,
18retention, and safety benchmarks should be run before production use.
19
20Limitations
21The source mathematics dataset is small.
22Synthetic or generated reasoning traces may contain incorrect
23derivations or contradictory final answers.
24Function-call formatting does not guarantee correct tool selection.
25External tool outputs must be treated as untrusted input.
26Mathematical replay reduces forgetting but does not prove retention.
27The model has not been established as safe for autonomous,
28high-impact, medical, financial, or legal action.
29License note
30
31The Qwen3-1.7B base model uses Apache-2.0 licensing. The Hermes
32function-calling dataset also declares Apache-2.0.
33
34The advanced-calculus dataset did not expose a clear license declaration
35when this model card was prepared. Consequently, this repository is
36temporarily marked license: other. Confirm the source dataset's reuse
37terms before assigning a more permissive license to this derivative.
38
39Developer
40
41Convergent Intelligence LLC / Reaper
42Hugging Face: reaperdoesntknow
43<!-- cix-keeper-ts:2026-09-23T13:15:33Z -->