Flavors of Flora
Collection
A collection of the different flavors of Flora. β’ 3 items β’ Updated β’ 2
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("ResplendentAI/Datura_7B")
model = AutoModelForCausalLM.from_pretrained("ResplendentAI/Datura_7B")Flora with a bit of toxicity.
I've been making progress with my collection of tools, so I thought maybe I'd try something a little more toxic for this space. This should make for a more receptive model with fewer refusals.
Detailed results can be found here
| Metric | Value |
|---|---|
| Avg. | 74.28 |
| AI2 Reasoning Challenge (25-Shot) | 72.10 |
| HellaSwag (10-Shot) | 88.27 |
| MMLU (5-Shot) | 64.15 |
| TruthfulQA (0-shot) | 71.03 |
| Winogrande (5-shot) | 84.53 |
| GSM8k (5-shot) | 65.58 |
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ResplendentAI/Datura_7B")