Skip to content

Commit

Permalink
Added a license section to the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngaima Sandiman committed Oct 15, 2024
1 parent 9c078ce commit b944c4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,11 @@ python -m src.model.train --dataset "coco" --dataset_size "20%" --batch_size 2 -
- **VoiceCraft**: The VoiceCraft text-to-speech module used in this project is based on the repository provided by Facebook Research. For more details, visit the [VoiceCraft GitHub](https://github.com/jasonppy/VoiceCraft) repository.
- **Vision Transformer (SigLIP)**: The Vision Transformer architecture is inspired by "Sigmoid Loss for Language Image Pre-Training" by Zhai et al. (2023). [Paper link](https://arxiv.org/abs/2303.15343)

## **License**

This codebase is under CC BY-NC-SA 4.0 (LICENSE-CODE). Note that we use some of the code from other repository that are under different licenses: ./src/model/modules/voicecraft.py is under CC BY-NC-SA 4.0; ./src/model/modules/codebooks_patterns.py is under MIT license; ./src/model/modules/tokenizer.py are under Apache License, Version 2.0; the phonemizer we used is under GNU 3.0 License.

## **Acknowledgments**

- Thanks to [nsandiman](https://github.com/nsandiman), [ravinamore-ml](https://github.com/ravinamore-ml), [Masengug](https://github.com/Masengug) and [Jerdah](https://github.com/Jerdah)
- We thank Umar Jamil for his work [pytorch-paligemma](https://github.com/hkproj/pytorch-paligemma), from which we took lots of inspiration.

0 comments on commit b944c4d

Please sign in to comment.