Instructions to use monsoon-nlp/llama3-dnapretrain-kaniwa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use monsoon-nlp/llama3-dnapretrain-kaniwa with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for monsoon-nlp/llama3-dnapretrain-kaniwa to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for monsoon-nlp/llama3-dnapretrain-kaniwa to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for monsoon-nlp/llama3-dnapretrain-kaniwa to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="monsoon-nlp/llama3-dnapretrain-kaniwa", max_seq_length=2048, )
llama3-dnapretrain-kaniwa
This is a LoRA adapter.
The base model is the longer-context LLaMA-3-8b-Instruct developed by Gradient and Crusoe: gradientai/Llama-3-8B-Instruct-262k
The dataset was part of BYU's 2019 kaniwa (Chenopodium pallidicaule) genome, from https://genomevolution.org/coge/GenomeInfo.pl?gid=53872
The adapter was finetuned for 3 hours on an A100. The data was split into ~20k nucleotide snippets with an Alpaca like message format.
Training Notebook: https://colab.research.google.com/drive/1XZcCYGFQGtz3_AKSR4F67WYXl6DIwP4R
Sample message:
Write information about the nucleotide sequence.
### Sequence:
GCCTATAGTGTGTAGCTAATGAGCCTAGGTTATCGACCCTAATCT...
### Annotation:
Information about location in the kaniwa chromosome: >lcl|Cp5
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Genome Citation
Mangelson H, et al. The genome of Chenopodium pallidicaule: an emerging Andean super grain. Appl. Plant Sci. 2019;7:e11300. doi: 10.1002/aps3.11300
Model tree for monsoon-nlp/llama3-dnapretrain-kaniwa
Base model
gradientai/Llama-3-8B-Instruct-262k