PalladiumData commited on
Commit
2ffa119
·
verified ·
1 Parent(s): abe9ca2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -60,10 +60,23 @@ The remaining 10% is **Palladium**: Pure, dense information.
60
 
61
  This dataset is compatible with the Hugging Face `datasets` library.
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ```python
64
  from datasets import load_dataset
65
 
66
  # Load the Preview (Top 10k Samples)
67
  dataset = load_dataset("Palladium-AI/Palladium-1M-Preview", split="train")
68
 
69
- print(dataset[0])
 
60
 
61
  This dataset is compatible with the Hugging Face `datasets` library.
62
 
63
+ ## 🔐 Access & Licensing
64
+
65
+ This repository contains a **10k Document Preview**.
66
+
67
+ The full **13.5GB Industrial Dataset (1M+ Docs)** is available for enterprise licensing. It is designed for:
68
+ * **Pre-training:** Small Language Models (SLMs) that need to be data-efficient.
69
+ * **Fine-tuning:** Specialized models for finance, law, or science.
70
+ * **RAG Systems:** High-quality knowledge bases without the fluff.
71
+
72
+ **For full access, commercial licensing, or to request custom "Refinery" services for your internal data:**
73
+ * **Contact:** scott@palladiumtrain.com
74
+ * **Organization:** Palladium Data
75
+
76
  ```python
77
  from datasets import load_dataset
78
 
79
  # Load the Preview (Top 10k Samples)
80
  dataset = load_dataset("Palladium-AI/Palladium-1M-Preview", split="train")
81
 
82
+ print(dataset[0])