--- language: - en license: apache-2.0 datasets: - PocketDoc/Retro-YahooAnswers pipeline_tag: question-answering base_model: mistralai/Mistral-7B-v0.1 model-index: - name: Dans-07YahooAnswers-7b results: - task: type: text-generation name: Text Generation dataset: name: AI2 Reasoning Challenge (25-Shot) type: ai2_arc config: ARC-Challenge split: test args: num_few_shot: 25 metrics: - type: acc_norm value: 61.52 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: HellaSwag (10-Shot) type: hellaswag split: validation args: num_few_shot: 10 metrics: - type: acc_norm value: 83.69 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: MMLU (5-Shot) type: cais/mmlu config: all split: test args: num_few_shot: 5 metrics: - type: acc value: 63.52 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: TruthfulQA (0-shot) type: truthful_qa config: multiple_choice split: validation args: num_few_shot: 0 metrics: - type: mc2 value: 41.84 source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: Winogrande (5-shot) type: winogrande config: winogrande_xl split: validation args: num_few_shot: 5 metrics: - type: acc value: 78.53 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard - task: type: text-generation name: Text Generation dataset: name: GSM8k (5-shot) type: gsm8k config: main split: test args: num_few_shot: 5 metrics: - type: acc value: 37.3 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Dans-DiscountModels/Dans-07YahooAnswers-7b name: Open LLM Leaderboard --- ### Description Do you miss the vibes of the early 2000s? Yearn for the nostalgia of internet religious arguments? Then this model is for you! This was trained on a scrape of Yahoo! Answers from 2007 and received no filtering save for basic sanity checks. This is not intended for serious use but I think it's charming in a way. ### Prompt format: Pygmalion / Metharme The prompt should start with the cursor on the same line directly after "<|model|>" with no space. The following are all valid formats and can be extended to as many rounds as desired. ``` <|system|>system message here<|user|>user message here<|model|> ``` ``` <|system|>system message here<|user|>user message here<|model|>model message<|user|>user message here<|model|> ``` ``` <|system|>system message here<|model|> ``` ``` <|system|>system message here<|model|>model message<|user|>user message here<|model|> ``` # Some quick and dirty training details: - [Built with Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) - Sequence length: 2048 - Training time: 32 hours - Hardware: 1x RTX 4080 - Training type: QLoRA - PEFT R/A: 32/32 # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Dans-DiscountModels__Dans-07YahooAnswers-7b) | Metric |Value| |---------------------------------|----:| |Avg. |61.07| |AI2 Reasoning Challenge (25-Shot)|61.52| |HellaSwag (10-Shot) |83.69| |MMLU (5-Shot) |63.52| |TruthfulQA (0-shot) |41.84| |Winogrande (5-shot) |78.53| |GSM8k (5-shot) |37.30|