ConvNeXt-Tiny-AT / README.md
topel's picture
Update README.md
e6a5d8c
|
raw
history blame
No virus
567 Bytes
metadata
license: mit
tags:
  - audio tagging
  - audio events
  - audio embeddings
  - convnext-audio
  - audioset
inference: false
extra_gated_prompt: >-
  The collected information will help acquire a better knowledge of who is using
  our audio event tools. If relevant, please cite our Interspeech 2023 paper.
extra_gated_fields:
  Company/university: text
  Website: text
from audioset_convnext_inf.pytorch.convnext import ConvNeXt

model = ConvNeXt.from_pretrained(model_fpath, use_auth_token=None, map_location='cpu', use_auth_token="ACCESS_TOKEN_GOES_HERE")