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="42MARU/GenAI-llama-2-13b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("42MARU/GenAI-llama-2-13b")
model = AutoModelForCausalLM.from_pretrained("42MARU/GenAI-llama-2-13b")
Quick Links

GenAI-llama-2-13b

Model Details

Used Datasets

  • Orca-style dataset
  • Platypus

Prompt Template

### User:
{User}

### Assistant:
{Assistant}

Intruduce 42MARU

  • At 42Maru we study QA (Question Answering) and are developing advanced search paradigms that help users spend less time searching by understanding natural language and intention thanks to AI and Deep Learning.
  • About Us
  • Contact Us

Contribute

License

LICENSE.txt

USE_POLICY

USE_POLICY.md

Responsible Use Guide

Responsible-Use-Guide.pdf

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 56.03
ARC (25-shot) 63.14
HellaSwag (10-shot) 83.64
MMLU (5-shot) 59.91
TruthfulQA (0-shot) 56.21
Winogrande (5-shot) 76.72
GSM8K (5-shot) 9.4
DROP (3-shot) 43.23
Downloads last month
26
Inference Providers NEW

Space using 42MARU/GenAI-llama-2-13b 1