loubb commited on
Commit
74f256b
Β·
verified Β·
1 Parent(s): 5026b99

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -1
  2. README.md +4 -4
.gitattributes CHANGED
@@ -1,2 +1 @@
1
  model.safetensors filter=lfs diff=lfs merge=lfs -text
2
- eval-splits.tar.gz filter=lfs diff=lfs merge=lfs -text
 
1
  model.safetensors filter=lfs diff=lfs merge=lfs -text
 
README.md CHANGED
@@ -11,14 +11,14 @@ tags:
11
  ---
12
  # Model
13
 
14
- <!-- TODO: Add plan and video of the demo -->
15
- <!-- TODO: Add links to the embedding hf page. Put the annealed model in this page-->
 
16
 
17
- `Aria-medium-base` is a pretrained autoregressive generative model for symbolic music based loosely on the LLaMA 3.2 (1B) architecture. It was trained on ~60k hours of MIDI transcriptions of expressive solo-piano recordings. It has been finetuned to produce realistic continuations of solo-piano compositions ([huggingface](https://example.com/)) as well as to produce general-purpose contrastive MIDI embeddings ([huggingface](https://example.com/)).
18
 
19
  πŸ“– Read our [release blog post](https://example.com/) and [paper](https://example.com/)
20
  πŸš€ Check out the real-time demo in the official [GitHub repository](https://github.com/EleutherAI/aria)
21
- πŸ“Š Get access to our training dataset [Aria-MIDI](https://huggingface.co/datasets/loubb/aria-midi) and train your own models
22
 
23
  ## Usage Guidelines
24
 
 
11
  ---
12
  # Model
13
 
14
+ `Aria` is a pretrained autoregressive generative model for symbolic music based on the LLaMA 3.2 (1B) architecture. It was trained on ~60k hours of MIDI transcriptions of expressive solo-piano recordings. It has been finetuned to produce realistic continuations of solo-piano compositions as well as to produce general-purpose contrastive MIDI embeddings.
15
+
16
+ This HuggingFace page contains weights and usage instructions for the pretrained base model. For the generative model, see [aria-medium-gen](https://huggingface.co/loubb/aria-medium-gen), and for the embedding model, see [aria-medium-embedding](https://huggingface.co/loubb/aria-medium-embedding).
17
 
 
18
 
19
  πŸ“– Read our [release blog post](https://example.com/) and [paper](https://example.com/)
20
  πŸš€ Check out the real-time demo in the official [GitHub repository](https://github.com/EleutherAI/aria)
21
+ πŸ“Š Get access to our training dataset [Aria-MIDI](https://huggingface.co/datasets/loubb/aria-midi) to train your own models
22
 
23
  ## Usage Guidelines
24