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
| { | |
| "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 | |
| } | |