Text Generation
PEFT
Safetensors
English
Spanish
llama4_text
agriculture
climate
crop-calendar
evidence-grounding
bilingual
lora
autoscientist
adaption
conversational
4-bit precision
bitsandbytes
Instructions to use MarianaCodebase/AgroVeritas-Scout-17B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MarianaCodebase/AgroVeritas-Scout-17B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit") model = PeftModel.from_pretrained(base_model, "MarianaCodebase/AgroVeritas-Scout-17B") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_id": "adaption_llama_4_scout_17b_16_agri_evidence_qa_158a7fd8", | |
| "files": [ | |
| {"file": "adapter_config.json", "bytes": 1017, "sha256": "3d9dfbeea1070c31a5f9939b364dac9b1ff98c111a0b715b6ba3616b316dd5ed"}, | |
| {"file": "adapter_model.safetensors", "bytes": 893484120, "sha256": "df51ce45612a8764559364fd383302ba5cc02da5c5becb0b4432cabcff527000"}, | |
| {"file": "autoscientist_config.json", "bytes": 896, "sha256": "f55a12fafac6bfe5e1f6919ec3387632b5db3e6bfc14c45c49cec89eaa025813"}, | |
| {"file": "chat_template.jinja", "bytes": 4949, "sha256": "01a91bfb2e84c8055bf7b635898fef3cae0b69e42ac5634c212d308e0e9091bd"}, | |
| {"file": "config.json", "bytes": 3741, "sha256": "a4ca627fb832858b898649a5c3259261b28f40455facdd681d815613926f7176"}, | |
| {"file": "evaluation.json", "bytes": 1068, "sha256": "5af3f1376df6970ad7e60d5a9eccf62168b847c893727c5bbb0da7c309d17e0b"}, | |
| {"file": "special_tokens_map.json", "bytes": 105, "sha256": "6c9d226d2e9b9a4be651dd981f04ba736a4b0136eac6499d9eb37ff91794d722"}, | |
| {"file": "tokenizer.json", "bytes": 27948578, "sha256": "172c9eb4beafc72601690da3ccfcede5c2e6806a8d5ec1fca33e22acea8023a4"}, | |
| {"file": "tokenizer_config.json", "bytes": 432, "sha256": "6a0a583a4792e366c1efa0e8bdf59e1e38c3630154bcecd240fecb0fdbdedba1"}, | |
| {"file": "trainer_state.json", "bytes": 30607, "sha256": "8f25a9df1fead37629e0c029aad254a33733131499b9673bef5abbbf93f219dd"} | |
| ] | |
| } | |