Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ library_name: transformers
|
|
| 6 |
tags:
|
| 7 |
- mergekit
|
| 8 |
- merge
|
| 9 |
-
|
| 10 |
---
|
| 11 |
# svd_franken_merge1
|
| 12 |
|
|
@@ -43,4 +43,4 @@ parameters:
|
|
| 43 |
num_iterations: 4 # number of iterations for the probabilistic SVD algorithm (2 is a good start and fastest option but could be inaccurate, 32 is the most accurate but slowest option. I don't recommend going above 32 use SVD probabilistic at False instead)
|
| 44 |
dtype: float16
|
| 45 |
|
| 46 |
-
```
|
|
|
|
| 6 |
tags:
|
| 7 |
- mergekit
|
| 8 |
- merge
|
| 9 |
+
license: afl-3.0
|
| 10 |
---
|
| 11 |
# svd_franken_merge1
|
| 12 |
|
|
|
|
| 43 |
num_iterations: 4 # number of iterations for the probabilistic SVD algorithm (2 is a good start and fastest option but could be inaccurate, 32 is the most accurate but slowest option. I don't recommend going above 32 use SVD probabilistic at False instead)
|
| 44 |
dtype: float16
|
| 45 |
|
| 46 |
+
```
|