aneeq-hashmi commited on
Commit
484ba5c
·
verified ·
1 Parent(s): e42eb3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -75,7 +75,9 @@ ollama run SalesforceCoder
75
  ## Description
76
  **SalesforceCoder-Qwen3.5-9B** is a fine-tuned variant of Qwen3.5-9B, purpose-built for Salesforce Enterprise Architecture, Apex development, and troubleshooting.
77
 
78
- The model was trained on curated Salesforce Q&A, StackExchange, and GitHub data, specifically optimized for domain-specific practical problem coverage. It incorporates [Gianloko's Apex Code dataset](https://huggingface.co/datasets/Gianloko/apex-coder-training-data), providing exposure to real-world Salesforce coding patterns.
 
 
79
 
80
  ### Core Strengths
81
  - **Compilable Apex:** Generates triggers, handlers, and test classes following bulkification and governor-aware best practices.
@@ -122,7 +124,7 @@ To ensure deterministic and syntactically correct Apex, use these parameters:
122
  | **Temperature** | `0.0 – 0.2` | Precise, deterministic code output. |
123
  | **Top_P** | `0.9` | Balance between variety and relevance. |
124
  | **Repeat Penalty** | `1.1 – 1.2` | Reduce boilerplate in long classes. |
125
- | **Context Window** | `200,000` | Support for full-org analysis. |
126
 
127
  ---
128
 
 
75
  ## Description
76
  **SalesforceCoder-Qwen3.5-9B** is a fine-tuned variant of Qwen3.5-9B, purpose-built for Salesforce Enterprise Architecture, Apex development, and troubleshooting.
77
 
78
+ The model was trained on curated Salesforce Q&A, StackExchange, and GitHub data, specifically optimized for domain-specific practical problem coverage.
79
+
80
+ It also incorporates [Gianloko's Apex Code dataset](https://huggingface.co/datasets/Gianloko/apex-coder-training-data), providing exposure to real-world Salesforce coding patterns.
81
 
82
  ### Core Strengths
83
  - **Compilable Apex:** Generates triggers, handlers, and test classes following bulkification and governor-aware best practices.
 
124
  | **Temperature** | `0.0 – 0.2` | Precise, deterministic code output. |
125
  | **Top_P** | `0.9` | Balance between variety and relevance. |
126
  | **Repeat Penalty** | `1.1 – 1.2` | Reduce boilerplate in long classes. |
127
+ | **Context Window** | Up to `200,000` | Support for full-org analysis. |
128
 
129
  ---
130