GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

richarderkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf overview

A polyglot language model for the Occident. Occiglot-7B-EU5-Instruct is a the instruct version of occiglot-7b-eu5, a generative language model with 7B parameters supporting the top-5 EU languages (English, Spanish, French, German, and Italian) and trained by the Occiglot Research Collective. It was trained on 400M tokens of additional multilingual and code instructions. Note that the model was not safety aligned and might generate problematic outputs. This is the first release of an ongoing open research project for multilingual language models. If you want to train a model for your own language or are working on evaluations, please contact us or join our Discord server. We are open for collaborations! ### Model details ### How to use The model was trained using the chatml instruction template. You can use the transformers chat template feature for interaction. Since the generation relies on some randomness, we set a seed for reproducibility:

ggufendpoints_compatibleregion:usconversational
richarderkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf visual
Downloads
110
Likes
0
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

21 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
occiglot-7b-eu5-instruct.IQ3_M.gguf GGUF IQ3_M 3.06 GB Download
occiglot-7b-eu5-instruct.IQ3_S.gguf GGUF IQ3_S 2.96 GB Download
occiglot-7b-eu5-instruct.IQ3_XS.gguf GGUF IQ3_XS 2.81 GB Download
occiglot-7b-eu5-instruct.IQ4_NL.gguf GGUF IQ4_NL 3.87 GB Download
occiglot-7b-eu5-instruct.IQ4_XS.gguf GGUF IQ4_XS 3.67 GB Download
occiglot-7b-eu5-instruct.Q2_K.gguf GGUF Q2_K 2.53 GB Download
occiglot-7b-eu5-instruct.Q3_K.gguf GGUF Q3_K 3.28 GB Download
occiglot-7b-eu5-instruct.Q3_K_L.gguf GGUF Q3_K_L 3.56 GB Download
occiglot-7b-eu5-instruct.Q3_K_M.gguf GGUF Q3_K_M 3.28 GB Download
occiglot-7b-eu5-instruct.Q3_K_S.gguf GGUF Q3_K_S 2.95 GB Download
occiglot-7b-eu5-instruct.Q4_0.gguf GGUF 3.83 GB Download
occiglot-7b-eu5-instruct.Q4_1.gguf GGUF 4.24 GB Download
occiglot-7b-eu5-instruct.Q4_K.gguf GGUF Q4_K 4.07 GB Download
occiglot-7b-eu5-instruct.Q4_K_M.gguf GGUF Q4_K_M 4.07 GB Download
occiglot-7b-eu5-instruct.Q4_K_S.gguf GGUF Q4_K_S 3.86 GB Download
occiglot-7b-eu5-instruct.Q5_0.gguf GGUF 4.65 GB Download
occiglot-7b-eu5-instruct.Q5_1.gguf GGUF 5.07 GB Download
occiglot-7b-eu5-instruct.Q5_K.gguf GGUF Q5_K 4.78 GB Download
occiglot-7b-eu5-instruct.Q5_K_M.gguf GGUF Q5_K_M 4.78 GB Download
occiglot-7b-eu5-instruct.Q5_K_S.gguf GGUF Q5_K_S 4.65 GB Download
occiglot-7b-eu5-instruct.Q6_K.gguf GGUF Q6_K 5.53 GB Download

Model Details Live

Model Slug
richarderkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf
Author
RichardErkhov
Pipeline Task
Library
Created
2024-05-10
Last Modified
2024-05-10
Gated
No
Private
No
HF SHA
9d21c607cd929b1ad3c30d75df04a95294958bb0
License
Unknown
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "frontmatter": {},
    "hero_image_url": "https://huggingface.co/datasets/malteos/images/resolve/main/occiglot.medium.png",
    "summary": "> A polyglot language model for the Occident. > **Occiglot-7B-EU5-Instruct** is a the instruct version of occiglot-7b-eu5, a generative language model with 7B parameters supporting the top-5 EU languages (English, Spanish, French, German, and Italian) and trained by the Occiglot Research Collective. It was trained on 400M tokens of additional multilingual and code instructions. Note that the model was not safety aligned and might generate problematic outputs. This is the first release of an ongoing open research project for multilingual language models. If you want to train a model for your own language or are working on evaluations, please contact us or join our Discord server. **We are open for collaborations!** ### Model details ### How to use The model was trained using the chatml instruction template. You can use the transformers chat template feature for interaction. Since the generation relies on some randomness, we set a seed for reproducibility: ``python >>> from transformers import AutoTokenizer, MistralForCausalLM, set_seed >>> tokenizer = AutoTokenizer.from_pretrained(\"occiglot/occiglot-7b-eu5-instruct\") >>> model = MistralForCausalLM.from_pretrained('occiglot/occiglot-7b-eu5-instruct')  # You may want to use bfloat16 and/or move to GPU here >>> set_seed(42) >>> messages = [ >>>    {\"role\": \"system\", 'content': 'You are a helpful assistant. Please give short and concise answers.'}, >>>    {\"role\": \"user\", \"content\": \"Wer ist der deutsche Bundeskanzler?\"}, >>> ] >>> tokenized_chat = tokenizer.apply_chat_template(messages, tokenize=True, add_generation_prompt=True, return_dict=False, return_tensors='pt',) >>> set_seed(42) >>> outputs = model.generate(tokenized_chat.to('cuda'), max_new_tokens=200,) >>> tokenizer.decode(out[0][len(tokenized_chat[0]):]) 'Der deutsche Bundeskanzler ist Olaf Scholz.' ``",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "Quantization made by Richard Erkhov.\n\n[Github](https://github.com/RichardErkhov)\n\n[Discord](https://discord.gg/pvy7H8DZMG)\n\n[Request more models](https://github.com/RichardErkhov/quant_request)\n\n\nocciglot-7b-eu5-instruct - GGUF\n- Model creator: https://huggingface.co/occiglot/\n- Original model: https://huggingface.co/occiglot/occiglot-7b-eu5-instruct/\n\n\n| Name | Quant method | Size |\n| ---- | ---- | ---- |\n| [occiglot-7b-eu5-instruct.Q2_K.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q2_K.gguf) | Q2_K | 2.53GB |\n| [occiglot-7b-eu5-instruct.IQ3_XS.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.IQ3_XS.gguf) | IQ3_XS | 2.81GB |\n| [occiglot-7b-eu5-instruct.IQ3_S.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.IQ3_S.gguf) | IQ3_S | 2.96GB |\n| [occiglot-7b-eu5-instruct.Q3_K_S.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q3_K_S.gguf) | Q3_K_S | 2.95GB |\n| [occiglot-7b-eu5-instruct.IQ3_M.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.IQ3_M.gguf) | IQ3_M | 3.06GB |\n| [occiglot-7b-eu5-instruct.Q3_K.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q3_K.gguf) | Q3_K | 3.28GB |\n| [occiglot-7b-eu5-instruct.Q3_K_M.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q3_K_M.gguf) | Q3_K_M | 3.28GB |\n| [occiglot-7b-eu5-instruct.Q3_K_L.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q3_K_L.gguf) | Q3_K_L | 3.56GB |\n| [occiglot-7b-eu5-instruct.IQ4_XS.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.IQ4_XS.gguf) | IQ4_XS | 3.67GB |\n| [occiglot-7b-eu5-instruct.Q4_0.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q4_0.gguf) | Q4_0 | 3.83GB |\n| [occiglot-7b-eu5-instruct.IQ4_NL.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.IQ4_NL.gguf) | IQ4_NL | 3.87GB |\n| [occiglot-7b-eu5-instruct.Q4_K_S.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q4_K_S.gguf) | Q4_K_S | 3.86GB |\n| [occiglot-7b-eu5-instruct.Q4_K.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q4_K.gguf) | Q4_K | 4.07GB |\n| [occiglot-7b-eu5-instruct.Q4_K_M.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q4_K_M.gguf) | Q4_K_M | 4.07GB |\n| [occiglot-7b-eu5-instruct.Q4_1.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q4_1.gguf) | Q4_1 | 4.24GB |\n| [occiglot-7b-eu5-instruct.Q5_0.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q5_0.gguf) | Q5_0 | 4.65GB |\n| [occiglot-7b-eu5-instruct.Q5_K_S.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q5_K_S.gguf) | Q5_K_S | 4.65GB |\n| [occiglot-7b-eu5-instruct.Q5_K.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q5_K.gguf) | Q5_K | 4.78GB |\n| [occiglot-7b-eu5-instruct.Q5_K_M.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q5_K_M.gguf) | Q5_K_M | 4.78GB |\n| [occiglot-7b-eu5-instruct.Q5_1.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q5_1.gguf) | Q5_1 | 5.07GB |\n| [occiglot-7b-eu5-instruct.Q6_K.gguf](https://huggingface.co/RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf/blob/main/occiglot-7b-eu5-instruct.Q6_K.gguf) | Q6_K | 5.53GB |\n\n\n\n\nOriginal model description:\n---\nlicense: apache-2.0\nlanguage:\n- en\n- es\n- de\n- fr\n- it\npipeline_tag: text-generation\n---\n\n![image/png](https://huggingface.co/datasets/malteos/images/resolve/main/occiglot.medium.png)\n\n# Occiglot-7B-EU5-Instruct\n\n> A [polyglot](https://en.wikipedia.org/wiki/Multilingualism#In_individuals) language model for the [Occident](https://en.wikipedia.org/wiki/Occident).\n> \n\n**Occiglot-7B-EU5-Instruct** is a the instruct version of [occiglot-7b-eu5](https://huggingface.co/occiglot/occiglot-7b-eu5/), a generative language model with 7B parameters supporting the top-5 EU languages (English, Spanish, French, German, and Italian) and trained by the [Occiglot Research Collective](https://occiglot.github.io/occiglot/).\nIt was trained on 400M tokens of additional multilingual and code instructions.\nNote that the model was not safety aligned and might generate problematic outputs.\n\nThis is the first release of an ongoing open research project for multilingual language models. \nIf you want to train a model for your own language or are working on evaluations, please contact us or join our [Discord server](https://discord.gg/wUpvYs4XvM). **We are open for collaborations!**\n\n\n### Model details\n\n- **Instruction tuned from:** [occiglot-7b-eu5](https://huggingface.co/occiglot/occiglot-7b-eu5)\n- **Model type:** Causal decoder-only transformer language model\n- **Languages:** English, Spanish, French, German, Italian, and code.\n- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n- **Compute resources:** [DFKI cluster](https://www.dfki.de/en/web)\n- **Contributors:** Manuel Brack, Patrick Schramowski, Pedro Ortiz, Malte Ostendorff, Fabio Barth, Georg Rehm, Kristian Kersting\n- **Research labs:** [Occiglot](https://occiglot.github.io/occiglot/) with support from [SAINT](https://www.dfki.de/en/web/research/research-departments/foundations-of-systems-ai) and [SLT](https://www.dfki.de/en/web/research/research-departments/speech-and-language-technology)\n- **Contact:** [Discord](https://discord.gg/wUpvYs4XvM) \n\n### How to use\n\nThe model was trained using the chatml instruction template. You can use the transformers chat template feature for interaction.\nSince the generation relies on some randomness, we\nset a seed for reproducibility:\n\n```python\n>>> from transformers import AutoTokenizer, MistralForCausalLM, set_seed\n>>> tokenizer = AutoTokenizer.from_pretrained(\"occiglot/occiglot-7b-eu5-instruct\")\n>>> model = MistralForCausalLM.from_pretrained('occiglot/occiglot-7b-eu5-instruct')  # You may want to use bfloat16 and/or move to GPU here\n>>> set_seed(42)\n>>> messages = [\n>>>    {\"role\": \"system\", 'content': 'You are a helpful assistant. Please give short and concise answers.'},\n>>>    {\"role\": \"user\", \"content\": \"Wer ist der deutsche Bundeskanzler?\"},\n>>> ]\n>>> tokenized_chat = tokenizer.apply_chat_template(messages, tokenize=True, add_generation_prompt=True, return_dict=False, return_tensors='pt',)\n>>> set_seed(42)\n>>> outputs = model.generate(tokenized_chat.to('cuda'), max_new_tokens=200,)\n>>> tokenizer.decode(out[0][len(tokenized_chat[0]):])\n'Der deutsche Bundeskanzler ist Olaf Scholz.'\n```\n\n## Dataset\n\nThe training data was split evenly amongst the 5 languages based on the total number of tokens. We would like to thank [Disco Research](https://huggingface.co/DiscoResearch), [Jan Philipp Harries](https://huggingface.co/jphme), and [Björn Plüster](https://huggingface.co/bjoernp) for making their dataset available to us. \n\n\n**English and Code**\n - [Open-Hermes-2B](https://huggingface.co/datasets/teknium/OpenHermes-2.5)\n\n**German**\n - [DiscoLM German Dataset](https://huggingface.co/DiscoResearch) includes the publicly available [germanrag](https://huggingface.co/datasets/DiscoResearch/germanrag) dataset\n - [OASST-2](https://huggingface.co/datasets/OpenAssistant/oasst2) (German subset)\n - [Aya-Dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset) (German subset)\n\n**Spanish**\n - [Mentor-ES](https://huggingface.co/datasets/projecte-aina/MentorES)\n - [Squad-es](https://huggingface.co/datasets/squad_es)\n - [OASST-2](https://huggingface.co/datasets/OpenAssistant/oasst2) (Spanish subset)\n - [Aya-Dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset) (Spanish subset)\n\n**French**\n - [Bactrian-X](https://huggingface.co/datasets/MBZUAI/Bactrian-X) (French subset)\n - [AI-Society Translated](https://huggingface.co/datasets/camel-ai/ai_society_translated) (French subset)\n - [GT-Dorimiti](https://huggingface.co/datasets/Gt-Doremiti/gt-doremiti-instructions)\n - [OASST-2](https://huggingface.co/datasets/OpenAssistant/oasst2) (French subset)\n - [Aya-Dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset) (French subset)\n\n**Italian**\n - [Quora-IT-Baize](https://huggingface.co/datasets/andreabac3/Quora-Italian-Fauno-Baize)\n - [Stackoverflow-IT-Vaize](https://huggingface.co/datasets/andreabac3/StackOverflow-Italian-Fauno-Baize)\n - [Camoscio](https://huggingface.co/datasets/teelinsan/camoscio_cleaned)\n - [OASST-2](https://huggingface.co/datasets/OpenAssistant/oasst2) (Italian subset)\n - [Aya-Dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset) (Italian subset)\n\n## Training settings\n\n- Full instruction fine-tuning on 8xH100.\n- 0.6 - 4 training epochs (depending on dataset sampling).\n- Framework: [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl)\n- Precision: bf16\n- Optimizer: AdamW\n- Global batch size: 128 (with 8192 context length)\n- Cosine Annealing with Warmup\n\n\n## Tokenizer\n\nTokenizer is unchanged from [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).\n\n## Evaluation\n\nPreliminary evaluation results can be found below. \nPlease note that the non-English results are based on partially machine-translated datasets and English prompts ([Belebele](https://huggingface.co/datasets/facebook/belebele) and [Okapi framework](https://github.com/nlp-uoregon/Okapi)) and thus should be interpreted with caution, e.g., biased towards English model performance.\nCurrently, we are working on more suitable benchmarks for Spanish, French, German, and Italian.\n\n<details>\n<summary>Evaluation results</summary>\n  \n### All 5 Languages\n\n|                            |      avg |   arc_challenge |   belebele |   hellaswag |     mmlu |   truthfulqa |\n|:---------------------------|---------:|----------------:|-----------:|------------:|---------:|-------------:|\n| Occiglot-7b-eu5            | 0.516895 |        0.508109 |   0.675556 |    0.718963 | 0.402064 |     0.279782 |\n| Occiglot-7b-eu5-instruct   | 0.537799 |        0.53632  |   0.691111 |    0.731918 | 0.405198 |     0.32445  |\n| Occiglot-7b-de-en          | 0.518337 |        0.496297 |   0.715111 |    0.669034 | 0.412545 |     0.298697 |\n| Occiglot-7b-de-en-instruct | 0.543173 |        0.530826 |   0.745778 |    0.67676  | 0.411326 |     0.351176 |\n| Occiglot-7b-it-en          | 0.513221 |        0.500564 |   0.694444 |    0.668099 | 0.413528 |     0.289469 |\n| Occiglot-7b-it-en-instruct | 0.53721  |        0.523128 |   0.726667 |    0.683414 | 0.414918 |     0.337927 |\n| Occiglot-7b-fr-en          | 0.509209 |        0.496806 |   0.691333 |    0.667475 | 0.409129 |     0.281303 |\n| Occiglot-7b-fr-en-instruct | 0.52884  |        0.515613 |   0.723333 |    0.67371  | 0.413024 |     0.318521 |\n| Occiglot-7b-es-en          | 0.483388 |        0.482949 |   0.606889 |    0.653902 | 0.398922 |     0.274277 |\n| Occiglot-7b-es-en-instruct | 0.504023 |        0.494576 |   0.65     |    0.670847 | 0.406176 |     0.298513 |\n| Leo-mistral-hessianai-7b   | 0.484806 |        0.462103 |   0.653556 |    0.642242 | 0.379208 |     0.28692  |\n| Claire-mistral-7b-0.1      | 0.514226 |        0.502773 |   0.705111 |    0.666871 | 0.412128 |     0.284245 |\n| Lince-mistral-7b-it-es     | 0.543427 |        0.540222 |   0.745111 |    0.692931 | 0.426241 |     0.312629 |\n| Cerbero-7b                 | 0.532385 |        0.513714 |   0.743111 |    0.654061 | 0.427566 |     0.323475 |\n| Mistral-7b-v0.1            | 0.547111 |        0.528937 |   0.768444 |    0.682516 | 0.448253 |     0.307403 |\n| Mistral-7b-instruct-v0.2   | 0.56713  |        0.547228 |   0.741111 |    0.69455  | 0.422501 |     0.430262 |\n\n\n### English\n\n|                            |      avg |   arc_challenge |   belebele |   hellaswag |     mmlu |   truthfulqa |\n|:---------------------------|---------:|----------------:|-----------:|------------:|---------:|-------------:|\n| Occiglot-7b-eu5            | 0.59657  |        0.530717 |   0.726667 |    0.789882 | 0.531904 |     0.403678 |\n| Occiglot-7b-eu5-instruct   | 0.617905 |        0.558874 |   0.746667 |    0.799841 | 0.535109 |     0.449    |\n| Leo-mistral-hessianai-7b   | 0.600949 |        0.522184 |   0.736667 |    0.777833 | 0.538812 |     0.429248 |\n| Mistral-7b-v0.1            | 0.668385 |        0.612628 |   0.844444 |    0.834097 | 0.624555 |     0.426201 |\n| Mistral-7b-instruct-v0.2   | 0.713657 |        0.637372 |   0.824444 |    0.846345 | 0.59201  |     0.668116 |\n\n### German\n\n|                            |      avg |   arc_challenge_de |   belebele_de |   hellaswag_de |   mmlu_de |   truthfulqa_de |\n|:---------------------------|---------:|-------------------:|--------------:|---------------:|----------:|----------------:|\n| Occiglot-7b-eu5            | 0.508311 |           0.493584 |      0.646667 |       0.666631 |  0.483406 |        0.251269 |\n| Occiglot-7b-eu5-instruct   | 0.531506 |           0.529512 |      0.667778 |       0.685205 |  0.488234 |        0.286802 |\n| Occiglot-7b-de-en          | 0.540085 |           0.50556  |      0.743333 |       0.67421  |  0.514633 |        0.26269  |\n| Occiglot-7b-de-en-instruct | 0.566474 |           0.54491  |      0.772222 |       0.688407 |  0.515915 |        0.310914 |\n| Leo-mistral-hessianai-7b   | 0.517766 |           0.474765 |      0.691111 |       0.682109 |  0.488309 |        0.252538 |\n| Mistral-7b-v0.1            | 0.527957 |           0.476476 |      0.738889 |       0.610589 |  0.529567 |        0.284264 |\n| Mistral-7b-instruct-v0.2   | 0.535215 |           0.485885 |      0.688889 |       0.622438 |  0.501961 |        0.376904 |\n\n### Spanish\n\n|                            |      avg |   arc_challenge_es |   belebele_es |   hellaswag_es |   mmlu_es |   truthfulqa_es |\n|:---------------------------|---------:|-------------------:|--------------:|---------------:|----------:|----------------:|\n| Occiglot-7b-eu5            | 0.533194 |           0.508547 |      0.676667 |       0.725411 |  0.499325 |        0.25602  |\n| Occiglot-7b-eu5-instruct   | 0.548155 |           0.535043 |      0.68     |       0.737039 |  0.503525 |        0.285171 |\n| Occiglot-7b-es-en          | 0.527264 |           0.529915 |      0.627778 |       0.72253  |  0.512749 |        0.243346 |\n| Occiglot-7b-es-en-instruct | 0.5396   |           0.545299 |      0.636667 |       0.734372 |  0.524374 |        0.257288 |\n| Lince-mistral-7b-it-es     | 0.547212 |           0.52906  |      0.721111 |       0.687967 |  0.512749 |        0.285171 |\n| Mistral-7b-v0.1            | 0.554817 |           0.528205 |      0.747778 |       0.672712 |  0.544023 |        0.281369 |\n| Mistral-7b-instruct-v0.2   | 0.568575 |           0.54188  |      0.73     |       0.685406 |  0.511699 |        0.373891 |\n\n### French\n\n|                            |      avg |   arc_challenge_fr |   belebele_fr |   hellaswag_fr |   mmlu_fr |   truthfulqa_fr |\n|:---------------------------|---------:|-------------------:|--------------:|---------------:|----------:|----------------:|\n| Occiglot-7b-eu5            | 0.525017 |           0.506416 |      0.675556 |       0.712358 |  0.495684 |        0.23507  |\n| Occiglot-7b-eu5-instruct   | 0.554216 |           0.541488 |      0.7      |       0.724245 |  0.499122 |        0.306226 |\n| Occiglot-7b-fr-en          | 0.542903 |           0.532934 |      0.706667 |       0.718891 |  0.51333  |        0.242694 |\n| Occiglot-7b-fr-en-instruct | 0.567079 |           0.542344 |      0.752222 |       0.72553  |  0.52051  |        0.29479  |\n| Claire-mistral-7b-0.1      | 0.515127 |           0.486741 |      0.694444 |       0.642964 |  0.479566 |        0.271919 |\n| Cerbero-7b                 | 0.526044 |           0.462789 |      0.735556 |       0.624438 |  0.516462 |        0.290978 |\n| Mistral-7b-v0.1            | 0.558129 |           0.525235 |      0.776667 |       0.66481  |  0.543121 |        0.280813 |\n| Mistral-7b-instruct-v0.2   | 0.575821 |           0.551754 |      0.758889 |       0.67916  |  0.506837 |        0.382465 |\n\n### Italian\n\n|                            |      avg |   arc_challenge_it |   belebele_it |   hellaswag_it |   mmlu_it |   truthfulqa_it |\n|:---------------------------|---------:|-------------------:|--------------:|---------------:|----------:|----------------:|\n| Occiglot-7b-eu5            | 0.421382 |           0.501283 |      0.652222 |       0.700533 |         0 |        0.252874 |\n| Occiglot-7b-eu5-instruct   | 0.437214 |           0.516681 |      0.661111 |       0.71326  |         0 |        0.295019 |\n| Occiglot-7b-it-en          | 0.432667 |           0.536356 |      0.684444 |       0.694768 |         0 |        0.247765 |\n| Occiglot-7b-it-en-instruct | 0.456261 |           0.545766 |      0.717778 |       0.713804 |         0 |        0.303959 |\n| Cerbero-7b                 | 0.434939 |           0.522669 |      0.717778 |       0.631567 |         0 |        0.302682 |\n| Mistral-7b-v0.1            | 0.426264 |           0.502139 |      0.734444 |       0.630371 |         0 |        0.264368 |\n| Mistral-7b-instruct-v0.2   | 0.442383 |           0.519247 |      0.703333 |       0.6394   |         0 |        0.349936 |\n\n\n</details>\n\n## Acknowledgements\n\nThe pre-trained model training was supported by a compute grant at the [42 supercomputer](https://hessian.ai/) which is a central component in the development of [hessian AI](https://hessian.ai/), the [AI Innovation Lab](https://hessian.ai/infrastructure/ai-innovationlab/) (funded by the [Hessian Ministry of Higher Education, Research and the Art (HMWK)](https://wissenschaft.hessen.de) & the [Hessian Ministry of the Interior, for Security and Homeland Security (HMinD)](https://innen.hessen.de)) and the [AI Service Centers](https://hessian.ai/infrastructure/ai-service-centre/) (funded by the [German Federal Ministry for Economic Affairs and Climate Action (BMWK)](https://www.bmwk.de/Navigation/EN/Home/home.html)).\nThe curation of the training data is partially funded by the [German Federal Ministry for Economic Affairs and Climate Action (BMWK)](https://www.bmwk.de/Navigation/EN/Home/home.html)\nthrough the project [OpenGPT-X](https://opengpt-x.de/en/) (project no. 68GX21007D).\n\n\n## License\n\n[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n\n## See also\n\n- https://huggingface.co/collections/occiglot/occiglot-eu5-7b-v01-65dbed502a6348b052695e01\n\n\n\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 0,
  "downloads": 110,
  "gated": false,
  "private": false,
  "last_modified": "2024-05-10T09:19:59.000Z",
  "created_at": "2024-05-10T06:56:32.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "663dc5200a0c8367a69e2763",
  "id": "RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf",
  "modelId": "RichardErkhov/occiglot_-_occiglot-7b-eu5-instruct-gguf",
  "sha": "9d21c607cd929b1ad3c30d75df04a95294958bb0",
  "createdAt": "2024-05-10T06:56:32.000Z",
  "lastModified": "2024-05-10T09:19:59.000Z",
  "author": "RichardErkhov",
  "downloads": 110,
  "likes": 0,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 23
}