Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
MykolaL
/
evp_refer
like
0
Feature Extraction
Transformers
Safetensors
EVP
custom_code
Model card
Files
Files and versions
Community
Train
Use this model
093516f
evp_refer
/
evpconfig.py
MykolaL
Upload EVPRefer
fb91e14
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
from
transformers
import
PretrainedConfig
class
EVPConfig
(
PretrainedConfig
):
model_type =
"EVP"
def
__init__
(
self,
**kwargs,
):
super
().__init__(**kwargs)