Qwen 72B Instruct GPTQ Int4

Created at 25.08.2024 08:52

Assessment of the main tasks: 0.524

The submission does not contain all the required tasks

The table will scroll to the left

Task name Result Metric
LCS 0.15 Accuracy
RCB 0.543 / 0.507 Avg. F1 / Accuracy
USE 0.257 Grade Norm
RWSD 0.7 Accuracy
PARus 0.958 Accuracy
ruTiE 0.874 Accuracy
MultiQ 0.305 / 0.182 F1-score/EM
CheGeKa 0.08 / 0.002 F1 / EM
ruModAr 0.194 EM
ruMultiAr 0.403 EM
MathLogicQA 0.681 Accuracy
ruWorldTree 0.989 / 0.989 Avg. F1 / Accuracy
ruOpenBookQA 0.963 / 0.962 Avg. F1 / Accuracy

Evaluation on open tasks:

It is not taken into account in the overall rating

The table will scroll to the left

Task name Result Metric
BPS 0.038 Accuracy
ruMMLU 0.871 Accuracy
SimpleAr 0.995 EM
ruHumanEval 0.005 / 0.024 / 0.049 pass@k
ruHHH

0.848

  • Honest: 0.869
  • Harmless: 0.828
  • Helpful: 0.847
Accuracy
ruHateSpeech

0.864

  • Women : 0.861
  • Man : 0.743
  • LGBT : 0.941
  • Nationality : 0.892
  • Migrants : 0.714
  • Other : 0.918
Accuracy
ruDetox
  • 0.028
  • 0.301
  • 0.798
  • 0.103

Overall average score (J)

Assessment of the preservation of meaning (SIM)

Assessment of naturalness (FL)

Style Transfer Accuracy (STA)

ruEthics
Correct God Ethical
Virtue -0.582 -0.581 -0.675
Law -0.551 -0.592 -0.679
Moral -0.595 -0.634 -0.726
Justice -0.517 -0.529 -0.617
Utilitarianism -0.445 -0.492 -0.552

Table results:

[[-0.582, -0.551 , -0.595, -0.517 , -0.445],
[-0.581, -0.592 , -0.634, -0.529 , -0.492],
[-0.675, -0.679 , -0.726, -0.617 , -0.552]]

5 MCC

Information about the submission:

Team:

НГУ

Name of the ML model:

Qwen 72B Instruct GPTQ Int4

Architecture description:

Qwen2 72B Instruct GPTQ Int4 is a language model including decoder of 72B size which quantized into Int4 using GPTQ method. It is based on the Transformer architecture with SwiGLU activation, attention QKV bias, group query attention, etc. Additionally, tokenizer is improved for adaptation to multiple natural languages and codes.

Description of the training:

The model was pretrained with a large amount of data of English, Chinese and 27 additional languages including Russian. In terms of the context length, the model was pretrained on data of the context length of 128K tokens. After pretraining, the model was quantized using the one-shot weight quantization based on approximate second-order information, which is known as GPTQ.

Pretrain data:

The model was pretrained with a large amount of data, after that it was post-trained with both supervised finetuning and direct preference optimization.

Training Details:

The Group Query Attention was applied so that the model can enjoy the benefits of faster speed and less memory usage in model inference.

License:

Apache 2.0

Strategy, generation and parameters:

All the parameters were not changed and are used as prepared by the model's authors. Details: - 1 x NVIDIA A100 80GB - dtype auto- Pytorch 2.3.1 + CUDA 11.7 - Transformers 4.38.2 - Context length 128K.