Varadrajan/informal_formal_tweet
Viewer β’ Updated β’ 740 β’ 9
How to use Varadrajan/llama-3.1-8b-alpaca-finetuned with Unsloth Studio:
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 Varadrajan/llama-3.1-8b-alpaca-finetuned to start chatting
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 Varadrajan/llama-3.1-8b-alpaca-finetuned to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Varadrajan/llama-3.1-8b-alpaca-finetuned to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="Varadrajan/llama-3.1-8b-alpaca-finetuned",
max_seq_length=2048,
)This llama adapter was trained 2x faster with Unsloth and Huggingface's TRL library.
This adapter enables transforming informal / casual English sentences into formal / polished prose.
Itβs ideal for tone standardization, content polishing, and elevating everyday speech into refined writing.
You have two main options:
Use the method that fits your resource constraints and quality requirements.
Base model
unsloth/Meta-Llama-3.1-8B