gcoderw commited on
Commit
331efd2
·
verified ·
1 Parent(s): c85bf8a

Add AIST-87M release manifest

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. manifest.json +58 -0
README.md CHANGED
@@ -142,6 +142,7 @@ The audio encoder in this artifact is the merged native checkpoint:
142
  |---|---|
143
  | `AIST-87M.safetensors` | Self-contained release artifact |
144
  | `aist_81m_raw_mn20_lora.yaml` | Training recipe for the source run |
 
145
  | `parameter_breakdown.json` | Exact parameter accounting |
146
  | `aist87m_memory_slice_release_report.md` | Human-memory slice report |
147
  | `aist87m_memory_slice_release_report.json` | Machine-readable evaluation summary |
 
142
  |---|---|
143
  | `AIST-87M.safetensors` | Self-contained release artifact |
144
  | `aist_81m_raw_mn20_lora.yaml` | Training recipe for the source run |
145
+ | `manifest.json` | Release manifest with checksums and eval coverage |
146
  | `parameter_breakdown.json` | Exact parameter accounting |
147
  | `aist87m_memory_slice_release_report.md` | Human-memory slice report |
148
  | `aist87m_memory_slice_release_report.json` | Machine-readable evaluation summary |
manifest.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "AIST-87M",
3
+ "repo_id": "augmem/AIST-87M",
4
+ "release_type": "safetensors",
5
+ "license": "apache-2.0",
6
+ "parameter_count": 87118774,
7
+ "modalities": ["audio", "image", "speech", "text"],
8
+ "output_dim": 1280,
9
+ "matryoshka_slices": [1280, 768, 512, 256, 128],
10
+ "audio_encoder": {
11
+ "name": "efficientat_mn20_as_native_merged",
12
+ "checkpoint": "triembed/checkpoints/mn20_native_merged_aistmix_audioheavy100k175k175k_continue_from_balanced_20260426T143137Z/latest_model.pt",
13
+ "merged_lora_source": "triembed/checkpoints/mn20_native_lora_aistmix_audioheavy100k175k175k_continue_from_balanced_20260426T143137Z/latest_model.pt",
14
+ "runtime_lora_required": false
15
+ },
16
+ "source_checkpoint": "triembed/checkpoints/aist81m_raw1280_mn20_lora_teacher_20260502T001744Z/best_model.pt",
17
+ "evaluation": {
18
+ "scope": "human-memory-slice",
19
+ "completed_tasks_per_dim": {
20
+ "1280": 8,
21
+ "768": 8,
22
+ "512": 8
23
+ },
24
+ "exception_count_per_dim": {
25
+ "1280": 0,
26
+ "768": 0,
27
+ "512": 0
28
+ },
29
+ "report": "aist87m_memory_slice_release_report.json"
30
+ },
31
+ "files": [
32
+ {
33
+ "path": "AIST-87M.safetensors",
34
+ "size_bytes": 348855664,
35
+ "sha256": "c93839ee0875e75b4dbb91ff510bb736122d666631f50902f6e587f158ebd7ec"
36
+ },
37
+ {
38
+ "path": "aist_81m_raw_mn20_lora.yaml",
39
+ "size_bytes": 1316,
40
+ "sha256": "f2a12e8664edac6e3180b08d49842ea38a1c5dbbe65284e79db785590b1f398e"
41
+ },
42
+ {
43
+ "path": "parameter_breakdown.json",
44
+ "size_bytes": 243,
45
+ "sha256": "67155cbd085d09c7a450fffc9cf66ee984e32e1d910bf26be58eac057e7e8e73"
46
+ },
47
+ {
48
+ "path": "aist87m_memory_slice_release_report.md",
49
+ "size_bytes": 5282,
50
+ "sha256": "a2f7dc6bd68d079d3655d5a2b083ecc0f26fb6a5041ea89a9835465045f86b42"
51
+ },
52
+ {
53
+ "path": "aist87m_memory_slice_release_report.json",
54
+ "size_bytes": 40579,
55
+ "sha256": "6b5894bd3b8de9e8c99ccd236587fc6f4652399ac95b343ba301478fcdb7c77a"
56
+ }
57
+ ]
58
+ }