LilyWinter
commited on
Commit
•
f776820
1
Parent(s):
14bdaac
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- merge
|
|
|
4 |
---
|
5 |
# BoreanGale-70B
|
6 |
|
@@ -28,3 +29,7 @@ This version of the model uses *t* = 0.001. *t* was selected so that very few bu
|
|
28 |
numpy.clip(lweight, a_min=0.0, a_max=1.0, out=lweight)
|
29 |
res = lerp(lweight,v0,v1)
|
30 |
```
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- merge
|
4 |
+
license: other
|
5 |
---
|
6 |
# BoreanGale-70B
|
7 |
|
|
|
29 |
numpy.clip(lweight, a_min=0.0, a_max=1.0, out=lweight)
|
30 |
res = lerp(lweight,v0,v1)
|
31 |
```
|
32 |
+
|
33 |
+
# License and Use
|
34 |
+
|
35 |
+
Since the ultimate origin of Miqu is at this time unknown beyond speculation, this model is for noncommercial research use only.
|