antonio commited on
Commit
76c68af
·
1 Parent(s): 6e2957a

Add LICENSE-BASE.md with Gemma license attribution

Browse files

- Links to official Gemma License Terms
- Clarifies derivative work components
- Provides proper attribution to Google and author

Files changed (1) hide show
  1. LICENSE-BASE.md +35 -0
LICENSE-BASE.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License Information
2
+
3
+ This model is a **derivative work** based on [Google's Gemma 3 1B Instruction-Tuned model](https://huggingface.co/google/gemma-3-1b-it).
4
+
5
+ ## Base Model License
6
+
7
+ The original Gemma 3 1B model is licensed under the **Gemma License** by Google.
8
+
9
+ **You must review and comply with the official Gemma License Terms:**
10
+ - **Official License**: https://ai.google.dev/gemma/terms
11
+ - **Model Card**: https://huggingface.co/google/gemma-3-1b-it
12
+
13
+ ## Derivative Work
14
+
15
+ This quantized and optimized version includes:
16
+ - **Q4_0 and Q4_K_M quantization** using llama.cpp
17
+ - **Bilingual configuration** (Italian/English) via Modelfile
18
+ - **Raspberry Pi optimization** with tuned parameters
19
+
20
+ **Quantization, optimization, and bilingual configuration** by Antonio (chill123).
21
+
22
+ ## Usage Restrictions
23
+
24
+ By using this model, you agree to:
25
+ 1. Comply with Google's Gemma License Terms
26
+ 2. Review the prohibited use cases outlined in the official license
27
+ 3. Provide proper attribution to the original model creators
28
+
29
+ ## Attribution
30
+
31
+ **Original Model**: Google Gemma 3 1B IT
32
+ **Quantization & Optimization**: Antonio (chill123)
33
+ **License**: Gemma License (see link above)
34
+
35
+ For any licensing questions regarding the base model, please refer to Google's official Gemma documentation.