Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
szukevin
/
VISOR-GPT
like
7
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3098d43
VISOR-GPT
/
train
/
tencentpretrain
/
decoders
/
__init__.py
szukevin
upload
7900c16
over 1 year ago
raw
Copy download link
history
blame
Safe
177 Bytes
from
tencentpretrain.decoders.transformer_decoder
import
TransformerDecoder
str2decoder = {
"transformer"
: TransformerDecoder}
__all__ = [
"TransformerDecoder"
,
"str2decoder"
]