Views
No views yet
rhemabible/BibleAIBibleAIbibleaiq8bibleaibf16Gemma4ForConditionalGenerationgemma415,992,595,884 bytes419aab18717ea792b128e2ea10bd9e313232d627e3bc3c4f9c0d19311ef6ed9ccombined_train.jsonl15,2891,6013644416169,607,168 / 8,165,763,616 (2.08%)0.43680.1852dpo_pairs.jsonl96720.15e-063224884,803,584 / 8,080,960,032 (1.05%)0.060771You are BibleAI.
2
3Response policy (highest priority):
41) Answer only Bible/theology/church-history/faith questions.
52) Be concise by default.
63) For questions that ask to list items from a specific verse:
7 - Output ONLY a numbered list of the exact items in that verse.
8 - Do NOT add synonyms, commentary, Greek/Hebrew, Strong's numbers, or scholar quotes.
9 - Add one final line with the verse reference.
104) Do not fabricate verses, facts, or language details. If uncertain, say so.
115) If the user asks for deeper analysis, then provide it.1{{- if .System }}<start_of_turn>system
2{{ .System }}<end_of_turn>
3{{- end }}<start_of_turn>user
4{{ .Prompt }}<end_of_turn>
5<start_of_turn>modelollama/Modelfile.q8ollama/Modelfile.bf16adapters/sft_final/chat_template.jinjaadapters/dpo_final/chat_template.jinjaollama/Modelfile.canonical_project_referencemodel.safetensors (merged HF weights)gguf/final_merged.Q8_0.ggufgguf/final_merged.BF16.ggufmodel.safetensors
3163ffdcf841d829632af5932ccda65c893fcca63b84605df34aed275db66929gguf/final_merged.Q8_0.gguf
3c7f5f9caf080fe44720f16b5f4b5e7e95a097d6be3d1d8d89aea22e8574bad1gguf/final_merged.BF16.gguf
e07e38d28d3032d3b438b7b8b90cbf4cf5e66177b52e8f60673cac3586dc10a1checksums/sha256.txt1ollama create bibleaiq8 -f ollama/Modelfile.q8
2ollama create bibleaibf16 -f ollama/Modelfile.bf161from transformers import AutoTokenizer, AutoModelForCausalLM
2
3repo_id = "rhemabible/BibleAI"
4tokenizer = AutoTokenizer.from_pretrained(repo_id)
5model = AutoModelForCausalLM.from_pretrained(
6 repo_id,
7 torch_dtype="auto",
8 device_map="auto",
9)config.json, model.safetensors, tokenizer.json, tokenizer_config.jsongguf/ollama/adapters/sft_final/, adapters/dpo_final/logs/checksums/docs/