Commit Graph

86 Commits

Author SHA1 Message Date
blackboxprogramming
2773831b55 Create trust_model.py 2025-08-08 04:11:36 -07:00
blackboxprogramming
b8efd2afc3 Create feedback_mechanisms.py 2025-08-08 04:11:15 -07:00
blackboxprogramming
95d9b0af03 Create learning_loop.py 2025-08-08 04:09:25 -07:00
blackboxprogramming
6e57a1efa4 Create adaptation.py 2025-08-08 04:08:19 -07:00
blackboxprogramming
8f8caece63 Create cognition_integration.py 2025-08-08 04:06:32 -07:00
blackboxprogramming
df4d33a731 Create interface_design.py 2025-08-08 04:05:04 -07:00
blackboxprogramming
54be3483da Create q_comms.py 2025-08-08 04:03:45 -07:00
blackboxprogramming
5f88cd46e4 Create q_simulation.py 2025-08-08 04:03:04 -07:00
blackboxprogramming
ffcecfab34 Create q_gates.py 2025-08-08 04:01:54 -07:00
blackboxprogramming
868fa9adc6 Create q_algorithms.py 2025-08-08 04:00:53 -07:00
blackboxprogramming
e33d721482 Create q_errors.py 2025-08-08 03:59:40 -07:00
blackboxprogramming
508ab7604e Create teleportation.py 2025-08-08 03:58:43 -07:00
blackboxprogramming
8202a7d810 Create measurement.py 2025-08-08 03:57:06 -07:00
blackboxprogramming
fd0d5e4a15 Create entanglement.py 2025-08-08 03:56:08 -07:00
blackboxprogramming
a499da3a68 Create decoherence.py 2025-08-08 03:55:07 -07:00
blackboxprogramming
b459b91135 Create coherence.py 2025-08-08 03:53:50 -07:00
blackboxprogramming
6278c29d7f Create hello.py 2025-08-08 03:46:22 -07:00
blackboxprogramming
12201a4492 Create hello.py 2025-08-08 03:45:14 -07:00
blackboxprogramming
53b82a3533 Create hello.py 2025-08-08 03:43:28 -07:00
blackboxprogramming
63103efc8a Create hello.py 2025-08-08 03:42:39 -07:00
blackboxprogramming
40259458bd Create hello.py 2025-08-08 03:41:51 -07:00
blackboxprogramming
cda2e2462a Create brainstorm_ideas.md 2025-08-08 03:40:56 -07:00
blackboxprogramming
50dfd6442b Create lucidia_novel_ideas.md 2025-08-08 03:38:12 -07:00
blackboxprogramming
0eb0f72790 Create lucidia_master_init_prompt.md 2025-08-08 03:33:48 -07:00
blackboxprogramming
b88c9fa988 Add scripts/serve_local.sh with local serving script stub 2025-08-08 01:47:06 -07:00
blackboxprogramming
ad3065b2f4 Add scripts/run_rlhf.sh with RLHF training script stub 2025-08-08 01:45:54 -07:00
blackboxprogramming
5ff32629ac Add scripts/run_sft.sh with SFT training script stub 2025-08-08 01:44:52 -07:00
blackboxprogramming
28ce8fdcd1 Add scripts/run_pretrain.sh with pretraining script stub 2025-08-08 01:44:04 -07:00
blackboxprogramming
43b3952d07 Add scripts/run_tokenizer.sh with tokenizer script stub 2025-08-08 01:43:01 -07:00
blackboxprogramming
dfc76c9bd9 Add configs/runtime.yaml with runtime configuration stub 2025-08-08 01:40:42 -07:00
blackboxprogramming
112308f34f Add configs/train.yaml with training configuration stub 2025-08-08 01:39:25 -07:00
blackboxprogramming
add59f5f76 Add evaluator/eval_suite.py with evaluation suite stub 2025-08-08 01:37:26 -07:00
blackboxprogramming
ff0c2579e3 Add lucidia_memory/self_embed.py with self-embedding utilities stub 2025-08-08 01:36:28 -07:00
blackboxprogramming
26c58dce9f Add lucidia_memory/store.py with memory store stub 2025-08-08 01:35:37 -07:00
blackboxprogramming
ed7ab34de7 Add lucidia_rewards/score_examples.py with example scoring script stub 2025-08-08 01:34:16 -07:00
blackboxprogramming
858032df36 Add lucidia_rewards/love_rm.py with love reward model stub 2025-08-08 01:33:47 -07:00
blackboxprogramming
52d154e8c7 Add lucidia_rewards/truth_rm.py with truthfulness reward model stub 2025-08-08 01:29:50 -07:00
blackboxprogramming
94f2bedc0c Add lucidia_rewards/consent_rm.py with consent reward model stub 2025-08-08 01:28:38 -07:00
blackboxprogramming
fcbd3a03b4 Add training/rlhf.py with RLHF training script stub 2025-08-08 01:27:10 -07:00
blackboxprogramming
acfa10b7cc Add training/sft.py with SFT training script stub 2025-08-08 01:20:27 -07:00
blackboxprogramming
972708b476 Add training/pretrain.py with pretraining script stub 2025-08-08 01:19:40 -07:00
blackboxprogramming
fa4f69097f Add data/schemas.md with dataset schema descriptions 2025-08-08 01:18:53 -07:00
blackboxprogramming
69eb0ae00c Add data/build_rlhf_pairs.py with RLHF pairs builder stub 2025-08-08 01:18:21 -07:00
blackboxprogramming
21b0c343a0 Add data/build_sft.py with SFT dataset builder stub 2025-08-08 01:16:54 -07:00
blackboxprogramming
0576512be0 Add data/build_pretrain.py with pretrain dataset builder stub 2025-08-08 01:15:36 -07:00
blackboxprogramming
91fb34569e Add tokenizer/spm.yaml with SentencePiece configuration 2025-08-08 01:14:25 -07:00
blackboxprogramming
b665b0dc19 Add tokenizer/train_tokenizer.py with training script stub 2025-08-08 01:13:31 -07:00
blackboxprogramming
a219ec2871 Add lucidia_core/tokenizer_wrap.py with tokenizer wrapper stub 2025-08-08 01:12:27 -07:00
blackboxprogramming
f3bd20ee56 Add lucidia_core/quantize.py with quantization stub 2025-08-08 01:11:56 -07:00
blackboxprogramming
af712df622 Add lucidia_core/model.py with model skeleton 2025-08-08 01:10:44 -07:00