HarnesS-1 (Paper coming soon)

Code: https://github.com/pat-jj/harness-1

This repository contains the full merged HarnesS-1 release checkpoint. The model is merged into the openai/gpt-oss-20b base model and saved as standard Hugging Face safetensors shards.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "pat-jj/harness-1"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", torch_dtype="auto")
Downloads last month
139
Safetensors
Model size
21B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pat-jj/harness-1

Finetuned
(510)
this model