matteospanio nielsr HF staff commited on
Commit
bbbc363
·
verified ·
1 Parent(s): 57e0fbc

Add OSF link to model card (#2)

Browse files

- Add OSF link to model card (496643f02b7add8b52a1d3a4f9bb34eebfd14ed7)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: cc-by-4.0
3
  base_model:
4
  - facebook/musicgen-small
 
 
5
  pipeline_tag: text-to-audio
6
  tags:
7
  - music
8
  - art
9
- library_name: transformers
10
  ---
11
 
12
  # tasty-musicgen-small
@@ -17,6 +17,10 @@ library_name: transformers
17
  tasty-musicgen-small is a [musicgen-small](https://huggingface.co/facebook/musicgen-small) fine-tuned on a [patched version](https://github.com/matteospanio/taste-music-dataset) of the [Taste & Affect Music Database](https://osf.io/2cqa5/).
18
  It generates music that's supposed to induce gustatory synesthesia perceptions based on multimodal research. It generates mono audio in 32khz.
19
 
 
 
 
 
20
  ## How to use
21
 
22
  Here is a showcase on how to use the model with the transformer library, it is also possible to make inference with the audiocraft library, for a detailed explanation we suggest to read the [official MusicGEN guide](https://huggingface.co/docs/transformers/main/model_doc/musicgen) by Hugging Face
 
1
  ---
 
2
  base_model:
3
  - facebook/musicgen-small
4
+ library_name: transformers
5
+ license: cc-by-4.0
6
  pipeline_tag: text-to-audio
7
  tags:
8
  - music
9
  - art
 
10
  ---
11
 
12
  # tasty-musicgen-small
 
17
  tasty-musicgen-small is a [musicgen-small](https://huggingface.co/facebook/musicgen-small) fine-tuned on a [patched version](https://github.com/matteospanio/taste-music-dataset) of the [Taste & Affect Music Database](https://osf.io/2cqa5/).
18
  It generates music that's supposed to induce gustatory synesthesia perceptions based on multimodal research. It generates mono audio in 32khz.
19
 
20
+ ## Code and Dataset
21
+
22
+ Code and the dataset used to train this model are available at: https://osf.io/xs5jy/.
23
+
24
  ## How to use
25
 
26
  Here is a showcase on how to use the model with the transformer library, it is also possible to make inference with the audiocraft library, for a detailed explanation we suggest to read the [official MusicGEN guide](https://huggingface.co/docs/transformers/main/model_doc/musicgen) by Hugging Face