feat: add model card
Browse files
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 |
+

|
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 |
+
|