Edit model card

Zinakha-12b Banner

Zinakha-12b πŸ§™β€β™‚οΈ

Zinakha 12b tries to become the perfect companion for any chat which involves multiple roles. The ability to understand context is pretty awesome and excels in creativity and storytelling. It is built on Nemo 12b and trained on different datasets as well as some layer merges to ehance its capabilities.

Model Details πŸ“Š

Quantization

Model Architecture πŸ—οΈ

  • Base model: mistralai/Mistral-Nemo-Base-2407
  • Parameter count: ~12 billion
  • Architecture specifics: Transformer-based language model

Intended Use 🎯

As an advanced language model for various natural language processing tasks, including but not limited to text generation (excels in chat), question-answering, and analysis.

Ethical Considerations πŸ€”

As a model based on multiple sources, Zinakha-12b may inherit biases and limitations from its constituent models. Users should be aware of potential biases in generated content and use the model responsibly.

Performance and Evaluation

Performance metrics and evaluation results for Zinakha-12b are yet to be determined. Users are encouraged to contribute their findings and benchmarks.

Limitations and Biases

The model may exhibit biases present in its training data and constituent models. It's crucial to critically evaluate the model's outputs and use them in conjunction with human judgment.

Additional Information

For more details on the base model and constituent models, please refer to their respective model cards and documentation.

How to Use

from transformers import AutoTokenizer, AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained("aixonlab/Zinakha-12b")
tokenizer = AutoTokenizer.from_pretrained("aixonlab/Zinakha-12b")

prompt = "Once upon a time"
input_ids = tokenizer(prompt, return_tensors="pt").input_ids

generated_ids = model.generate(input_ids, max_length=100)
generated_text = tokenizer.decode(generated_ids, skip_special_tokens=True)
print(generated_text)
Downloads last month
46
Safetensors
Model size
12.2B params
Tensor type
FP16
Β·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for aixonlab/Zinakha-12b

Finetuned
(39)
this model
Quantizations
2 models

Collection including aixonlab/Zinakha-12b