amosyou commited on
Commit
0e673ee
·
1 Parent(s): b483857

feat: add model card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: lofi-bytes
3
+ tags:
4
+ - lofi-bytes
5
+ ---
6
+
7
+ # lofi-bytes
8
+
9
+ ![banner](https://www.ocf.berkeley.edu/~launchpad/media/uploads/project_logos/410912267_278779401866686_2517511436172822307_n_0iVwDxI.png)
10
+
11
+ This repository contains the weights of the lofi-bytes model.
12
+
13
+ ## Download instruction
14
+
15
+ Clone the repo to download the checkpoint.
16
+
17
+ ```shell
18
+ git clone https://huggingface.co/Launchpad/lofi-bytes
19
+ ```
20
+