We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ee452 commit 3fe7e77Copy full SHA for 3fe7e77
src/model.rs
@@ -8,6 +8,7 @@ use std::{env, fs, path::Path};
8
use tokenizers::Tokenizer;
9
10
/// Static embedding model for Model2Vec
11
+#[derive(Debug, Clone)]
12
pub struct StaticModel {
13
tokenizer: Tokenizer,
14
embeddings: Array2<f32>,
0 commit comments