QuietImpostor
commited on
Commit
•
161f94e
1
Parent(s):
71d1789
Update README.md
Browse filesThis was requested by
@piotr25691
.
README.md
CHANGED
@@ -4,6 +4,7 @@ base_model:
|
|
4 |
pipeline_tag: text-generation
|
5 |
tags:
|
6 |
- conversational
|
|
|
7 |
---
|
8 |
# Info
|
9 |
This is a V2 of the Gemini Nano V2 weights. The reason this is a V2 is the original conversion code was heavily bugged and extremely slow. So Claude 3.5 Sonnet and o1-preview went in and fixed it! Now you'll notice the model has a lot more 2 dimension tensors and should, as a result, be easier to get working as a Gemma2 model!
|
|
|
4 |
pipeline_tag: text-generation
|
5 |
tags:
|
6 |
- conversational
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
# Info
|
10 |
This is a V2 of the Gemini Nano V2 weights. The reason this is a V2 is the original conversion code was heavily bugged and extremely slow. So Claude 3.5 Sonnet and o1-preview went in and fixed it! Now you'll notice the model has a lot more 2 dimension tensors and should, as a result, be easier to get working as a Gemma2 model!
|