Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ Code: [`low_rank_lora.py`](https://huggingface.co/sayakpaul/lower-rank-flux-lor
|
|
100 |
## SVD
|
101 |
|
102 |
<details>
|
103 |
-
<summary
|
104 |
|
105 |
![image.png](https://huggingface.co/sayakpaul/lower-rank-flux-lora/resolve/main/images/How2Draw-V2_000002800_svd_collage_0.png)
|
106 |
|
@@ -117,7 +117,7 @@ Code: [`low_rank_lora.py`](https://huggingface.co/sayakpaul/lower-rank-flux-lor
|
|
117 |
Full SVD can be time-consuming. Truncated SVD is useful very large sparse matrices. We can use randomized SVD for none-to-negligible loss in quality but significantly faster speed.
|
118 |
|
119 |
<details>
|
120 |
-
<summary>
|
121 |
|
122 |
![image.png](https://huggingface.co/sayakpaul/lower-rank-flux-lora/resolve/main/images/How2Draw-V2_000002800_rand_svd_collage_0.png)
|
123 |
|
|
|
100 |
## SVD
|
101 |
|
102 |
<details>
|
103 |
+
<summary>Results</summary>
|
104 |
|
105 |
![image.png](https://huggingface.co/sayakpaul/lower-rank-flux-lora/resolve/main/images/How2Draw-V2_000002800_svd_collage_0.png)
|
106 |
|
|
|
117 |
Full SVD can be time-consuming. Truncated SVD is useful very large sparse matrices. We can use randomized SVD for none-to-negligible loss in quality but significantly faster speed.
|
118 |
|
119 |
<details>
|
120 |
+
<summary>Results</summary>
|
121 |
|
122 |
![image.png](https://huggingface.co/sayakpaul/lower-rank-flux-lora/resolve/main/images/How2Draw-V2_000002800_rand_svd_collage_0.png)
|
123 |
|