models.json 3.21 KB
Newer Older
Jeffrey Morgan's avatar
Jeffrey Morgan committed
1
2
[
  {
Bruce MacDonald's avatar
Bruce MacDonald committed
3
4
5
    "name": "orca",
    "display_name": "Orca Mini",
    "parameters": "3B",
Michael Chiang's avatar
Michael Chiang committed
6
7
8
9
10
11
    "url": "huggingface.co/TheBloke/orca_mini_3B-GGML",
    "short_description": "Follow instructions. Great small model that runs fast even without GPU support.",
    "description": "An OpenLLaMa-3B model trained on explain tuned datasets, created using Instructions and Input from WizardLM, Alpaca & Dolly-V2 datasets and applying Orca Research Paper dataset construction approaches.",
    "published_by": "TheBloke",
    "original_author": "psmathur",
    "original_url": "https://huggingface.co/psmathur/orca_mini_3b",
Bruce MacDonald's avatar
Bruce MacDonald committed
12
    "license": "CC-BY-SA-4.0"
Jeffrey Morgan's avatar
Jeffrey Morgan committed
13
14
  },
  {
Bruce MacDonald's avatar
Bruce MacDonald committed
15
16
17
    "name": "replit",
    "display_name": "Replit Code",
    "parameters": "3B",
Jeffrey Morgan's avatar
Jeffrey Morgan committed
18
    "url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b",
Michael Chiang's avatar
Michael Chiang committed
19
20
    "short_description": "Code Completion",
    "description": "This model focuses on code completion. The training mixture includes 20 different languages, listed here in descending order of number of tokens: Markdown, Java, JavaScript, Python, TypeScript, PHP, SQL, JSX, reStructuredText, Rust, C, CSS, Go, C++, HTML, Vue, Ruby, Jupyter Notebook, R, and Shell. This model binary is converted by Nomic AI with the original Replit model code before it was refactored to use MPT configurations.",
Jeffrey Morgan's avatar
Jeffrey Morgan committed
21
    "published_by": "Nomic AI",
Michael Chiang's avatar
Michael Chiang committed
22
23
    "original_author": "Replit, Inc.",
    "original_url": "https://huggingface.co/replit/replit-code-v1-3b",
Bruce MacDonald's avatar
Bruce MacDonald committed
24
    "license": "CC-BY-SA-4.0"
Jeffrey Morgan's avatar
Jeffrey Morgan committed
25
  },
Michael Chiang's avatar
Michael Chiang committed
26
  {
Bruce MacDonald's avatar
Bruce MacDonald committed
27
28
29
    "name": "nous-hermes",
    "display_name": "Nous Hermes",
    "parameters": "13B",
Michael Chiang's avatar
Michael Chiang committed
30
31
32
33
34
35
    "url": "https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML",
    "short_description": "Currently one of the best 13B general model.",
    "description": "It is suitable for a wide range of language tasks, from generating creative text to understanding and following complex instructions. This model was fine-tuned by Nous Research, with Teknium and Karan4D leading the fine tuning process and dataset curation, Redmond AI sponsoring the compute, and several other contributors. The result is an enhanced Llama 13b model that rivals GPT-3.5-turbo in performance across a variety of tasks. \n \n This model stands out for its long responses, low hallucination rate, and absence of OpenAI censorship mechanisms. The fine-tuning process was performed with a 2000 sequence length on an 8x a100 80GB DGX machine for over 50 hours.",
    "published_by": "TheBloke",
    "original_author": "NousResearch",
    "original_url": "https://huggingface.co/NousResearch/Nous-Hermes-13b",
Bruce MacDonald's avatar
Bruce MacDonald committed
36
    "license": "GPL"
Jeffrey Morgan's avatar
Jeffrey Morgan committed
37
  },
Michael Chiang's avatar
Michael Chiang committed
38
  {
Bruce MacDonald's avatar
Bruce MacDonald committed
39
40
41
    "name": "vicuna",
    "display_name": "Wizard Vicuna Uncensored",
    "parameters": "13B",
Jeffrey Morgan's avatar
Jeffrey Morgan committed
42
    "url": "https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML",
Michael Chiang's avatar
Michael Chiang committed
43
44
    "short_description": "An uncensored model with no guardrails.",
    "description": "This model is trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.",
Jeffrey Morgan's avatar
Jeffrey Morgan committed
45
46
47
    "published_by": "TheBloke",
    "original_author": "ehartford",
    "original_url": "https://huggingface.co/ehartford/Wizard-Vicuna-13B-Uncensored",
Michael Chiang's avatar
Michael Chiang committed
48
    "license:": "GPL"
Jeffrey Morgan's avatar
Jeffrey Morgan committed
49
50
  }
]