pre-training data update
Browse files
README.md
CHANGED
@@ -208,19 +208,7 @@ model-index:
|
|
208 |
# Granite-3.0-8B-Base
|
209 |
|
210 |
## Model Summary
|
211 |
-
**Granite-3.0-8B-Base** is an open-source decoder-only language model from IBM Research that supports a variety of text-to-text generation tasks (e.g., question-answering, text-completion). **Granite-3.0-8B-Base** is trained from scratch and follows a two-phase training strategy. In the first phase, it is trained on 10 trillion tokens sourced from diverse domains
|
212 |
-
|
213 |
-
|
214 |
-
<!-- **Granite-3.0-8B-Base** is an open-source decoder-only language model from IBM Research that supports a variety of text-to-text generation tasks (e.g., question-answering, text-completion). The particular characteristics of this model, includig a dense architecture, small size, and open-source nature, make it an ideal baseline for finetuning other models requiring fast and/or real-time inference while keeping the need of deployment resources low. **Granite-3.0-8B-Base** is trained from scratch and follows a two-phase training strategy. In the first phase, it is trained on 10 trillion tokens sourced from diverse domains, including natural language, math, code, and safety. During the second phase, it is further trained on 2 trillion tokens using a carefully curated mix of high-quality data, aiming to enhance its performance on specific tasks. -->
|
215 |
-
|
216 |
-
<!-- Use Cases:
|
217 |
-
Dense LLMs: Suitable for scenarios where fast inference with a smaller model size is prioritized, such as real-time applications or deployment on resource-constrained devices.
|
218 |
-
MoE LLMs: Ideal for situations where large model capacity is needed while maintaining computational efficiency, like handling complex tasks or large datasets with high computational demands -->
|
219 |
-
|
220 |
-
<!-- businesses seeking to implement advanced AI solutions. -->
|
221 |
-
|
222 |
-
<!-- It is built with a similar technology used to create the Granite Code Models. -->
|
223 |
-
<!-- (e.g., dialog, reasoning, math, safety, code, tools) -->
|
224 |
|
225 |
- **Developers:** IBM Research
|
226 |
- **GitHub Repository:** [ibm-granite/granite-language-models](https://github.com/ibm-granite/granite-language-models)
|
@@ -295,12 +283,10 @@ print(output)
|
|
295 |
|
296 |
<!-- TO DO: To be completed once the paper is ready -->
|
297 |
## Training Data
|
298 |
-
This model is trained on a mix of open-source and proprietary datasets.
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
- **Natural Language Datasets:** In addition to collecting data from multiple sources for model training, we use several publicly available high-quality natural language datasets to improve the model's proficiency in critical tasks (e.g., language understanding, mathematical reasoning). Unlike the knowledge data, we do not deduplicate these datasets. -->
|
303 |
-
|
304 |
## Infrastructure
|
305 |
We train the Granite Language models using IBM's super computing cluster, Blue Vela, which is outfitted with NVIDIA H100 GPUs. This cluster provides a scalable and efficient infrastructure for training our models over thousands of GPUs.
|
306 |
|
|
|
208 |
# Granite-3.0-8B-Base
|
209 |
|
210 |
## Model Summary
|
211 |
+
**Granite-3.0-8B-Base** is an open-source decoder-only language model from IBM Research that supports a variety of text-to-text generation tasks (e.g., question-answering, text-completion). **Granite-3.0-8B-Base** is trained from scratch and follows a two-phase training strategy. In the first phase, it is trained on 10 trillion tokens sourced from diverse domains. During the second phase, it is further trained on 2 trillion tokens using a carefully curated mix of high-quality data, aiming to enhance its performance on specific tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
- **Developers:** IBM Research
|
214 |
- **GitHub Repository:** [ibm-granite/granite-language-models](https://github.com/ibm-granite/granite-language-models)
|
|
|
283 |
|
284 |
<!-- TO DO: To be completed once the paper is ready -->
|
285 |
## Training Data
|
286 |
+
This model is trained on a mix of open-source and proprietary datasets.
|
287 |
+
* Phase 1: The data for phase 1 is sourced from diverse domains, such as: web, code, academic sources, books, and math data.
|
288 |
+
* Phase 2: The data for phase 2 comprises a curated mix of high-quality data from the same domains, plus multilingual and instruction data. The goal of this second training phase is to enhance the model’s performance on specific tasks.
|
289 |
+
|
|
|
|
|
290 |
## Infrastructure
|
291 |
We train the Granite Language models using IBM's super computing cluster, Blue Vela, which is outfitted with NVIDIA H100 GPUs. This cluster provides a scalable and efficient infrastructure for training our models over thousands of GPUs.
|
292 |
|