How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="androlike/astramix_l2_7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("androlike/astramix_l2_7b")
model = AutoModelForCausalLM.from_pretrained("androlike/astramix_l2_7b", device_map="auto")
Quick Links

Introduction

Astramix is a merge of various Llama-2-7b finetune models, using ties-merge method, thanks for Chargoddard. Subsequently, lora merge script was used, created by zarakiquemparte (link to the Hugging Face profile).

Approximate rating for this model, noticed in short-time use:

  • Great roleplay capabilities, limited only by model parameters.
  • Poor quality reasoning, because of the model limitations.
  • Almost censorship absence (yet some parts can be generated in the output).

Feel free to test the model.

Following base model used for merge: Llama-2-7B-fp16

List of models used for merge:

Then, two LoRAs was merged into basemix model, using script specified above:

Here is quantized versions of the model:

I suggest using Alpaca instruct format:

### Instruction:
(your instruct prompt is here)
### Response:

Limitations and risks

Llama2 and its derivatives (finetunes) is licensed under LLama 2 Community License, various finetunes or (Q)LoRAs has appropriate licenses depending on used datasets in finetuning or training Low-Rank Adaptations. This mix can generate heavily biased output, which aren't suitable for minors or common audience due to using limarp in the merge.

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support