adminspec commited on
Commit
2e601ed
·
verified ·
1 Parent(s): 015e0ed

Finalize v0.1.0 formats and ExecuteSpec R&D Lab attribution

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - coding
10
  - java
11
  - safetensors
 
12
  - gemma
13
  base_model: google/gemma-4-12B-it
14
  license: apache-2.0
@@ -18,8 +19,8 @@ license: apache-2.0
18
 
19
  Ganesh Java v0.1.0 is a 12B coding model focused on Java code generation, code
20
  repair and developer-assistant workflows. It is distributed as a standalone
21
- merged BF16 SafeTensors checkpoint based on Gemma 4 12B IT. It is developed
22
- and released by the ExecuteSpec R&D Lab.
23
 
24
  ## Intended use
25
 
@@ -32,7 +33,7 @@ and released by the ExecuteSpec R&D Lab.
32
  ## Model format
33
 
34
  - Architecture family: Gemma 4 12B IT
35
- - Weight format: merged BF16 SafeTensors
36
  - Interface: text generation
37
  - Version: v0.1.0
38
 
@@ -45,6 +46,9 @@ Use the tokenizer and processor files included in this repository. Runtime
45
  examples will be added after clean-environment compatibility validation for
46
  Transformers, vLLM and Unsloth.
47
 
 
 
 
48
  ## Limitations
49
 
50
  This is an early coding-model release intended for evaluation. It may produce
 
9
  - coding
10
  - java
11
  - safetensors
12
+ - gguf
13
  - gemma
14
  base_model: google/gemma-4-12B-it
15
  license: apache-2.0
 
19
 
20
  Ganesh Java v0.1.0 is a 12B coding model focused on Java code generation, code
21
  repair and developer-assistant workflows. It is distributed as a standalone
22
+ merged checkpoint based on Gemma 4 12B IT. It is developed and released by the
23
+ ExecuteSpec R&D Lab.
24
 
25
  ## Intended use
26
 
 
33
  ## Model format
34
 
35
  - Architecture family: Gemma 4 12B IT
36
+ - Weight formats: merged BF16 SafeTensors, GGUF Q8_0 and GGUF Q4_K_M
37
  - Interface: text generation
38
  - Version: v0.1.0
39
 
 
46
  examples will be added after clean-environment compatibility validation for
47
  Transformers, vLLM and Unsloth.
48
 
49
+ For local llama.cpp inference, select a file from `gguf/`. Q8_0 prioritizes
50
+ fidelity; Q4_K_M reduces memory and storage requirements.
51
+
52
  ## Limitations
53
 
54
  This is an early coding-model release intended for evaluation. It may produce