package
0.1.15
Repository: https://github.com/andrewyang17/transformer.git
Documentation: pkg.go.dev

# Variables

BertConfigs is a map of pretrained Bert configuration names to corresponding URLs.
BertModels is a map of pretrained Bert model names to corresponding URLs.
BertVocabs is a map of BERT model vocab name to corresponding URLs.
RobertaConfigs is a map of pretrained Roberta configuration names to corresponding URLs.
RobertaMerges is a map of pretrained Roberta vocab merges name to corresponding URLs.
RobertaModels is a map of pretrained Roberta model names to corresponding URLs.
RobertaVocabs is a map of pretrained Roberta vocab name to corresponding URLs.

# Interfaces

Config is an interface for pretrained model configuration.
Model is an interface for pretrained model.
No description provided by the author