Add official GGUF and NVFP4 download links

#4
by Eang - opened
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  library_name: transformers
4
  pipeline_tag: image-text-to-text
5
  base_model: Qwen/Qwen3.6-35B-A3B
 
 
6
  tags:
7
  - agent
8
  - agentic
@@ -30,6 +32,7 @@ tags:
30
  <div align="center" style="line-height: 1;">
31
  <a href="https://accio-lab.github.io/occamy/"><img alt="Project Website" src="https://img.shields.io/badge/Website-Occamy--1.0-087F6A"></a>
32
  <a href="https://huggingface.co/Accio-Lab/Occamy-1.0"><img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Model-Occamy--1.0-FFD21E"></a>
 
33
  <a href="https://github.com/Accio-Lab/Dressage"><img alt="Dressage" src="https://img.shields.io/badge/Training-Dressage-087F6A"></a>
34
  <a href="https://arxiv.org/pdf/2609.11977"><img alt="Technical Report" src="https://img.shields.io/badge/%F0%9F%93%84%20Report-Occamy--1.0-B31B1B"></a>
35
  <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue"></a>
@@ -38,9 +41,20 @@ tags:
38
  <p align="center">
39
  <a href="https://accio-lab.github.io/occamy/">Project Website</a> &nbsp;|&nbsp;
40
  <a href="https://huggingface.co/Accio-Lab/Occamy-1.0">Model Weights</a> &nbsp;|&nbsp;
 
41
  <a href="https://github.com/Accio-Lab/Dressage">Training Framework</a>
42
  </p>
43
 
 
 
 
 
 
 
 
 
 
 
44
  ## 1. Model Introduction
45
 
46
  Occamy-1.0 is a compact agentic model purpose-built for real-world co-work: long-horizon, stateful tasks that require coordinated use of search, code, tools, files, structured APIs, and productivity software. Starting from the post-trained [Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) checkpoint, Occamy concentrates further training on reliable execution, persistent state tracking, recovery, and follow-through rather than relearning general capabilities from scratch.
 
3
  library_name: transformers
4
  pipeline_tag: image-text-to-text
5
  base_model: Qwen/Qwen3.6-35B-A3B
6
+ datasets:
7
+ - Accio-Lab/occamy-data-1.0
8
  tags:
9
  - agent
10
  - agentic
 
32
  <div align="center" style="line-height: 1;">
33
  <a href="https://accio-lab.github.io/occamy/"><img alt="Project Website" src="https://img.shields.io/badge/Website-Occamy--1.0-087F6A"></a>
34
  <a href="https://huggingface.co/Accio-Lab/Occamy-1.0"><img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Model-Occamy--1.0-FFD21E"></a>
35
+ <a href="https://huggingface.co/datasets/Accio-Lab/occamy-data-1.0"><img alt="Dataset" src="https://img.shields.io/badge/%F0%9F%A4%97%20Dataset-occamy--data--1.0-FFD21E"></a>
36
  <a href="https://github.com/Accio-Lab/Dressage"><img alt="Dressage" src="https://img.shields.io/badge/Training-Dressage-087F6A"></a>
37
  <a href="https://arxiv.org/pdf/2609.11977"><img alt="Technical Report" src="https://img.shields.io/badge/%F0%9F%93%84%20Report-Occamy--1.0-B31B1B"></a>
38
  <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue"></a>
 
41
  <p align="center">
42
  <a href="https://accio-lab.github.io/occamy/">Project Website</a> &nbsp;|&nbsp;
43
  <a href="https://huggingface.co/Accio-Lab/Occamy-1.0">Model Weights</a> &nbsp;|&nbsp;
44
+ <a href="https://huggingface.co/datasets/Accio-Lab/occamy-data-1.0">Dataset</a> &nbsp;|&nbsp;
45
  <a href="https://github.com/Accio-Lab/Dressage">Training Framework</a>
46
  </p>
47
 
48
+ ## Available Checkpoints
49
+
50
+ | Format | Repository | Notes |
51
+ |---|---|---|
52
+ | Original BF16 | [Accio-Lab/occamy-1.0](https://huggingface.co/Accio-Lab/occamy-1.0) | Original model weights and configuration. |
53
+ | GGUF | [Accio-Lab/occamy-1.0-GGUF](https://huggingface.co/Accio-Lab/occamy-1.0-GGUF) | Q4_K_M, Q8_0, and the matching F16 vision projector. Normalize text inputs to NFC; see the model card for tokenizer compatibility. |
54
+ | NVFP4 | [Accio-Lab/occamy-1.0-NVFP4](https://huggingface.co/Accio-Lab/occamy-1.0-NVFP4) | Mixed-precision ModelOpt checkpoint with NVFP4 routed experts. See its model card for the tested runtime and hardware requirements. |
55
+
56
+ The quantized releases include bounded regression checks, not a re-run of the full benchmarks below. They do not include MTP weights. FP8 and MTP variants are not listed until released and validated.
57
+
58
  ## 1. Model Introduction
59
 
60
  Occamy-1.0 is a compact agentic model purpose-built for real-world co-work: long-horizon, stateful tasks that require coordinated use of search, code, tools, files, structured APIs, and productivity software. Starting from the post-trained [Qwen3.6-35B-A3B](https://huggingface.co/Qwen/Qwen3.6-35B-A3B) checkpoint, Occamy concentrates further training on reliable execution, persistent state tracking, recovery, and follow-through rather than relearning general capabilities from scratch.