dahara1 commited on
Commit
ac5597d
β€’
1 Parent(s): 96a4ba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -8,13 +8,13 @@ language:
8
 
9
  # Model Card for Model ID
10
 
11
- Original model [elyza/ELYZA-japanese-Llama-2-7b-instruct](https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b-instruct) which is based on Meta's "Llama 2" and has undergone additional pre-training in Japanese, and thier original post-training and speed up tuning.
12
 
13
- This model is a AWQ quantized(miniaturized to 3.8GB) version of the original model(13.48GB).
14
 
15
  ## Model Details
16
 
17
- Currently, this model **only works with the Colab A100** or RTX series. Even though there is enough GPU memory, the output may become abnormal on T4 and V100. The cause of the abnormal output has not yet been determined.
18
 
19
  Quantization reduces the amount of memory required and improves execution speed, but unfortunately performance deteriorates.
20
 
@@ -22,7 +22,7 @@ In particular, the original model is tuned for the purpose of strengthening the
22
 
23
  Although the ability to follow instructions cannot be measured using existing automated benchmarks, we have confirmed that quantized model significantly deteriorates the ability to follow instructions.
24
 
25
- This model has better ability to follow instructions than the [GPTQ version](https://huggingface.co/dahara1/ELYZA-japanese-Llama-2-7b-fast-instruct-GPTQ).
26
 
27
  ## Sample Script
28
 
@@ -95,5 +95,34 @@ Output
95
  ちγͺっしーはγƒͺγƒ©γƒƒγ‚―γƒžγ«θˆΉζ©‹γ‚’εΎŒγ«γ™γ‚‹γ‚ˆ
96
  ```
97
 
98
- ## See also
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ)
 
8
 
9
  # Model Card for Model ID
10
 
11
+ Original model [elyza/ELYZA-japanese-Llama-2-7b-instruct](https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b-instruct) which is based on Meta's "Llama 2" and has undergone additional pre-training in Japanese instruction.
12
 
13
+ This model is a AWQ quantized(miniaturized to 3.89GB) version of the original model(13.48GB).
14
 
15
  ## Model Details
16
 
17
+ Currently, this model is confirmed to work with **Colab A100** or RTX 3060 on local PC. There is a problem with Free Colab(T4) and Colab Pro(V100) that prevents text from being output even though there is sufficient GPU memory. However, I still don't know the cause.
18
 
19
  Quantization reduces the amount of memory required and improves execution speed, but unfortunately performance deteriorates.
20
 
 
22
 
23
  Although the ability to follow instructions cannot be measured using existing automated benchmarks, we have confirmed that quantized model significantly deteriorates the ability to follow instructions.
24
 
25
+ But this model has better ability to follow instructions than the previous [GPTQ version](https://huggingface.co/dahara1/ELYZA-japanese-Llama-2-7b-fast-instruct-GPTQ).
26
 
27
  ## Sample Script
28
 
 
95
  ちγͺっしーはγƒͺγƒ©γƒƒγ‚―γƒžγ«θˆΉζ©‹γ‚’εΎŒγ«γ™γ‚‹γ‚ˆ
96
  ```
97
 
98
+ ### Citations
99
+
100
+ This model is based on the work of the following people:
101
+
102
+ ```tex
103
+ @misc{elyzallama2023,
104
+ title={ELYZA-japanese-Llama-2-7b},
105
+ url={https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b},
106
+ author={Akira Sasaki and Masato Hirakawa and Shintaro Horie and Tomoaki Nakamura},
107
+ year={2023},
108
+ }
109
+ ```
110
+
111
+ ```tex
112
+ @misc{touvron2023llama,
113
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
114
+ author={Hugo Touvron and Louis Martin and Kevin Stone and Peter Albert and Amjad Almahairi and Yasmine Babaei and Nikolay Bashlykov and Soumya Batra and Prajjwal Bhargava and Shruti Bhosale and Dan Bikel and Lukas Blecher and Cristian Canton Ferrer and Moya Chen and Guillem Cucurull and David Esiobu and Jude Fernandes and Jeremy Fu and Wenyin Fu and Brian Fuller and Cynthia Gao and Vedanuj Goswami and Naman Goyal and Anthony Hartshorn and Saghar Hosseini and Rui Hou and Hakan Inan and Marcin Kardas and Viktor Kerkez and Madian Khabsa and Isabel Kloumann and Artem Korenev and Punit Singh Koura and Marie-Anne Lachaux and Thibaut Lavril and Jenya Lee and Diana Liskovich and Yinghai Lu and Yuning Mao and Xavier Martinet and Todor Mihaylov and Pushkar Mishra and Igor Molybog and Yixin Nie and Andrew Poulton and Jeremy Reizenstein and Rashi Rungta and Kalyan Saladi and Alan Schelten and Ruan Silva and Eric Michael Smith and Ranjan Subramanian and Xiaoqing Ellen Tan and Binh Tang and Ross Taylor and Adina Williams and Jian Xiang Kuan and Puxin Xu and Zheng Yan and Iliyan Zarov and Yuchen Zhang and Angela Fan and Melanie Kambadur and Sharan Narang and Aurelien Rodriguez and Robert Stojnic and Sergey Edunov and Thomas Scialom},
115
+ year={2023},
116
+ eprint={2307.09288},
117
+ archivePrefix={arXiv},
118
+ primaryClass={cs.CL}
119
+ }
120
+ ```
121
+
122
+
123
+ ### about this work
124
+ - **This Quantization work was done by :** [webbigdata](https://webbigdata.jp/)
125
+
126
+
127
+ ### See also
128
  [casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ)