Finetuned model that aims to be a great base model. It improves over RoBERTa base, trained on 35 datasets.
Full details at
this paper
.
Paper Abstract:
Pretraining has been shown to scale well with compute, data size and data diversity. Multitask learning trains on a
mixture of supervised datasets and produces improved performance compared to self-supervised pretraining. Until now,
massively multitask learning required simultaneous access to all datasets in the mixture and heavy compute resources
that are only available to well-resourced teams.
In this paper, we propose ColD Fusion, a method that provides the benefits of multitask learning but leverages distributed
computation and requires limited communication and no sharing of data. Consequentially, ColD Fusion can create a synergistic
loop, where finetuned models can be recycled to continually improve the pretrained model they are based on. We show that
ColD Fusion yields comparable benefits to multitask pretraining by producing a model that (a) attains strong performance on
all of the datasets it was multitask trained on and (b) is a better starting point for finetuning on unseen datasets. We find
ColD Fusion outperforms RoBERTa and even previous multitask models. Specifically, when training and testing on 35 diverse datasets,
ColD Fusion-based model outperforms RoBERTa by 2.45 points in average without any changes to the architecture.
How to use
Best way to use is to finetune on your own task, but you can also extract features directly.
To get the features of a given text in PyTorch:
from transformers import RobertaTokenizer, RobertaModel
tokenizer = RobertaTokenizer.from_pretrained('ibm/ColD-Fusion')
model = RobertaModel.from_pretrained('ibm/ColD-Fusion')
text = "Replace me by any text you'd like."
encoded_input = tokenizer(text, return_tensors='pt')
output = model(**encoded_input)
and in TensorFlow:
from transformers import RobertaTokenizer, TFRobertaModel
tokenizer = RobertaTokenizer.from_pretrained('ibm/ColD-Fusion')
model = TFRobertaModel.from_pretrained('ibm/ColD-Fusion')
text = "Replace me by any text you'd like."
encoded_input = tokenizer(text, return_tensors='tf')
output = model(encoded_input)
Evaluation results
See full evaluation results of this model and many more
here
When fine-tuned on downstream tasks, this model achieves the following results:
BibTeX entry and citation info
@article{ColDFusion,
author = {Shachar Don-Yehiya, Elad Venezian, Colin Raffel, Noam Slonim, Yoav Katz, Leshem ChoshenYinhan Liu and},
title = {ColD Fusion: Collaborative Descent for Distributed Multitask Finetuning},
journal = {CoRR},
volume = {abs/2212.01378},
year = {2022},
url = {https://arxiv.org/abs/2212.01378},
archivePrefix = {arXiv},
eprint = {2212.01378},
}
Runs of ibm ColD-Fusion-itr7-seed2 on huggingface.co
13
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs
More Information About ColD-Fusion-itr7-seed2 huggingface.co Model
ColD-Fusion-itr7-seed2 huggingface.co is an AI model on huggingface.co that provides ColD-Fusion-itr7-seed2's model effect (), which can be used instantly with this ibm ColD-Fusion-itr7-seed2 model. huggingface.co supports a free trial of the ColD-Fusion-itr7-seed2 model, and also provides paid use of the ColD-Fusion-itr7-seed2. Support call ColD-Fusion-itr7-seed2 model through api, including Node.js, Python, http.
ColD-Fusion-itr7-seed2 huggingface.co is an online trial and call api platform, which integrates ColD-Fusion-itr7-seed2's modeling effects, including api services, and provides a free online trial of ColD-Fusion-itr7-seed2, you can try ColD-Fusion-itr7-seed2 online for free by clicking the link below.
ibm ColD-Fusion-itr7-seed2 online free url in huggingface.co:
ColD-Fusion-itr7-seed2 is an open source model from GitHub that offers a free installation service, and any user can find ColD-Fusion-itr7-seed2 on GitHub to install. At the same time, huggingface.co provides the effect of ColD-Fusion-itr7-seed2 install, users can directly use ColD-Fusion-itr7-seed2 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
ColD-Fusion-itr7-seed2 install url in huggingface.co: