ALTICDEV commited on
Commit
1755f6f
·
verified ·
1 Parent(s): d112c30

Add model card

Browse files
Files changed (2) hide show
  1. NOTICE +8 -0
  2. README.md +32 -0
NOTICE ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ This repository contains a modified Gemma model derivative.
2
+
3
+ Gemma is provided under and subject to the Gemma Terms of Use found at:
4
+ https://ai.google.dev/gemma/terms
5
+
6
+ The model artifact in this repository has been modified, trained, converted, and/or quantized by Altic.
7
+
8
+ Additional restriction: personal non-commercial use only. Commercial, organizational, internal business, research, product, service, redistribution, hosting, resale, sublicensing, fine-tuning, or other revenue-generating use requires prior written permission from the owner.
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: llama-cpp
4
+ tags:
5
+ - gguf
6
+ - local
7
+ - macos
8
+ - fluidintelligence
9
+ ---
10
+
11
+ # FluidIntelligence
12
+
13
+ FluidIntelligence model artifacts for local on-device use.
14
+
15
+ ## Model
16
+
17
+ - `models/fluid-1-q4_k_m.gguf`
18
+ - Quantization: Q4_K_M
19
+ - SHA-256: `38fafbfaab6504b7ad125523f0b993d52112c3cc7e20543f4929e619022bc7d8`
20
+ - Size: `3,427,878,144` bytes
21
+
22
+ ## License
23
+
24
+ This model is a modified Gemma model derivative. Gemma Terms of Use apply.
25
+
26
+ Additional restriction by Altic: this model is licensed only for personal, non-commercial use.
27
+
28
+ You may not use, copy, redistribute, host, bundle, fine-tune, sell, sublicense, or provide access to this model for any commercial, organizational, internal business, research, product, service, or revenue-generating purpose without prior written permission.
29
+
30
+ Commercial licensing is available by contacting the owner.
31
+
32
+ See `NOTICE` for the required Gemma notice.