Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- google/t5-v1_1-base
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
This model exists only as a convenience, to be able to use google t5 base conveniently for comparison
|
| 8 |
+
and testing sake.
|
| 9 |
+
That being said... it is significantly inferior to the other models.
|
| 10 |
+
|
| 11 |
+
If you raally need a model with 768dim output.. you are most likely better off using a larger one and a projection layer, rather than using this one
|
| 12 |
+
at native 768 size, unless you just need a tiny model.
|
| 13 |
+
|
| 14 |
+
(projection layers are surprisingly easy to use. only about 10 more lines of code. poke around at our other t5 based sd models to find examples of this.)
|