QuietImpostor commited on
Commit
62680b3
·
verified ·
1 Parent(s): 5ea7b59

Add proper README.md

Browse files

Finally added a proper README file.

Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gemini Nano Safetensors
2
+
3
+ ## Model Details
4
+ - **Model Name:** Gemini Nano (GEMINI_XS)
5
+ - **Version:** Gemini Nano 2 (from Chrome Canary version `2024.06.05.2205`)
6
+ - **Type:** Language Model
7
+ - **Format:** Safetensors (converted from tensorflow)
8
+ - **Original Creator:** Google
9
+
10
+ ## Model Description
11
+ This repository contains the weights of Google's Gemini Nano model converted to Safetensors format. This is an unofficial conversion not affiliated with or endorsed by Google.
12
+
13
+ ## Conversion Process
14
+ - **Converted Format:** Safetensors
15
+ - **Conversion Time:** ~7 hours and 20 minutes
16
+ - **Hardware Used:** 32GB RAM machine
17
+ - **Operating System:** Ubuntu Mantic Minotaur
18
+ - **Memory Usage:** ~83% of 32GB (about 26.56GB)
19
+
20
+ ## Known Information
21
+ - The converted weights are identical to those provided by other community members (confirmed via hash matching).
22
+ - This conversion includes only the model weights, not the tokenizer, inference code, or other components needed for full functionality.
23
+
24
+ ## Limitations
25
+ - The model's full capabilities and limitations are not known due to lack of official documentation.
26
+ - This conversion does not include necessary components for immediate use (e.g., model code, inference code).
27
+
28
+ ## Additional Information
29
+ - An 'adapter' for the model exists in the community, but its purpose and functionality are not fully understood yet.
30
+
31
+ **Disclaimer:** This model card is based on community efforts to convert and understand the Gemini Nano model. Information may be incomplete or subject to change as new discoveries are made.