Add SIPA OS provenance chain (Binary Gate + governance dataset + post links)
Browse files
README.md
CHANGED
|
@@ -31,4 +31,10 @@ from peft import PeftModel
|
|
| 31 |
|
| 32 |
base = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
| 33 |
model = PeftModel.from_pretrained(base, "SoulInPsyAbstract/binary-r1-lora")
|
| 34 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
base = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
| 33 |
model = PeftModel.from_pretrained(base, "SoulInPsyAbstract/binary-r1-lora")
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## Part of SIPA OS
|
| 37 |
+
|
| 38 |
+
- Binary Gate: https://huggingface.co/SoulInPsyAbstract/sipa-binary-gate
|
| 39 |
+
- Full results: https://huggingface.co/datasets/SoulInPsyAbstract/sipa-os-governance
|
| 40 |
+
- Post: https://huggingface.co/posts/SoulInPsyAbstract/131941596245353
|