File size: 1,057 Bytes
4140532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Hugging Face Publishing

## Recommended Split

### Option 1: Code Repo Only

Publish this repository as the harness source and keep weights elsewhere.

Best for:

- auditability
- open-source orchestration
- reproducible local verification loops

### Option 2: Separate Model Repo

Store GGUF or safetensors weights in a dedicated Hugging Face model repository.

Best for:

- large artifacts
- cleaner LFS separation
- versioned checkpoints

### Option 3: Space Repo

Use a Hugging Face Space for interactive theorem verification demos.

Best for:

- operator-facing UI
- public demos
- benchmark explorer

## Pre-Publish Checklist

- replace placeholder model IDs
- pin Docker image tags and Lean toolchain versions
- confirm license for model weights
- add real benchmark metadata
- scrub local absolute paths
- add reproducible example commands
- decide whether to publish Granite, Llemma, or both as supported backends

## Files Already Added For HF Readiness

- `.gitattributes`
- `hf/README.md`
- code/infra split suitable for model companion repos