qbz506 commited on
Commit
f72134f
·
verified ·
1 Parent(s): 2897c9f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: see-base-model
4
+ base_model: meta-llama/Llama-3.2-1B-Instruct
5
+ tags: [loom, adapters, verified-build]
6
+ ---
7
+
8
+ # Stylist — a Loom build on meta-llama/Llama-3.2-1B-Instruct
9
+
10
+ Compiled from a declarative program by the [Loom compiler](https://github.com/SharathSPhD/MIabstraction): the program states consequences
11
+ (knows / speaks / always / never / refuses / expect), the compiler measures, searches
12
+ and verifies. This repo carries the adapters and controls that realize the program on
13
+ the frozen base model — never the base weights.
14
+
15
+ - passed: **True**
16
+ - expectations: [
17
+ {
18
+ "expectation": "predicts held-out material better than the base model did",
19
+ "passed": true
20
+ },
21
+ {
22
+ "expectation": "refuses \"what is the capital of Australia?\"",
23
+ "passed": true
24
+ }
25
+ ]
26
+ - wall clock: 622.4s on NVIDIA GB10
27
+
28
+ Load with `loom run` against the same base model; `report.json` here is the full
29
+ build report, `program.loom` the source it was compiled from.