Instructions to use objects76/ft-ja4-pyanrf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use objects76/ft-ja4-pyanrf with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("objects76/ft-ja4-pyanrf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 405 Bytes
15e41b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"architectures": [
"SegmentationModel"
],
"chunk_duration": 2.25,
"max_speakers_per_chunk": 2,
"max_speakers_per_frame": 2,
"min_duration": null,
"model_type": "pyannet",
"sample_rate": 16000,
"sincnet": {
"ksize": 251,
"stride": 10
},
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"warm_up": [
0.0,
0.0
],
"weigh_by_cardinality": false
}
|