TheBloke commited on
Commit
6fc9acb
1 Parent(s): b181e8a

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. README.md +331 -0
README.md ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - garage-bAInd/Open-Platypus
4
+ inference: false
5
+ language:
6
+ - en
7
+ license: other
8
+ model_creator: garage-bAInd
9
+ model_link: https://huggingface.co/garage-bAInd/Camel-Platypus2-70B
10
+ model_name: Camel Platypus2 70B
11
+ model_type: llama
12
+ quantized_by: TheBloke
13
+ ---
14
+
15
+ <!-- header start -->
16
+ <div style="width: 100%;">
17
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
22
+ </div>
23
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
24
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
25
+ </div>
26
+ </div>
27
+ <!-- header end -->
28
+
29
+ # Camel Platypus2 70B - GPTQ
30
+ - Model creator: [garage-bAInd](https://huggingface.co/garage-bAInd)
31
+ - Original model: [Camel Platypus2 70B](https://huggingface.co/garage-bAInd/Camel-Platypus2-70B)
32
+
33
+ ## Description
34
+
35
+ This repo contains GPTQ model files for [garage-bAInd's Camel Platypus2 70B](https://huggingface.co/garage-bAInd/Camel-Platypus2-70B).
36
+
37
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
38
+
39
+ ## Repositories available
40
+
41
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ)
42
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GGML)
43
+ * [garage-bAInd's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/garage-bAInd/Camel-Platypus2-70B)
44
+
45
+ ## Prompt template: Alpaca
46
+
47
+ ```
48
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
49
+
50
+ ### Instruction:
51
+ {prompt}
52
+
53
+ ### Response:
54
+ ```
55
+
56
+ ## Provided files and GPTQ parameters
57
+
58
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
59
+
60
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
61
+
62
+ All GPTQ files are made with AutoGPTQ.
63
+
64
+ <details>
65
+ <summary>Explanation of GPTQ parameters</summary>
66
+
67
+ - Bits: The bit size of the quantised model.
68
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
69
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have issues with models that use Act Order plus Group Size.
70
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
71
+ - GPTQ dataset: The dataset used for quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
72
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
73
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
74
+
75
+ </details>
76
+
77
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
78
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
79
+ | [main](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 35.33 GB | Yes | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
80
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 40.66 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
81
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 37.99 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
82
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 36.65 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
83
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 26.77 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
84
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 28.03 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False but poor AutoGPTQ CUDA speed. |
85
+
86
+ ## How to download from branches
87
+
88
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/Camel-Platypus2-70B-GPTQ:gptq-4bit-32g-actorder_True`
89
+ - With Git, you can clone a branch with:
90
+ ```
91
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/Camel-Platypus2-70B-GPTQ
92
+ ```
93
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
94
+
95
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
96
+
97
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
98
+
99
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
100
+
101
+ 1. Click the **Model tab**.
102
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Camel-Platypus2-70B-GPTQ`.
103
+ - To download from a specific branch, enter for example `TheBloke/Camel-Platypus2-70B-GPTQ:gptq-4bit-32g-actorder_True`
104
+ - see Provided Files above for the list of branches for each option.
105
+ 3. Click **Download**.
106
+ 4. The model will start downloading. Once it's finished it will say "Done"
107
+ 5. In the top left, click the refresh icon next to **Model**.
108
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Camel-Platypus2-70B-GPTQ`
109
+ 7. The model will automatically load, and is now ready for use!
110
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
111
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
112
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
113
+
114
+ ## How to use this GPTQ model from Python code
115
+
116
+ First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) 0.3.1 or later installed:
117
+
118
+ ```
119
+ pip3 install auto-gptq
120
+ ```
121
+
122
+ If you have problems installing AutoGPTQ, please build from source instead:
123
+ ```
124
+ pip3 uninstall -y auto-gptq
125
+ git clone https://github.com/PanQiWei/AutoGPTQ
126
+ cd AutoGPTQ
127
+ pip3 install .
128
+ ```
129
+
130
+ Then try the following example code:
131
+
132
+ ```python
133
+ from transformers import AutoTokenizer, pipeline, logging
134
+ from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
135
+
136
+ model_name_or_path = "TheBloke/Camel-Platypus2-70B-GPTQ"
137
+
138
+ use_triton = False
139
+
140
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
141
+
142
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
143
+ use_safetensors=True,
144
+ trust_remote_code=False,
145
+ device="cuda:0",
146
+ use_triton=use_triton,
147
+ quantize_config=None)
148
+
149
+ """
150
+ # To download from a specific branch, use the revision parameter, as in this example:
151
+ # Note that `revision` requires AutoGPTQ 0.3.1 or later!
152
+
153
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
154
+ revision="gptq-4bit-32g-actorder_True",
155
+ use_safetensors=True,
156
+ trust_remote_code=False,
157
+ device="cuda:0",
158
+ quantize_config=None)
159
+ """
160
+
161
+ prompt = "Tell me about AI"
162
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
163
+
164
+ ### Instruction:
165
+ {prompt}
166
+
167
+ ### Response:
168
+ '''
169
+
170
+ print("\n\n*** Generate:")
171
+
172
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
173
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
174
+ print(tokenizer.decode(output[0]))
175
+
176
+ # Inference can also be done using transformers' pipeline
177
+
178
+ # Prevent printing spurious transformers error when using pipeline with AutoGPTQ
179
+ logging.set_verbosity(logging.CRITICAL)
180
+
181
+ print("*** Pipeline:")
182
+ pipe = pipeline(
183
+ "text-generation",
184
+ model=model,
185
+ tokenizer=tokenizer,
186
+ max_new_tokens=512,
187
+ temperature=0.7,
188
+ top_p=0.95,
189
+ repetition_penalty=1.15
190
+ )
191
+
192
+ print(pipe(prompt_template)[0]['generated_text'])
193
+ ```
194
+
195
+ ## Compatibility
196
+
197
+ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLaMa (only CUDA has been tested), and Occ4m's GPTQ-for-LLaMa fork.
198
+
199
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
200
+
201
+ <!-- footer start -->
202
+ ## Discord
203
+
204
+ For further support, and discussions on these models and AI in general, join us at:
205
+
206
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
207
+
208
+ ## Thanks, and how to contribute.
209
+
210
+ Thanks to the [chirper.ai](https://chirper.ai) team!
211
+
212
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
213
+
214
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
215
+
216
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
217
+
218
+ * Patreon: https://patreon.com/TheBlokeAI
219
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
220
+
221
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
222
+
223
+ **Patreon special mentions**: Willem Michiel, Ajan Kanaga, Cory Kujawski, Alps Aficionado, Nikolai Manek, Jonathan Leane, Stanislav Ovsiannikov, Michael Levine, Luke Pendergrass, Sid, K, Gabriel Tamborski, Clay Pascal, Kalila, William Sang, Will Dee, Pieter, Nathan LeClaire, ya boyyy, David Flickinger, vamX, Derek Yates, Fen Risland, Jeffrey Morgan, webtim, Daniel P. Andersen, Chadd, Edmond Seymore, Pyrater, Olusegun Samson, Lone Striker, biorpg, alfie_i, Mano Prime, Chris Smitley, Dave, zynix, Trenton Dambrowitz, Johann-Peter Hartmann, Magnesian, Spencer Kim, John Detwiler, Iucharbius, Gabriel Puliatti, LangChain4j, Luke @flexchar, Vadim, Rishabh Srivastava, Preetika Verma, Ai Maven, Femi Adebogun, WelcomeToTheClub, Leonard Tan, Imad Khwaja, Steven Wood, Stefan Sabev, Sebastain Graf, usrbinkat, Dan Guido, Sam, Eugene Pentland, Mandus, transmissions 11, Slarti, Karl Bernard, Spiking Neurons AB, Artur Olbinski, Joseph William Delisle, ReadyPlayerEmma, Olakabola, Asp the Wyvern, Space Cruiser, Matthew Berman, Randy H, subjectnull, danny, John Villwock, Illia Dulskyi, Rainer Wilmers, theTransient, Pierre Kircher, Alexandros Triantafyllidis, Viktor Bowallius, terasurfer, Deep Realms, SuperWojo, senxiiz, Oscar Rangel, Alex, Stephen Murray, Talal Aujan, Raven Klaugh, Sean Connelly, Raymond Fosdick, Fred von Graf, chris gileta, Junyu Yang, Elle
224
+
225
+
226
+ Thank you to all my generous patrons and donaters!
227
+
228
+ <!-- footer end -->
229
+
230
+ # Original model card: garage-bAInd's Camel Platypus2 70B
231
+
232
+
233
+ # Platypus2-70B-instruct
234
+
235
+ Camel-Platypus2-70B is a merge of [`garage-bAInd/Platypus2-70B`](https://huggingface.co/garage-bAInd/Platypus2-70B) and [`augtoma/qCammel-70-x`](https://huggingface.co/augtoma/qCammel-70-x).
236
+
237
+ ![Platty](./Best_Platty_small.jpeg)
238
+
239
+ ### Benchmark Metrics
240
+
241
+ | Metric | Value |
242
+ |-----------------------|-------|
243
+ | MMLU (5-shot) | -- |
244
+ | ARC (25-shot) | -- |
245
+ | HellaSwag (10-shot) | -- |
246
+ | TruthfulQA (0-shot) | -- |
247
+ | Avg. | -- |
248
+
249
+ We use state-of-the-art [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) to run the benchmark tests above, using the same version as the HuggingFace LLM Leaderboard. Please see below for detailed instructions on reproducing benchmark results.
250
+
251
+ ### Model Details
252
+
253
+ * **Trained by**: **Platypus2-70B** trained by Cole Hunter & Ariel Lee; **augtoma/qCammel-70-x** trained by augtoma
254
+ * **Model type:** **Camel-Platypus2-70B** is an auto-regressive language model based on the LLaMA 2 transformer architecture.
255
+ * **Language(s)**: English
256
+ * **License**: Non-Commercial Creative Commons license ([CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/))
257
+
258
+ ### Prompt Template
259
+ ```
260
+ ### Instruction:
261
+
262
+ <prompt> (without the <>)
263
+
264
+ ### Response:
265
+ ```
266
+
267
+ ### Training Dataset
268
+
269
+ `garage-bAInd/Platypus2-70B` trained using STEM and logic based dataset [`garage-bAInd/Open-Platypus`](https://huggingface.co/datasets/garage-bAInd/Open-Platypus) [COMING SOON!].
270
+
271
+ ### Training Procedure
272
+
273
+ `garage-bAInd/Platypus2-70B` was instruction fine-tuned using LoRA on 8 A100 80GB. For training details and inference instructions please see the [Platypus](https://github.com/arielnlee/Platypus) GitHub repo.
274
+
275
+ ### Reproducing Evaluation Results
276
+
277
+ Install LM Evaluation Harness:
278
+ ```
279
+ # clone repository
280
+ git clone https://github.com/EleutherAI/lm-evaluation-harness.git
281
+ # change to repo directory
282
+ cd lm-evaluation-harness
283
+ # check out the correct commit
284
+ git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
285
+ # install
286
+ pip install -e .
287
+ ```
288
+ Each task was evaluated on a single A100 80GB GPU.
289
+
290
+ ARC:
291
+ ```
292
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Camel-Platypus2-70B --tasks arc_challenge --batch_size 1 --no_cache --write_out --output_path results/Camel-Platypus2-70B/arc_challenge_25shot.json --device cuda --num_fewshot 25
293
+ ```
294
+
295
+ HellaSwag:
296
+ ```
297
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Camel-Platypus2-70B --tasks hellaswag --batch_size 1 --no_cache --write_out --output_path results/Camel-Platypus2-70B/hellaswag_10shot.json --device cuda --num_fewshot 10
298
+ ```
299
+
300
+ MMLU:
301
+ ```
302
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Camel-Platypus2-70B --tasks hendrycksTest-* --batch_size 1 --no_cache --write_out --output_path results/Camel-Platypus2-70B/mmlu_5shot.json --device cuda --num_fewshot 5
303
+ ```
304
+
305
+ TruthfulQA:
306
+ ```
307
+ python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Camel-Platypus2-70B --tasks truthfulqa_mc --batch_size 1 --no_cache --write_out --output_path results/Camel-Platypus2-70B/truthfulqa_0shot.json --device cuda
308
+ ```
309
+ ### Limitations and bias
310
+
311
+ Llama 2 and fine-tuned variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 2 and any fine-tuned varient's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
312
+
313
+ Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
314
+
315
+ ### Citations
316
+
317
+ ```bibtex
318
+ @misc{touvron2023llama,
319
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
320
+ 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},
321
+ year={2023},
322
+ }
323
+ ```
324
+ ```bibtex
325
+ @article{hu2021lora,
326
+ title={LoRA: Low-Rank Adaptation of Large Language Models},
327
+ author={Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Chen, Weizhu},
328
+ journal={CoRR},
329
+ year={2021}
330
+ }
331
+ ```