File size: 1,495 Bytes
517024a
1a34d8f
 
 
 
 
 
 
98147fe
 
 
 
1a34d8f
98147fe
 
 
 
 
 
 
1a34d8f
98147fe
 
1a34d8f
 
 
98147fe
 
 
 
1a34d8f
98147fe
 
1a34d8f
517024a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Tuned Tensor</title>
</head>
<body>
  <article>
    <h2>Tuned Tensor</h2>
    <p><strong>Behaviour control infrastructure for open-weight language models.</strong></p>
    <p>Specify behaviour, fine-tune open-weight models, and use evaluation feedback to start the next run.</p>

    <h3>Workflow</h3>
    <ul>
      <li><strong>Specify behaviour:</strong> capture system prompts, guidelines, constraints, examples, and a base model in a structured spec.</li>
      <li><strong>Fine-tune:</strong> compile training data and tune supported open-weight models.</li>
      <li><strong>Evaluate:</strong> score outputs, inspect failures, and catch regressions.</li>
      <li><strong>Iterate:</strong> use run feedback to refine the spec and start the next tuning pass.</li>
    </ul>

    <h3>Get started</h3>
    <pre><code>npm i -g @tuned-tensor/cli
tt init
tt runs start &lt;spec-id&gt;</code></pre>

    <p>
      <a href="https://tunedtensor.com/" target="_blank" rel="noreferrer">Website</a> &middot;
      <a href="https://tunedtensor.com/docs" target="_blank" rel="noreferrer">Docs</a> &middot;
      <a href="https://github.com/tunedtensor/tuned-tensor-cli" target="_blank" rel="noreferrer">CLI</a> &middot;
      <a href="https://tunedtensor.com/skill.md" target="_blank" rel="noreferrer">Agent skill</a>
    </p>
  </article>
</body>
</html>