Commit ·
199e475
0
Parent(s):
Duplicate from chromadb/context-1
Browse filesCo-authored-by: Hammad <hammadtime@users.noreply.huggingface.co>
- .gitattributes +37 -0
- .ipynb_checkpoints/config-checkpoint.json +69 -0
- .ipynb_checkpoints/generation_config-checkpoint.json +10 -0
- .ipynb_checkpoints/tokenizer-checkpoint.json +3 -0
- .ipynb_checkpoints/tokenizer_config-checkpoint.json +14 -0
- README.md +73 -0
- chat_template.jinja +315 -0
- config.json +69 -0
- generation_config.json +10 -0
- model.safetensors +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +14 -0
.gitattributes
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
.ipynb_checkpoints/tokenizer-checkpoint.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/config-checkpoint.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GptOssForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": 200002,
|
| 10 |
+
"experts_per_token": 4,
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 2880,
|
| 14 |
+
"initial_context_length": 4096,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 2880,
|
| 17 |
+
"layer_types": [
|
| 18 |
+
"sliding_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"sliding_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"sliding_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"sliding_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"sliding_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"sliding_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"sliding_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"sliding_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"sliding_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"sliding_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"sliding_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"sliding_attention",
|
| 41 |
+
"full_attention"
|
| 42 |
+
],
|
| 43 |
+
"max_position_embeddings": 131072,
|
| 44 |
+
"model_type": "gpt_oss",
|
| 45 |
+
"num_attention_heads": 64,
|
| 46 |
+
"num_experts_per_tok": 4,
|
| 47 |
+
"num_hidden_layers": 24,
|
| 48 |
+
"num_key_value_heads": 8,
|
| 49 |
+
"num_local_experts": 32,
|
| 50 |
+
"output_router_logits": false,
|
| 51 |
+
"pad_token_id": 199999,
|
| 52 |
+
"rms_norm_eps": 1e-05,
|
| 53 |
+
"rope_parameters": {
|
| 54 |
+
"beta_fast": 32.0,
|
| 55 |
+
"beta_slow": 1.0,
|
| 56 |
+
"factor": 32.0,
|
| 57 |
+
"original_max_position_embeddings": 4096,
|
| 58 |
+
"rope_theta": 150000,
|
| 59 |
+
"rope_type": "yarn",
|
| 60 |
+
"truncate": false
|
| 61 |
+
},
|
| 62 |
+
"router_aux_loss_coef": 0.9,
|
| 63 |
+
"sliding_window": 128,
|
| 64 |
+
"swiglu_limit": 7.0,
|
| 65 |
+
"tie_word_embeddings": false,
|
| 66 |
+
"transformers_version": "5.3.0",
|
| 67 |
+
"use_cache": true,
|
| 68 |
+
"vocab_size": 201088
|
| 69 |
+
}
|
.ipynb_checkpoints/generation_config-checkpoint.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 199998,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
200002,
|
| 6 |
+
199999
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 199999,
|
| 9 |
+
"transformers_version": "5.3.0"
|
| 10 |
+
}
|
.ipynb_checkpoints/tokenizer-checkpoint.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3
|
| 3 |
+
size 27868174
|
.ipynb_checkpoints/tokenizer_config-checkpoint.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<|startoftext|>",
|
| 4 |
+
"clean_up_tokenization_spaces": false,
|
| 5 |
+
"eos_token": "<|return|>",
|
| 6 |
+
"is_local": false,
|
| 7 |
+
"model_input_names": [
|
| 8 |
+
"input_ids",
|
| 9 |
+
"attention_mask"
|
| 10 |
+
],
|
| 11 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 12 |
+
"pad_token": "<|endoftext|>",
|
| 13 |
+
"tokenizer_class": "TokenizersBackend"
|
| 14 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- openai/gpt-oss-20b
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Chroma Context-1
|
| 8 |
+
|
| 9 |
+
Context-1 is a 20B parameter agentic search model trained
|
| 10 |
+
to retrieve supporting documents for complex, multi-hop
|
| 11 |
+
queries. It is designed to be used as a retrieval subagent
|
| 12 |
+
alongside a frontier reasoning model: given a query,
|
| 13 |
+
Context-1 decomposes it into subqueries, iteratively
|
| 14 |
+
searches a corpus, and selectively edits its own context
|
| 15 |
+
to free capacity for further exploration.
|
| 16 |
+
|
| 17 |
+
Context-1 achieves retrieval performance comparable to
|
| 18 |
+
frontier LLMs at a fraction of the cost and up to 10x
|
| 19 |
+
faster inference speed.
|
| 20 |
+
|
| 21 |
+
**Technical report:**
|
| 22 |
+
[Chroma Context-1: Training a Self-Editing Search Agent](https://trychroma.com/research/context-1)
|
| 23 |
+
|
| 24 |
+
## Model Details
|
| 25 |
+
|
| 26 |
+
- **Base model:** gpt-oss-20b
|
| 27 |
+
- **Parameters:** 20B (Mixture of Experts)
|
| 28 |
+
- **Training:** SFT + RL (CISPO) with a staged curriculum
|
| 29 |
+
- **Precision:** BF16 (MXFP4 quantized checkpoint coming soon)
|
| 30 |
+
|
| 31 |
+
## Key Capabilities
|
| 32 |
+
|
| 33 |
+
- **Query decomposition:** Breaks complex multi-constraint
|
| 34 |
+
questions into targeted subqueries.
|
| 35 |
+
- **Parallel tool calling:** Averages 2.56 tool calls per
|
| 36 |
+
turn, reducing total turns and end-to-end latency.
|
| 37 |
+
- **Self-editing context:** Selectively prunes irrelevant
|
| 38 |
+
documents mid-search to sustain retrieval quality over
|
| 39 |
+
long horizons within a bounded context window (0.94
|
| 40 |
+
prune accuracy).
|
| 41 |
+
- **Cross-domain generalization:** Trained on web, legal,
|
| 42 |
+
and finance tasks; generalizes to held-out domains and
|
| 43 |
+
public benchmarks (BrowseComp-Plus, SealQA, FRAMES,
|
| 44 |
+
HLE).
|
| 45 |
+
|
| 46 |
+
## Important: Agent Harness Required
|
| 47 |
+
|
| 48 |
+
Context-1 is trained to operate within a specific agent
|
| 49 |
+
harness that manages tool execution, token budgets, context
|
| 50 |
+
pruning, and deduplication. **The harness is not yet
|
| 51 |
+
public.** Running the model without it will not reproduce
|
| 52 |
+
the results reported in the technical report.
|
| 53 |
+
|
| 54 |
+
We plan to release the full agent harness and evaluation
|
| 55 |
+
code soon. In the meantime, the technical report describes
|
| 56 |
+
the harness design in detail.
|
| 57 |
+
|
| 58 |
+
## Citation
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@techreport{bashir2026context1,
|
| 62 |
+
title = {Chroma Context-1: Training a Self-Editing Search Agent},
|
| 63 |
+
author = {Bashir, Hammad and Hong, Kelly and Jiang, Patrick and Shi, Zhiyi},
|
| 64 |
+
year = {2026},
|
| 65 |
+
month = {March},
|
| 66 |
+
institution = {Chroma},
|
| 67 |
+
url = {https://trychroma.com/research/context-1},
|
| 68 |
+
}
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## License
|
| 72 |
+
|
| 73 |
+
Apache 2.0
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,315 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #}
|
| 2 |
+
{#-
|
| 3 |
+
In addition to the normal inputs of `messages` and `tools`, this template also accepts the
|
| 4 |
+
following kwargs:
|
| 5 |
+
- "builtin_tools": A list, can contain "browser" and/or "python".
|
| 6 |
+
- "model_identity": A string that optionally describes the model identity.
|
| 7 |
+
- "reasoning_effort": A string that describes the reasoning effort, defaults to "medium".
|
| 8 |
+
#}
|
| 9 |
+
|
| 10 |
+
{#- Tool Definition Rendering ============================================== #}
|
| 11 |
+
{%- macro render_typescript_type(param_spec, required_params, is_nullable=false) -%}
|
| 12 |
+
{%- if param_spec.type == "array" -%}
|
| 13 |
+
{%- if param_spec['items'] -%}
|
| 14 |
+
{%- if param_spec['items']['type'] == "string" -%}
|
| 15 |
+
{{- "string[]" }}
|
| 16 |
+
{%- elif param_spec['items']['type'] == "number" -%}
|
| 17 |
+
{{- "number[]" }}
|
| 18 |
+
{%- elif param_spec['items']['type'] == "integer" -%}
|
| 19 |
+
{{- "number[]" }}
|
| 20 |
+
{%- elif param_spec['items']['type'] == "boolean" -%}
|
| 21 |
+
{{- "boolean[]" }}
|
| 22 |
+
{%- else -%}
|
| 23 |
+
{%- set inner_type = render_typescript_type(param_spec['items'], required_params) -%}
|
| 24 |
+
{%- if inner_type == "object | object" or inner_type|length > 50 -%}
|
| 25 |
+
{{- "any[]" }}
|
| 26 |
+
{%- else -%}
|
| 27 |
+
{{- inner_type + "[]" }}
|
| 28 |
+
{%- endif -%}
|
| 29 |
+
{%- endif -%}
|
| 30 |
+
{%- if param_spec.nullable -%}
|
| 31 |
+
{{- " | null" }}
|
| 32 |
+
{%- endif -%}
|
| 33 |
+
{%- else -%}
|
| 34 |
+
{{- "any[]" }}
|
| 35 |
+
{%- if param_spec.nullable -%}
|
| 36 |
+
{{- " | null" }}
|
| 37 |
+
{%- endif -%}
|
| 38 |
+
{%- endif -%}
|
| 39 |
+
{%- elif param_spec.type is defined and param_spec.type is iterable and param_spec.type is not string and param_spec.type is not mapping and param_spec.type[0] is defined -%}
|
| 40 |
+
{#- Handle array of types like ["object", "object"] from Union[dict, list] #}
|
| 41 |
+
{%- if param_spec.type | length > 1 -%}
|
| 42 |
+
{{- param_spec.type | join(" | ") }}
|
| 43 |
+
{%- else -%}
|
| 44 |
+
{{- param_spec.type[0] }}
|
| 45 |
+
{%- endif -%}
|
| 46 |
+
{%- elif param_spec.oneOf -%}
|
| 47 |
+
{#- Handle oneOf schemas - check for complex unions and fallback to any #}
|
| 48 |
+
{%- set has_object_variants = false -%}
|
| 49 |
+
{%- for variant in param_spec.oneOf -%}
|
| 50 |
+
{%- if variant.type == "object" -%}
|
| 51 |
+
{%- set has_object_variants = true -%}
|
| 52 |
+
{%- endif -%}
|
| 53 |
+
{%- endfor -%}
|
| 54 |
+
{%- if has_object_variants and param_spec.oneOf|length > 1 -%}
|
| 55 |
+
{{- "any" }}
|
| 56 |
+
{%- else -%}
|
| 57 |
+
{%- for variant in param_spec.oneOf -%}
|
| 58 |
+
{{- render_typescript_type(variant, required_params) -}}
|
| 59 |
+
{%- if variant.description %}
|
| 60 |
+
{{- "// " + variant.description }}
|
| 61 |
+
{%- endif -%}
|
| 62 |
+
{%- if variant.default is defined %}
|
| 63 |
+
{{ "// default: " + variant.default|tojson }}
|
| 64 |
+
{%- endif -%}
|
| 65 |
+
{%- if not loop.last %}
|
| 66 |
+
{{- " | " }}
|
| 67 |
+
{% endif -%}
|
| 68 |
+
{%- endfor -%}
|
| 69 |
+
{%- endif -%}
|
| 70 |
+
{%- elif param_spec.type == "string" -%}
|
| 71 |
+
{%- if param_spec.enum -%}
|
| 72 |
+
{{- '"' + param_spec.enum|join('" | "') + '"' -}}
|
| 73 |
+
{%- else -%}
|
| 74 |
+
{{- "string" }}
|
| 75 |
+
{%- if param_spec.nullable %}
|
| 76 |
+
{{- " | null" }}
|
| 77 |
+
{%- endif -%}
|
| 78 |
+
{%- endif -%}
|
| 79 |
+
{%- elif param_spec.type == "number" -%}
|
| 80 |
+
{{- "number" }}
|
| 81 |
+
{%- elif param_spec.type == "integer" -%}
|
| 82 |
+
{{- "number" }}
|
| 83 |
+
{%- elif param_spec.type == "boolean" -%}
|
| 84 |
+
{{- "boolean" }}
|
| 85 |
+
|
| 86 |
+
{%- elif param_spec.type == "object" -%}
|
| 87 |
+
{%- if param_spec.properties -%}
|
| 88 |
+
{{- "{\n" }}
|
| 89 |
+
{%- for prop_name, prop_spec in param_spec.properties.items() -%}
|
| 90 |
+
{{- prop_name -}}
|
| 91 |
+
{%- if prop_name not in (param_spec.required or []) -%}
|
| 92 |
+
{{- "?" }}
|
| 93 |
+
{%- endif -%}
|
| 94 |
+
{{- ": " }}
|
| 95 |
+
{{ render_typescript_type(prop_spec, param_spec.required or []) }}
|
| 96 |
+
{%- if not loop.last -%}
|
| 97 |
+
{{-", " }}
|
| 98 |
+
{%- endif -%}
|
| 99 |
+
{%- endfor -%}
|
| 100 |
+
{{- "}" }}
|
| 101 |
+
{%- else -%}
|
| 102 |
+
{{- "object" }}
|
| 103 |
+
{%- endif -%}
|
| 104 |
+
{%- else -%}
|
| 105 |
+
{{- "any" }}
|
| 106 |
+
{%- endif -%}
|
| 107 |
+
{%- endmacro -%}
|
| 108 |
+
|
| 109 |
+
{%- macro render_tool_namespace(namespace_name, tools) -%}
|
| 110 |
+
{{- "## " + namespace_name + "\n\n" }}
|
| 111 |
+
{{- "namespace " + namespace_name + " {\n\n" }}
|
| 112 |
+
{%- for tool in tools %}
|
| 113 |
+
{%- set tool = tool.function %}
|
| 114 |
+
{{- "// " + tool.description + "\n" }}
|
| 115 |
+
{{- "type "+ tool.name + " = " }}
|
| 116 |
+
{%- if tool.parameters and tool.parameters.properties -%}
|
| 117 |
+
{{- "(_: " }}
|
| 118 |
+
{{- "{\n" }}
|
| 119 |
+
{%- for param_name, param_spec in tool.parameters.properties.items() %}
|
| 120 |
+
{{- "// " + param_spec.description + "\n" }}
|
| 121 |
+
{{- param_name }}
|
| 122 |
+
{%- if param_name not in (tool.parameters.required or []) -%}
|
| 123 |
+
{{- "?" }}
|
| 124 |
+
{%- endif -%}
|
| 125 |
+
{{- ": " }}
|
| 126 |
+
{{- render_typescript_type(param_spec, tool.parameters.required or []) }}
|
| 127 |
+
{%- if param_spec.default is defined -%}
|
| 128 |
+
{%- if param_spec.enum %}
|
| 129 |
+
{{- ", // default: " + param_spec.default }}
|
| 130 |
+
{%- elif param_spec.oneOf %}
|
| 131 |
+
{{- "// default: " + param_spec.default }}
|
| 132 |
+
{%- else %}
|
| 133 |
+
{{- ", // default: " + param_spec.default|tojson }}
|
| 134 |
+
{%- endif -%}
|
| 135 |
+
{%- endif -%}
|
| 136 |
+
{%- if not loop.last %}
|
| 137 |
+
{{- ",\n" }}
|
| 138 |
+
{%- else %}
|
| 139 |
+
{{- "\n" }}
|
| 140 |
+
{%- endif -%}
|
| 141 |
+
{%- endfor %}
|
| 142 |
+
{{- "}) => any;\n\n" }}
|
| 143 |
+
{%- else -%}
|
| 144 |
+
{{- "() => any;\n\n" }}
|
| 145 |
+
{%- endif -%}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{{- "} // namespace " + namespace_name }}
|
| 148 |
+
{%- endmacro -%}
|
| 149 |
+
|
| 150 |
+
{%- macro render_builtin_tools(browser_tool, python_tool) -%}
|
| 151 |
+
{%- if browser_tool %}
|
| 152 |
+
{{- "## browser\n\n" }}
|
| 153 |
+
{{- "// Tool for browsing.\n" }}
|
| 154 |
+
{{- "// The `cursor` appears in brackets before each browsing display: `[{cursor}]`.\n" }}
|
| 155 |
+
{{- "// Cite information from the tool using the following format:\n" }}
|
| 156 |
+
{{- "// `【{cursor}†L{line_start}(-L{line_end})?】`, for example: `【6†L9-L11】` or `【8†L3】`.\n" }}
|
| 157 |
+
{{- "// Do not quote more than 10 words directly from the tool output.\n" }}
|
| 158 |
+
{{- "// sources=web (default: web)\n" }}
|
| 159 |
+
{{- "namespace browser {\n\n" }}
|
| 160 |
+
{{- "// Searches for information related to `query` and displays `topn` results.\n" }}
|
| 161 |
+
{{- "type search = (_: {\n" }}
|
| 162 |
+
{{- "query: string,\n" }}
|
| 163 |
+
{{- "topn?: number, // default: 10\n" }}
|
| 164 |
+
{{- "source?: string,\n" }}
|
| 165 |
+
{{- "}) => any;\n\n" }}
|
| 166 |
+
{{- "// Opens the link `id` from the page indicated by `cursor` starting at line number `loc`, showing `num_lines` lines.\n" }}
|
| 167 |
+
{{- "// Valid link ids are displayed with the formatting: `【{id}†.*】`.\n" }}
|
| 168 |
+
{{- "// If `cursor` is not provided, the most recent page is implied.\n" }}
|
| 169 |
+
{{- "// If `id` is a string, it is treated as a fully qualified URL associated with `source`.\n" }}
|
| 170 |
+
{{- "// If `loc` is not provided, the viewport will be positioned at the beginning of the document or centered on the most relevant passage, if available.\n" }}
|
| 171 |
+
{{- "// Use this function without `id` to scroll to a new location of an opened page.\n" }}
|
| 172 |
+
{{- "type open = (_: {\n" }}
|
| 173 |
+
{{- "id?: number | string, // default: -1\n" }}
|
| 174 |
+
{{- "cursor?: number, // default: -1\n" }}
|
| 175 |
+
{{- "loc?: number, // default: -1\n" }}
|
| 176 |
+
{{- "num_lines?: number, // default: -1\n" }}
|
| 177 |
+
{{- "view_source?: boolean, // default: false\n" }}
|
| 178 |
+
{{- "source?: string,\n" }}
|
| 179 |
+
{{- "}) => any;\n\n" }}
|
| 180 |
+
{{- "// Finds exact matches of `pattern` in the current page, or the page given by `cursor`.\n" }}
|
| 181 |
+
{{- "type find = (_: {\n" }}
|
| 182 |
+
{{- "pattern: string,\n" }}
|
| 183 |
+
{{- "cursor?: number, // default: -1\n" }}
|
| 184 |
+
{{- "}) => any;\n\n" }}
|
| 185 |
+
{{- "} // namespace browser\n\n" }}
|
| 186 |
+
{%- endif -%}
|
| 187 |
+
|
| 188 |
+
{%- if python_tool %}
|
| 189 |
+
{{- "## python\n\n" }}
|
| 190 |
+
{{- "Use this tool to execute Python code in your chain of thought. The code will not be shown to the user. This tool should be used for internal reasoning, but not for code that is intended to be visible to the user (e.g. when creating plots, tables, or files).\n\n" }}
|
| 191 |
+
{{- "When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 120.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is UNKNOWN. Depends on the cluster.\n\n" }}
|
| 192 |
+
{%- endif -%}
|
| 193 |
+
{%- endmacro -%}
|
| 194 |
+
|
| 195 |
+
{#- System Message Construction ============================================ #}
|
| 196 |
+
{%- macro build_system_message() -%}
|
| 197 |
+
{%- if model_identity is not defined %}
|
| 198 |
+
{{- "You are ChatGPT, a large language model trained by OpenAI.\n" -}}
|
| 199 |
+
{%- else %}
|
| 200 |
+
{{- model_identity }}
|
| 201 |
+
{%- endif %}
|
| 202 |
+
{{- "Knowledge cutoff: 2024-06\n" }}
|
| 203 |
+
{{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
|
| 204 |
+
{%- if reasoning_effort is not defined %}
|
| 205 |
+
{%- set reasoning_effort = "medium" %}
|
| 206 |
+
{%- endif %}
|
| 207 |
+
{{- "Reasoning: " + reasoning_effort + "\n\n" }}
|
| 208 |
+
{%- if builtin_tools is defined %}
|
| 209 |
+
{{- "# Tools\n\n" }}
|
| 210 |
+
{%- set available_builtin_tools = namespace(browser=false, python=false) %}
|
| 211 |
+
{%- for tool in builtin_tools %}
|
| 212 |
+
{%- if tool == "browser" %}
|
| 213 |
+
{%- set available_builtin_tools.browser = true %}
|
| 214 |
+
{%- elif tool == "python" %}
|
| 215 |
+
{%- set available_builtin_tools.python = true %}
|
| 216 |
+
{%- endif %}
|
| 217 |
+
{%- endfor %}
|
| 218 |
+
{{- render_builtin_tools(available_builtin_tools.browser, available_builtin_tools.python) }}
|
| 219 |
+
{%- endif -%}
|
| 220 |
+
{{- "# Valid channels: analysis, commentary, final. Channel must be included for every message." }}
|
| 221 |
+
{%- if tools is defined -%}
|
| 222 |
+
{{- "\nCalls to these tools must go to the commentary channel: 'functions'." }}
|
| 223 |
+
{%- endif -%}
|
| 224 |
+
{%- endmacro -%}
|
| 225 |
+
|
| 226 |
+
{#- Main Template Logic ================================================= #}
|
| 227 |
+
{#- Set defaults #}
|
| 228 |
+
|
| 229 |
+
{#- Render system message #}
|
| 230 |
+
{{- "<|start|>system<|message|>" }}
|
| 231 |
+
{{- build_system_message() }}
|
| 232 |
+
{{- "<|end|>" }}
|
| 233 |
+
|
| 234 |
+
{#- Extract developer message #}
|
| 235 |
+
{%- if messages[0].role == "developer" or messages[0].role == "system" %}
|
| 236 |
+
{%- set developer_message = messages[0].content %}
|
| 237 |
+
{%- set loop_messages = messages[1:] %}
|
| 238 |
+
{%- else %}
|
| 239 |
+
{%- set developer_message = "" %}
|
| 240 |
+
{%- set loop_messages = messages %}
|
| 241 |
+
{%- endif %}
|
| 242 |
+
|
| 243 |
+
{#- Render developer message #}
|
| 244 |
+
{%- if developer_message or tools %}
|
| 245 |
+
{{- "<|start|>developer<|message|>" }}
|
| 246 |
+
{%- if developer_message %}
|
| 247 |
+
{{- "# Instructions\n\n" }}
|
| 248 |
+
{{- developer_message }}
|
| 249 |
+
{%- endif %}
|
| 250 |
+
{%- if tools -%}
|
| 251 |
+
{{- "\n\n" }}
|
| 252 |
+
{{- "# Tools\n\n" }}
|
| 253 |
+
{{- render_tool_namespace("functions", tools) }}
|
| 254 |
+
{%- endif -%}
|
| 255 |
+
{{- "<|end|>" }}
|
| 256 |
+
{%- endif %}
|
| 257 |
+
|
| 258 |
+
{#- Render messages #}
|
| 259 |
+
{%- set last_tool_call = namespace(name=none) %}
|
| 260 |
+
{%- for message in loop_messages -%}
|
| 261 |
+
{#- At this point only assistant/user/tool messages should remain #}
|
| 262 |
+
{%- if message.role == 'assistant' -%}
|
| 263 |
+
{%- if "tool_calls" in message %}
|
| 264 |
+
{#- We assume max 1 tool call per message, and so we infer the tool call name #}
|
| 265 |
+
{#- in "tool" messages from the most recent assistant tool call name #}
|
| 266 |
+
{%- set tool_call = message.tool_calls[0] %}
|
| 267 |
+
{%- if tool_call.function %}
|
| 268 |
+
{%- set tool_call = tool_call.function %}
|
| 269 |
+
{%- endif %}
|
| 270 |
+
{%- if message.content %}
|
| 271 |
+
{{- "<|start|>assistant<|channel|>analysis<|message|>" + message.content + "<|end|>" }}
|
| 272 |
+
{%- endif %}
|
| 273 |
+
{{- "<|start|>assistant to=" }}
|
| 274 |
+
{{- "functions." + tool_call.name + "<|channel|>commentary json<|message|>" }}
|
| 275 |
+
{{- tool_call.arguments|tojson }}
|
| 276 |
+
{{- "<|call|>" }}
|
| 277 |
+
{%- set last_tool_call.name = tool_call.name %}
|
| 278 |
+
{%- elif "thinking" in message and loop.last and not add_generation_prompt %}
|
| 279 |
+
{#- Only render the CoT if the final turn is an assistant turn and add_generation_prompt is false #}
|
| 280 |
+
{#- This is a situation that should only occur in training, never in inference. #}
|
| 281 |
+
{{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }}
|
| 282 |
+
{#- <|return|> indicates the end of generation, but <|end|> does not #}
|
| 283 |
+
{#- <|return|> should never be an input to the model, but we include it as the final token #}
|
| 284 |
+
{#- when training, so the model learns to emit it. #}
|
| 285 |
+
{{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|return|>" }}
|
| 286 |
+
{%- set last_tool_call.name = none %}
|
| 287 |
+
{%- elif "thinking" in message %}
|
| 288 |
+
{#- CoT is dropped during all previous turns, so we never render it for inference #}
|
| 289 |
+
{{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|end|>" }}
|
| 290 |
+
{%- set last_tool_call.name = none %}
|
| 291 |
+
{%- elif loop.last and not add_generation_prompt %}
|
| 292 |
+
{#- <|return|> indicates the end of generation, but <|end|> does not #}
|
| 293 |
+
{#- <|return|> should never be an input to the model, but we include it as the final token #}
|
| 294 |
+
{#- when training, so the model learns to emit it. #}
|
| 295 |
+
{{- "<|start|>assistant<|message|>" + message.content + "<|return|>" }}
|
| 296 |
+
{%- else %}
|
| 297 |
+
{{- "<|start|>assistant<|message|>" + message.content + "<|end|>" }}
|
| 298 |
+
{%- set last_tool_call.name = none %}
|
| 299 |
+
{%- endif %}
|
| 300 |
+
{%- elif message.role == 'tool' -%}
|
| 301 |
+
{%- if last_tool_call.name is none %}
|
| 302 |
+
{{- raise_exception("Message has tool role, but there was no previous assistant message with a tool call!") }}
|
| 303 |
+
{%- endif %}
|
| 304 |
+
{{- "<|start|>functions." + last_tool_call.name }}
|
| 305 |
+
{{- " to=assistant<|channel|>commentary<|message|>" + message.content|tojson + "<|end|>" }}
|
| 306 |
+
{%- else -%}
|
| 307 |
+
{{- "<|start|>user<|message|>" + message.content + "<|end|>" }}
|
| 308 |
+
{%- endif -%}
|
| 309 |
+
{%- endfor -%}
|
| 310 |
+
|
| 311 |
+
{#- Generation prompt #}
|
| 312 |
+
{%- if add_generation_prompt -%}
|
| 313 |
+
<|start|>assistant
|
| 314 |
+
{%- endif -%}
|
| 315 |
+
{# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #}
|
config.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GptOssForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"eos_token_id": 200002,
|
| 10 |
+
"experts_per_token": 4,
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 2880,
|
| 14 |
+
"initial_context_length": 4096,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 2880,
|
| 17 |
+
"layer_types": [
|
| 18 |
+
"sliding_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"sliding_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"sliding_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"sliding_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"sliding_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"sliding_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"sliding_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"sliding_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"sliding_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"sliding_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"sliding_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"sliding_attention",
|
| 41 |
+
"full_attention"
|
| 42 |
+
],
|
| 43 |
+
"max_position_embeddings": 131072,
|
| 44 |
+
"model_type": "gpt_oss",
|
| 45 |
+
"num_attention_heads": 64,
|
| 46 |
+
"num_experts_per_tok": 4,
|
| 47 |
+
"num_hidden_layers": 24,
|
| 48 |
+
"num_key_value_heads": 8,
|
| 49 |
+
"num_local_experts": 32,
|
| 50 |
+
"output_router_logits": false,
|
| 51 |
+
"pad_token_id": 199999,
|
| 52 |
+
"rms_norm_eps": 1e-05,
|
| 53 |
+
"rope_parameters": {
|
| 54 |
+
"beta_fast": 32.0,
|
| 55 |
+
"beta_slow": 1.0,
|
| 56 |
+
"factor": 32.0,
|
| 57 |
+
"original_max_position_embeddings": 4096,
|
| 58 |
+
"rope_theta": 150000,
|
| 59 |
+
"rope_type": "yarn",
|
| 60 |
+
"truncate": false
|
| 61 |
+
},
|
| 62 |
+
"router_aux_loss_coef": 0.9,
|
| 63 |
+
"sliding_window": 128,
|
| 64 |
+
"swiglu_limit": 7.0,
|
| 65 |
+
"tie_word_embeddings": false,
|
| 66 |
+
"transformers_version": "5.3.0",
|
| 67 |
+
"use_cache": true,
|
| 68 |
+
"vocab_size": 201088
|
| 69 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 199998,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
200002,
|
| 6 |
+
199999
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 199999,
|
| 9 |
+
"transformers_version": "5.3.0"
|
| 10 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de907c5fb1c11607c5dfab6dc5f95d7b510cf9ed9f30ea63493fb993a40e656
|
| 3 |
+
size 41829561832
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3
|
| 3 |
+
size 27868174
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<|startoftext|>",
|
| 4 |
+
"clean_up_tokenization_spaces": false,
|
| 5 |
+
"eos_token": "<|return|>",
|
| 6 |
+
"is_local": false,
|
| 7 |
+
"model_input_names": [
|
| 8 |
+
"input_ids",
|
| 9 |
+
"attention_mask"
|
| 10 |
+
],
|
| 11 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 12 |
+
"pad_token": "<|endoftext|>",
|
| 13 |
+
"tokenizer_class": "TokenizersBackend"
|
| 14 |
+
}
|