Downloads · 30 days
5
31% of all-time downloads
intanm/clickbaitspoiling
clickbaitspoiling is a machine learning model from intanm. 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 bert-base-multilingual-cased model that was trained on the clickbait-spoiling/webis dataset.
Downloads · 30 days
5
31% of all-time downloads
All-time downloads
16
Public
Repo size
7.2 MB
Likes
0
Public
Click a slice to open those files.
.bin7.2 MB · 100%
From the Hugging Face model README
intanm/clickbaitspoiling for bert-base-multilingual-casedAn adapter for the bert-base-multilingual-cased model that was trained on the clickbait-spoiling/webis dataset.
This adapter was created for usage with the adapter-transformers library.
First, install adapter-transformers:
pip install -U adapter-transformers
Note: adapter-transformers is a fork of transformers that acts as a drop-in replacement with adapter support. More
Now, the adapter can be loaded and activated like this:
from transformers import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("bert-base-multilingual-cased")
adapter_name = model.load_adapter("intanm/clickbaitspoiling", source="hf", set_active=True)