MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_model

Class bark_model

bark.cpp:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123struct bark_model {
124 // The token encoders
125 struct gpt_model semantic_model;
126 struct gpt_model coarse_model;
127 struct gpt_model fine_model;
128
129 // The vocabulary for the semantic encoder
130 struct bark_vocab vocab;
131};
132
133struct bark_context {
134 struct bark_model text_model;

Callers 1

bark_load_modelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected