Add task and library name to model card metadata

#3
by Wauplin HF staff - opened
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
 
2
  license: apache-2.0
 
3
  ---
4
  # Hertz-dev
5
  Hertz-dev is an open-source, first-of-its-kind base model for full-duplex conversational audio. It is an 8.5B parameter transformer trained on 20 million unique hours of high-quality audio data. This repo contains code for both mono- and full-duplex generation; we expect to do a full Transformers library integration in the near future.
 
1
  ---
2
+ library_name: hertz-dev
3
  license: apache-2.0
4
+ pipeline_tag: audio-to-audio
5
  ---
6
  # Hertz-dev
7
  Hertz-dev is an open-source, first-of-its-kind base model for full-duplex conversational audio. It is an 8.5B parameter transformer trained on 20 million unique hours of high-quality audio data. This repo contains code for both mono- and full-duplex generation; we expect to do a full Transformers library integration in the near future.