Audio Classification
Transformers
Safetensors
multilingual
model_hub_mixin
pytorch_model_hub_mixin
child_speech
child_vocalization
speech_maturity
Instructions to use tiantiaf/childvox-percept_r-babyhubert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiantiaf/childvox-percept_r-babyhubert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="tiantiaf/childvox-percept_r-babyhubert")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tiantiaf/childvox-percept_r-babyhubert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Push model using huggingface_hub.
Browse files- fold_4/model.safetensors +3 -0
fold_4/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a001a39c0984d1bf2eb02f8bd1833b2a4571825b2b3fd05a8f76dd594ed69f0
|
| 3 |
+
size 380397896
|