README.md
pyproject.toml
Cirilla.egg-info/PKG-INFO
Cirilla.egg-info/SOURCES.txt
Cirilla.egg-info/dependency_links.txt
Cirilla.egg-info/requires.txt
Cirilla.egg-info/top_level.txt
attention-gym/attn_gym/__init__.py
attention-gym/attn_gym/utils.py
cirilla/__init__.py
cirilla/Cirilla_model/__init__.py
cirilla/Cirilla_model/bert_model.py
cirilla/Cirilla_model/blocks.py
cirilla/Cirilla_model/cma_model.py
cirilla/Cirilla_model/dataloader.py
cirilla/Cirilla_model/hf_hub.py
cirilla/Cirilla_model/model.py
cirilla/Cirilla_model/modules.py
cirilla/Cirilla_model/pretraining_data.py
cirilla/Cirilla_model/tokenizer_modules.py
cirilla/Cirilla_model/training.py
cirilla/Cirilla_model/trm.py
cirilla/Few_shot/Maml_trainer.py
cirilla/Few_shot/Protonet_trainer.py
cirilla/Few_shot/Setfit_trainer.py
cirilla/Few_shot/__init__.py
cirilla/LLM_pieces/BERT_attention.py
cirilla/LLM_pieces/RoPE.py
cirilla/LLM_pieces/SMoE.py
cirilla/LLM_pieces/__init__.py
cirilla/LLM_pieces/activations.py
cirilla/LLM_pieces/sliding_window_attention.py
cirilla/synth_data/Ollama_curate.py
cirilla/synth_data/__init__.py
cirilla/synth_data/fandom_scraper.py
cirilla/synth_data/multi_turn_vllm.py
cirilla/synth_data/reason_gym_synthetic.py
cirilla/synth_data/rm_duplicate_instruct.py
cirilla/synth_data/summaries_gather.py
cirilla/synth_data/witcher_instruct_gather.py
cirilla/synth_data/witcher_mr_gather.py
tests/test_llm_pieces_activations.py
tests/test_llm_pieces_bert_attention.py
tests/test_llm_pieces_rope.py
tests/test_llm_pieces_sliding_window_attn.py
tests/test_llm_pieces_smoe.py