tilman-d commited on
Commit
5710876
·
verified ·
1 Parent(s): e8c0880

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
  ## TL;DR
18
 
19
  - 80B-parameter Qwen3 Next Instruct model merged with a domain LoRA adapter for Salesforce analytics, Data Cloud, Commerce, and Order Management workflows.
20
- - Trained on 102,827 curated instruction/response pairs stored in `finetune_dataset.jsonl` (≈151 MiB) with a fixed system primer _“You are a helpful Salesforce analytics assistant.”_
21
  - Distributed as merged full weights (bf16) so it can be loaded like any other Transformers causal LM without applying the adapter at runtime.
22
 
23
  ## Model Details
@@ -167,7 +167,7 @@ Kindly share scores or qualitative findings back via issues so the card can be u
167
 
168
  - **Domain narrowness** – The model was never exposed to open-ended general knowledge tasks; off-domain prompts can hallucinate confidently.
169
  - **Freshness** – Data reflects the state of Salesforce documentation as of Oct 2025. Features introduced later may be missing or inaccurate.
170
- - **Compliance** – The dataset embeds Salesforce product language; ensure redistribution complies with your documentation licenses.
171
  - **Resource requirements** – Running the full bf16 weights requires multi-GPU setups (≥160 GB VRAM) unless you quantize.
172
 
173
  ## Responsible Use
 
17
  ## TL;DR
18
 
19
  - 80B-parameter Qwen3 Next Instruct model merged with a domain LoRA adapter for Salesforce analytics, Data Cloud, Commerce, and Order Management workflows.
20
+ - Trained on 102,827 curated instruction/response pairs stored in `finetune_dataset.jsonl` (≈151 MiB).
21
  - Distributed as merged full weights (bf16) so it can be loaded like any other Transformers causal LM without applying the adapter at runtime.
22
 
23
  ## Model Details
 
167
 
168
  - **Domain narrowness** – The model was never exposed to open-ended general knowledge tasks; off-domain prompts can hallucinate confidently.
169
  - **Freshness** – Data reflects the state of Salesforce documentation as of Oct 2025. Features introduced later may be missing or inaccurate.
170
+ - **Compliance** – The dataset embeds Salesforce language; ensure redistribution complies with your documentation licenses.
171
  - **Resource requirements** – Running the full bf16 weights requires multi-GPU setups (≥160 GB VRAM) unless you quantize.
172
 
173
  ## Responsible Use