miscjose commited on
Commit
3fbff29
1 Parent(s): c4fc6da

Added pointer to space

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,8 +16,10 @@ datasets:
16
 
17
  # mt5-small-finetuned-genius
18
 
19
- This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the [Genius](https://genius.com/) Music data found [here](https://www.cs.cornell.edu/~arb/data/genius-expertise/).
20
- The dataset song lyrics and song titles were preprocessed and used for fine-tuning.
 
 
21
 
22
  ## Model description
23
 
 
16
 
17
  # mt5-small-finetuned-genius
18
 
19
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the [Genius](https://genius.com/) Music dataset found [here](https://www.cs.cornell.edu/~arb/data/genius-expertise/).
20
+ The song lyrics and song titles were preprocessed and used for fine-tuning.
21
+
22
+ You can view more examples of this model's inference on the following [Space](https://huggingface.co/spaces/miscjose/genius_summarization_space)
23
 
24
  ## Model description
25