libdl  0.0.1
Simple yet powerful deep learning
Loading...
Searching...
No Matches
nlp::BERTConfig Struct Reference

Public Attributes

size_t vocabSize
 
size_t maxPositionEmbeddings
 
size_t typeVocabSize
 

Detailed Description

Definition at line 12 of file bert.hpp.

Member Data Documentation

◆ maxPositionEmbeddings

size_t nlp::BERTConfig::maxPositionEmbeddings

Definition at line 14 of file bert.hpp.

◆ typeVocabSize

size_t nlp::BERTConfig::typeVocabSize

Definition at line 15 of file bert.hpp.

◆ vocabSize

size_t nlp::BERTConfig::vocabSize

Definition at line 13 of file bert.hpp.


The documentation for this struct was generated from the following file: