IndexTeam/Index-1.9B-Pure

Model

5

stars

7

commits

2

linked in READMEs

Jun 27, 2024

updated

custom_code
index
pytorch
text-generation
transformers

README

Index-1.9B

Model Introduction

We are excited to announce the release of a lightweight version from the Index series models: the Index-1.9B series. The open-source Index-1.9B series includes the following models:

  • Index-1.9B base: The base model, with 1.9 billion non-embedding parameters, pre-trained on a 2.8T corpus mainly in Chinese and English. It leads in multiple evaluation benchmarks compared to models of the same level.
  • Index-1.9B pure (this repository's model) : A control version of the base model with the same parameters and training strategy, but strictly filtered out all instruction-related data from the corpus to verify the impact of instructions on benchmarks.
  • Index-1.9B chat: A dialogue model aligned with SFT and DPO based on the Index-1.9B base. We found that due to the introduction of a lot of internet community corpus in our pre-training, the model has significantly more interesting chatting capabilities.
  • Index-1.9B character : Introduces RAG on top of SFT and DPO to achieve few-shots role-playing customization.

Note: This is the Base model, capable only of continuation and further training alignment, and cannot be directly interacted with.

For more details, see our GitHub and Index-1.9B Technical Report

Evaluation Results

The Index-1.9B shows excellent performance in general understanding evaluations, leading compared to recently open-sourced small models and comparable to some 7B and models larger than 10B.

ModelAverage scoreAverage English scoreMMLUCEVALCMMLUHellaSwagArc-CArc-E
Google Gemma 2B41.5846.7741.8131.3631.0266.8236.3942.07
Phi-2 (2.7B)58.8972.5457.6131.1232.0570.9474.5187.1
Qwen1.5-1.8B58.9659.2847.0559.4857.1258.3356.8274.93
Qwen2-1.5B(report)65.1762.5256.570.670.366.643.983.09
MiniCPM-2.4B-SFT62.5368.7553.849.1950.9767.2969.4484.48
Index-1.9B-Pure49.5552.8343.7542.3543.6163.2142.7561.61
Index-1.9B64.9269.9352.5357.0152.7980.6965.1581.35
Llama2-7B50.7960.3144.3232.4231.117646.374.6
Mistral-7B (report)/69.2360.1//81.355.580
Baichuan2-7B54.5353.5154.6456.1956.9525.0457.2577.12
Llama2-13B57.5166.6155.7839.9338.776.2258.8875.56
Baichuan2-13B68.9071.6959.6359.2161.2772.6170.0484.48
MPT-30B (report)/63.4846.9//79.950.676.5
Falcon-40B (report)/68.1855.4//83.654.579.2

Evaluation code is based on OpenCompass with compatibility modifications. See the evaluate folder for details.

Contributors

AsirAsir

4 commits

BitVoyage

2 commits

RO
root

1 commits

IndexTeam/Index-1.9B-Pure

Model

5

stars

7

commits

2

linked in READMEs

Jun 27, 2024

updated

custom_code
index
pytorch
text-generation
transformers

README

Index-1.9B

Model Introduction

We are excited to announce the release of a lightweight version from the Index series models: the Index-1.9B series. The open-source Index-1.9B series includes the following models:

  • Index-1.9B base: The base model, with 1.9 billion non-embedding parameters, pre-trained on a 2.8T corpus mainly in Chinese and English. It leads in multiple evaluation benchmarks compared to models of the same level.
  • Index-1.9B pure (this repository's model) : A control version of the base model with the same parameters and training strategy, but strictly filtered out all instruction-related data from the corpus to verify the impact of instructions on benchmarks.
  • Index-1.9B chat: A dialogue model aligned with SFT and DPO based on the Index-1.9B base. We found that due to the introduction of a lot of internet community corpus in our pre-training, the model has significantly more interesting chatting capabilities.
  • Index-1.9B character : Introduces RAG on top of SFT and DPO to achieve few-shots role-playing customization.

Note: This is the Base model, capable only of continuation and further training alignment, and cannot be directly interacted with.

For more details, see our GitHub and Index-1.9B Technical Report

Evaluation Results

The Index-1.9B shows excellent performance in general understanding evaluations, leading compared to recently open-sourced small models and comparable to some 7B and models larger than 10B.

ModelAverage scoreAverage English scoreMMLUCEVALCMMLUHellaSwagArc-CArc-E
Google Gemma 2B41.5846.7741.8131.3631.0266.8236.3942.07
Phi-2 (2.7B)58.8972.5457.6131.1232.0570.9474.5187.1
Qwen1.5-1.8B58.9659.2847.0559.4857.1258.3356.8274.93
Qwen2-1.5B(report)65.1762.5256.570.670.366.643.983.09
MiniCPM-2.4B-SFT62.5368.7553.849.1950.9767.2969.4484.48
Index-1.9B-Pure49.5552.8343.7542.3543.6163.2142.7561.61
Index-1.9B64.9269.9352.5357.0152.7980.6965.1581.35
Llama2-7B50.7960.3144.3232.4231.117646.374.6
Mistral-7B (report)/69.2360.1//81.355.580
Baichuan2-7B54.5353.5154.6456.1956.9525.0457.2577.12
Llama2-13B57.5166.6155.7839.9338.776.2258.8875.56
Baichuan2-13B68.9071.6959.6359.2161.2772.6170.0484.48
MPT-30B (report)/63.4846.9//79.950.676.5
Falcon-40B (report)/68.1855.4//83.654.579.2

Evaluation code is based on OpenCompass with compatibility modifications. See the evaluate folder for details.

Contributors

AsirAsir

4 commits

BitVoyage

2 commits

RO
root

1 commits