We explore supervised multitask pre-training by proposing
Instruction Pre-Training
, a framework that scalably augments massive raw corpora with instruction-response pairs to pre-train language models. The instruction-response pairs are generated by an efficient instruction synthesizer built on open-source models.
Instruction Pre-Training
outperforms
Vanilla Pre-training
in both general pre-training from scratch and domain-adaptive continual pre-training.
In pre-training from scratch,
Instruction Pre-Training
not only improves pre-trained base models but also benefits more from further instruction tuning.
In continual pre-training,
Instruction Pre-Training
enables Llama3-8B to be comparable to or even outperform Llama3-70B.
Resources
🤗 We share our data and models with example usages, feel free to open any issues or discussions! 🤗
For example, to chat with the biomedicine-Llama3-8B model:
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("instruction-pretrain/medicine-Llama3-8B")
tokenizer = AutoTokenizer.from_pretrained("instruction-pretrain/medicine-Llama3-8B")
# Put your input here, NO prompt template is required
user_input = '''Question: Which of the following is an example of monosomy?Options:- 46,XX- 47,XXX- 69,XYY- 45,XPlease provide your choice first and then provide explanations if possible.'''
inputs = tokenizer(user_input, return_tensors="pt", add_special_tokens=True).input_ids.to(model.device)
outputs = model.generate(input_ids=inputs, max_new_tokens=400)[0]
answer_start = int(inputs.shape[-1])
pred = tokenizer.decode(outputs[answer_start:], skip_special_tokens=True)
print(pred)
@inproceedings{
cheng2024adapting,
title={Adapting Large Language Models via Reading Comprehension},
author={Daixuan Cheng and Shaohan Huang and Furu Wei},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=y886UXPEZ0}
}
Runs of QuantFactory medicine-Llama3-8B-GGUF on huggingface.co
959
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs
More Information About medicine-Llama3-8B-GGUF huggingface.co Model
medicine-Llama3-8B-GGUF huggingface.co is an AI model on huggingface.co that provides medicine-Llama3-8B-GGUF's model effect (), which can be used instantly with this QuantFactory medicine-Llama3-8B-GGUF model. huggingface.co supports a free trial of the medicine-Llama3-8B-GGUF model, and also provides paid use of the medicine-Llama3-8B-GGUF. Support call medicine-Llama3-8B-GGUF model through api, including Node.js, Python, http.
medicine-Llama3-8B-GGUF huggingface.co is an online trial and call api platform, which integrates medicine-Llama3-8B-GGUF's modeling effects, including api services, and provides a free online trial of medicine-Llama3-8B-GGUF, you can try medicine-Llama3-8B-GGUF online for free by clicking the link below.
QuantFactory medicine-Llama3-8B-GGUF online free url in huggingface.co:
medicine-Llama3-8B-GGUF is an open source model from GitHub that offers a free installation service, and any user can find medicine-Llama3-8B-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of medicine-Llama3-8B-GGUF install, users can directly use medicine-Llama3-8B-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
medicine-Llama3-8B-GGUF install url in huggingface.co: