Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Matthijs
/
ane-distilbert-test
like
0
Text Classification
Transformers
PyTorch
distilbert
custom_code
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
c556cc9
ane-distilbert-test
/
configuration_distilbert_ane.py
Matthijs
add model
c556cc9
over 2 years ago
raw
Copy download link
history
blame
193 Bytes
from
transformers
import
DistilBertConfig
class
DistilBertConfig_ANE
(
DistilBertConfig
):
model_type =
"distilbert_ane"
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)