g413n Wauplin HF staff commited on
Commit
2e3d619
1 Parent(s): 3571274

Add task and library name to model card metadata (#3)

Browse files

- Add task and library name to model card metadata (df489c86fb7aeeec38423f7da3931263cbfd2084)


Co-authored-by: Lucain Pouget <[email protected]>

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.