josephmayo commited on
Commit
15091cf
·
verified ·
1 Parent(s): b434b81

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -15,7 +15,9 @@ tags:
15
 
16
  LoRA adapter for `sapientinc/HRM-Text-1B`.
17
 
18
- This is the HRM post-training artifact selected from the Python/code SFT lane. It is an adapter release; the merged target is:
 
 
19
 
20
  [`josephmayo/HRM-Text-1B-sft-code`](https://huggingface.co/josephmayo/HRM-Text-1B-sft-code)
21
 
@@ -31,7 +33,16 @@ This is the HRM post-training artifact selected from the Python/code SFT lane. I
31
 
32
  ## Validation
33
 
34
- Internal validation showed improved Python/code repair behavior. Public benchmark scores are not claimed for this adapter.
 
 
 
 
 
 
 
 
 
35
 
36
  ## Usage
37
 
@@ -51,4 +62,4 @@ model.eval()
51
  ## Notes
52
 
53
  - This is an adapter, not a standalone merged model.
54
- - Public benchmark scores are not claimed in this adapter card.
 
15
 
16
  LoRA adapter for `sapientinc/HRM-Text-1B`.
17
 
18
+ `sapientinc/HRM-Text-1B` is a pretrained-only HRM text model. This adapter is the code post-training release built on top of it.
19
+
20
+ The release uses supervised LoRA post-training for coding tasks. It is the adapter artifact; the merged model is:
21
 
22
  [`josephmayo/HRM-Text-1B-sft-code`](https://huggingface.co/josephmayo/HRM-Text-1B-sft-code)
23
 
 
33
 
34
  ## Validation
35
 
36
+ Local code validation:
37
+
38
+ - Base model score: `5/100`
39
+ - Adapter score: `24/100`
40
+ - Absolute improvement: `+19/100`
41
+ - Relative improvement: `4.8x` over base
42
+ - HumanEval slice: `14/50`
43
+ - MBPP slice: `10/50`
44
+
45
+ The score above is the local validation result used for this release.
46
 
47
  ## Usage
48
 
 
62
  ## Notes
63
 
64
  - This is an adapter, not a standalone merged model.
65
+ - This is the LoRA adapter. Use the merged model for standalone loading.