HCZhang commited on
Commit
17e546e
·
1 Parent(s): 74a7054

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +98 -32
README.md CHANGED
@@ -5,10 +5,28 @@ language:
5
  - en
6
  ---
7
  # Jellyfish-0-13B
8
-
9
  <!-- Provide a quick summary of what the model is/does. -->
10
- ![PicToModel][https://i.imgur.com/d8Bl04i.png]
 
11
  ## Model Details
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ### Model Description
14
 
@@ -21,7 +39,7 @@ language:
21
  - **Model type:** [More Information Needed]
22
  - **Language(s) (NLP):** English
23
  - **License:** cc-by-4.0
24
- - **Finetuned from model:** [OpenOrca-Platypus2-13B][https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B]
25
 
26
  ## Uses
27
 
@@ -33,17 +51,6 @@ language:
33
 
34
  [More Information Needed]
35
 
36
- ### Downstream Use [optional]
37
-
38
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
39
-
40
- [More Information Needed]
41
-
42
- ### Out-of-Scope Use
43
-
44
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
45
-
46
- [More Information Needed]
47
 
48
  ## Bias, Risks, and Limitations
49
 
@@ -120,7 +127,11 @@ Use the code below to get started with the model.
120
 
121
  #### Summary
122
 
 
 
 
123
 
 
124
 
125
  ## Model Examination [optional]
126
 
@@ -132,7 +143,7 @@ Use the code below to get started with the model.
132
 
133
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
134
 
135
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
136
 
137
  - **Hardware Type:** [More Information Needed]
138
  - **Hours used:** [More Information Needed]
@@ -140,29 +151,86 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
140
  - **Compute Region:** [More Information Needed]
141
  - **Carbon Emitted:** [More Information Needed]
142
 
143
- ## Technical Specifications [optional]
144
-
145
- ### Model Architecture and Objective
146
-
147
- [More Information Needed]
148
-
149
- ### Compute Infrastructure
150
-
151
- [More Information Needed]
152
-
153
  #### Hardware
154
 
155
- [More Information Needed]
156
 
157
- #### Software
158
 
159
- [More Information Needed]
160
 
161
  ## Citation [optional]
162
 
163
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
164
 
165
- **BibTeX:**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
  [More Information Needed]
168
 
@@ -172,8 +240,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
172
 
173
  ## Glossary [optional]
174
 
175
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
176
-
177
  [More Information Needed]
178
 
179
  ## More Information [optional]
@@ -186,6 +252,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
186
 
187
  ## Model Card Contact
188
 
189
- [More Information Needed]
190
 
191
 
 
5
  - en
6
  ---
7
  # Jellyfish-0-13B
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ <img src="https://i.imgur.com/d8Bl04i.png" alt="PicToModel" width="350"/>
10
+
11
  ## Model Details
12
+ Jellyfish is a model designed specifically for data preprocessing tasks, including entity matching, data imputation, error detection, and schema matching.
13
+
14
+ We fine-tuned [Open-Orca/OpenOrca-Platypus2-13B](https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B) using data derived from benchmark datasets for those data preprocessing tasks.
15
+
16
+ Its performance is competitive, standing up well against prior state-of-the-art algorithms and larger language models like GPT 3.5 and GPT 4.
17
+
18
+ We have released two versions of Jellyfish: the main version and a variant called "Jellyfish-reasoning."
19
+
20
+ As the names suggest, the main version focuses on providing accurate, direct answers. In contrast, Jellyfish-reasoning can generate not only the final answer to a data processing problem but also the reasoning behind its decision.
21
+
22
+ ## Prompt Template
23
+ ```
24
+ ### Instruction:
25
+
26
+ <prompt> (without the <>)
27
+
28
+ ### Response:
29
+ ```
30
 
31
  ### Model Description
32
 
 
39
  - **Model type:** [More Information Needed]
40
  - **Language(s) (NLP):** English
41
  - **License:** cc-by-4.0
42
+ - **Finetuned from model:** [Open-Orca/OpenOrca-Platypus2-13B](https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B)
43
 
44
  ## Uses
45
 
 
51
 
52
  [More Information Needed]
53
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  ## Bias, Risks, and Limitations
56
 
 
127
 
128
  #### Summary
129
 
130
+ #### Software
131
+
132
+ [hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory) for fine-tuning.
133
 
134
+ [vLLM](https://github.com/vllm-project/vllm) for inference.
135
 
136
  ## Model Examination [optional]
137
 
 
143
 
144
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
145
 
146
+ <!--Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
147
 
148
  - **Hardware Type:** [More Information Needed]
149
  - **Hours used:** [More Information Needed]
 
151
  - **Compute Region:** [More Information Needed]
152
  - **Carbon Emitted:** [More Information Needed]
153
 
 
 
 
 
 
 
 
 
 
 
154
  #### Hardware
155
 
156
+ [More Information Needed]-->
157
 
 
158
 
 
159
 
160
  ## Citation [optional]
161
 
162
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
163
 
164
+ ```bibtex
165
+ @article{
166
+ title = {Can Foundation Models Wrangle Your Data?},
167
+ author = {Avanika Narayan, Ines Chami, Laurel Orr, Simran Arora, Christopher Ré},
168
+ booktitle = {arXiv:2205.09911},
169
+ year = {2022}
170
+ }
171
+
172
+ @software{hunterlee2023orcaplaty1
173
+ title = {OpenOrcaPlatypus: Llama2-13B Model Instruct-tuned on Filtered OpenOrcaV1 GPT-4 Dataset and Merged with divergent STEM and Logic Dataset Model},
174
+ author = {Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz and Bleys Goodson and Wing Lian and Guan Wang and Eugene Pentland and Austin Cook and Chanvichet Vong and "Teknium"},
175
+ year = {2023},
176
+ publisher = {HuggingFace},
177
+ journal = {HuggingFace repository},
178
+ howpublished = {\url{https://huggingface.co/Open-Orca/OpenOrca-Platypus2-13B},
179
+ }
180
+ @article{platypus2023,
181
+ title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
182
+ author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
183
+ booktitle={arXiv preprint arxiv:2308.07317},
184
+ year={2023}
185
+ }
186
+ @software{OpenOrcaxOpenChatPreview2,
187
+ title = {OpenOrcaxOpenChatPreview2: Llama2-13B Model Instruct-tuned on Filtered OpenOrcaV1 GPT-4 Dataset},
188
+ author = {Guan Wang and Bleys Goodson and Wing Lian and Eugene Pentland and Austin Cook and Chanvichet Vong and "Teknium"},
189
+ year = {2023},
190
+ publisher = {HuggingFace},
191
+ journal = {HuggingFace repository},
192
+ howpublished = {\url{https://https://huggingface.co/Open-Orca/OpenOrcaxOpenChat-Preview2-13B},
193
+ }
194
+ @software{openchat,
195
+ title = {{OpenChat: Advancing Open-source Language Models with Imperfect Data}},
196
+ author = {Wang, Guan and Cheng, Sijie and Yu, Qiying and Liu, Changling},
197
+ doi = {10.5281/zenodo.8105775},
198
+ url = {https://github.com/imoneoi/openchat},
199
+ version = {pre-release},
200
+ year = {2023},
201
+ month = {7},
202
+ }
203
+ @misc{mukherjee2023orca,
204
+ title={Orca: Progressive Learning from Complex Explanation Traces of GPT-4},
205
+ author={Subhabrata Mukherjee and Arindam Mitra and Ganesh Jawahar and Sahaj Agarwal and Hamid Palangi and Ahmed Awadallah},
206
+ year={2023},
207
+ eprint={2306.02707},
208
+ archivePrefix={arXiv},
209
+ primaryClass={cs.CL}
210
+ }
211
+ @misc{touvron2023llama,
212
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
213
+ 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},
214
+ year={2023},
215
+ eprint= arXiv 2307.09288
216
+ }
217
+ @misc{longpre2023flan,
218
+ title={The Flan Collection: Designing Data and Methods for Effective Instruction Tuning},
219
+ author={Shayne Longpre and Le Hou and Tu Vu and Albert Webson and Hyung Won Chung and Yi Tay and Denny Zhou and Quoc V. Le and Barret Zoph and Jason Wei and Adam Roberts},
220
+ year={2023},
221
+ eprint={2301.13688},
222
+ archivePrefix={arXiv},
223
+ primaryClass={cs.AI}
224
+ }
225
+ @article{hu2021lora,
226
+ title={LoRA: Low-Rank Adaptation of Large Language Models},
227
+ author={Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Chen, Weizhu},
228
+ journal={CoRR},
229
+ year={2021}
230
+ }
231
+ ```
232
+
233
+ <!--**BibTeX:**
234
 
235
  [More Information Needed]
236
 
 
240
 
241
  ## Glossary [optional]
242
 
 
 
243
  [More Information Needed]
244
 
245
  ## More Information [optional]
 
252
 
253
  ## Model Card Contact
254
 
255
+ [More Information Needed]-->
256
 
257