Downloads · 30 days
4
29% of all-time downloads
BigTMiami/first_test_adapter
first_test_adapter is a machine learning model from BigTMiami. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for adapter-transformers.
An adapter for the roberta-base model that was trained on the BigTMiami/smallamazon2500condensed dataset and includes a prediction head for masked lm.
Downloads · 30 days
4
29% of all-time downloads
All-time downloads
14
Public
Repo size
161 MB
Likes
0
Public
Click a slice to open those files.
.bin161 MB · 100%
From the Hugging Face model README
BigTMiami/first_test_adapter for roberta-baseAn adapter for the roberta-base model that was trained on the BigTMiami/small_amazon_2_500_condensed dataset and includes a prediction head for masked lm.
This adapter was created for usage with the Adapters library.
First, install adapters:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("roberta-base")
adapter_name = model.load_adapter("BigTMiami/first_test_adapter", source="hf", set_active=True)