motoko-embedding-1-1b / preprocessor /preprocessor_config.json
hrudu's picture
Add Hugging Face model scaffold
14e9a9f
raw
history blame contribute delete
562 Bytes
{
"feature_extractor_type": "HapticFeatureExtractor",
"sampling_rate_hz": 1000,
"window_size": 1024,
"hop_length": 256,
"padding_value": 0.0,
"padding_side": "right",
"return_attention_mask": true,
"normalize": true,
"normalization": {
"mean": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0
]
}
}