Text Generation
PEFT
Safetensors
English
science-fiction
creative-writing
storytelling
fiction
lora
unsloth
qwen3.5
conversational
Instructions to use sid172002/Positronic-SciFi-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sid172002/Positronic-SciFi-9B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("C:\\Users\\siddh\\.lmstudio\\models\\Qwen\\Qwen3.5-9B") model = PeftModel.from_pretrained(base_model, "sid172002/Positronic-SciFi-9B") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Positronic SciFi local edition
Browse files- README.md +1 -1
- adapter_config.json +4 -1
- adapter_model.safetensors +2 -2
README.md
CHANGED
|
@@ -50,7 +50,7 @@ it stays with you.
|
|
| 50 |
It runs on one 24 GB consumer GPU in 4-bit. No cloud, no subscription, no one
|
| 51 |
reading your draft but you.
|
| 52 |
|
| 53 |
-
**Slop check.** On 20 unseen premises,
|
| 54 |
|
| 55 |
## Quick start
|
| 56 |
|
|
|
|
| 50 |
It runs on one 24 GB consumer GPU in 4-bit. No cloud, no subscription, no one
|
| 51 |
reading your draft but you.
|
| 52 |
|
| 53 |
+
**Slop check.** On 20 unseen premises, 4 of 20 scenes passed a machine-prose screen of 100+ tell-tale phrases and structures (median 6 hits per scene, em-dash reflex absent). It writes like the books it read, not like a chatbot.
|
| 54 |
|
| 55 |
## Quick start
|
| 56 |
|
adapter_config.json
CHANGED
|
@@ -23,9 +23,11 @@
|
|
| 23 |
"lora_alpha": 16,
|
| 24 |
"lora_bias": false,
|
| 25 |
"lora_dropout": 0.05,
|
|
|
|
| 26 |
"megatron_config": null,
|
| 27 |
"megatron_core": "megatron.core",
|
| 28 |
"modules_to_save": null,
|
|
|
|
| 29 |
"peft_type": "LORA",
|
| 30 |
"peft_version": "0.18.1",
|
| 31 |
"qalora_group_size": 16,
|
|
@@ -36,8 +38,9 @@
|
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"trainable_token_indices": null,
|
|
|
|
| 39 |
"use_dora": false,
|
| 40 |
"use_qalora": false,
|
| 41 |
"use_rslora": false,
|
| 42 |
-
"
|
| 43 |
}
|
|
|
|
| 23 |
"lora_alpha": 16,
|
| 24 |
"lora_bias": false,
|
| 25 |
"lora_dropout": 0.05,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
"megatron_config": null,
|
| 28 |
"megatron_core": "megatron.core",
|
| 29 |
"modules_to_save": null,
|
| 30 |
+
"monteclora_config": null,
|
| 31 |
"peft_type": "LORA",
|
| 32 |
"peft_version": "0.18.1",
|
| 33 |
"qalora_group_size": 16,
|
|
|
|
| 38 |
"target_parameters": null,
|
| 39 |
"task_type": "CAUSAL_LM",
|
| 40 |
"trainable_token_indices": null,
|
| 41 |
+
"use_bdlora": null,
|
| 42 |
"use_dora": false,
|
| 43 |
"use_qalora": false,
|
| 44 |
"use_rslora": false,
|
| 45 |
+
"velora_config": null
|
| 46 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54606f1da6c7f8376a091c7c1a834951ff00746dc54dc229d84ae393c81f6a07
|
| 3 |
+
size 116425880
|