You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

The Cohesive Tetrad β€” Instruct Base

Canonical base untuk seluruh model instruksi The Cohesive Tetrad. Repo ini mirror dari [TinyLlama/TinyLlama-1.1B-Chat-v1.0] (Apache-2.0); tidak ada fine-tuning di sini.

  • Tujuan: baseline yang stabil, terbuka, dan tidak bergated untuk varian The Cohesive Tetrad downstream.
  • Format bobot: BF16 safetensors; kompatibel transformers.

Inference API (requests)

Tanpa instalasi; siapkan token HF: export HF_TOKEN=hf_...

import os, requests

API_URL = "https://api-inference.huggingface.co/models/suratkiade/the-cohesive-tetrad-instruct-base"
headers = {"Authorization": f"Bearer {os.environ['HF_TOKEN']}"}

payload = {
  "inputs": "<s>[INST] Jelaskan secara singkat prinsip The Cohesive Tetrad. [/INST]",
  "parameters": {"max_new_tokens": 192, "temperature": 0.2, "top_p": 0.95, "do_sample": False}
}
resp = requests.post(API_URL, headers=headers, json=payload, timeout=60)
print(resp.json())
Downloads last month
15
Safetensors
Model size
1B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ 1 Ask for provider support

Model tree for suratkiade/the-cohesive-tetrad-instruct-v1

Finetuned
(453)
this model