adminspec commited on
Commit
37913c1
·
verified ·
1 Parent(s): 314293c

Add Ganesh v0.1.0 model card

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - executespec-rd-lab
8
+ - code
9
+ - coding
10
+ - python
11
+ - safetensors
12
+ - gemma
13
+ base_model: google/gemma-4-12B-it
14
+ license: apache-2.0
15
+ ---
16
+
17
+ # Ganesh Python v0.1.0
18
+
19
+ Ganesh Python v0.1.0 is a 12B coding model focused on Python code generation,
20
+ code repair and developer-assistant workflows. It is distributed as a
21
+ standalone merged BF16 SafeTensors checkpoint based on Gemma 4 12B IT. It is
22
+ developed and released by the ExecuteSpec R&D Lab.
23
+
24
+ ## Intended use
25
+
26
+ - Python code generation and completion
27
+ - Code repair and debugging assistance
28
+ - Refactoring and implementation exploration
29
+ - Coding-agent and developer-tool evaluation
30
+ - Research and experimentation with local or hosted inference
31
+
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
+
39
+ This repository contains a complete standalone model; no additional weight
40
+ package is required for inference.
41
+
42
+ ## Usage
43
+
44
+ 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
51
+ incorrect, incomplete, insecure or inefficient code; invent APIs; mishandle
52
+ edge cases; or fail to follow repository-specific conventions. Generated code
53
+ must be reviewed and tested before use. Do not rely on the model for
54
+ security-critical, safety-critical or compliance-sensitive decisions without
55
+ independent verification.
56
+
57
+ Performance may vary with prompt format, runtime, precision, sampling settings,
58
+ context length and task distribution. Results from one runtime should not be
59
+ assumed to transfer unchanged to another.
60
+
61
+ ## Versioning
62
+
63
+ Ganesh v0.1.0 publishes separate language-focused model identities. Future
64
+ releases will include a unified multi-language model while retaining specialist
65
+ variants where they provide measurable value.
66
+
67
+ ## Attribution
68
+
69
+ Ganesh Python v0.1.0 is developed and released by the ExecuteSpec R&D Lab and
70
+ is based on Gemma 4 12B IT. Use of this model remains subject to the applicable
71
+ upstream model terms and the repository license.