Update README.md
Browse files
README.md
CHANGED
@@ -31,14 +31,14 @@ This model is trained on 350B tokens of English FineWeb V1.1.0 data and is not i
|
|
31 |
|
32 |
[GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3)
|
33 |
|
34 |
-
[GneissWeb.7B_ablation_model_on_350B_FineWeb.
|
35 |
|
36 |
[GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3)
|
37 |
|
38 |
|
39 |
**Generation**:
|
40 |
|
41 |
-
This is a simple example of how to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.
|
42 |
|
43 |
Install the following libraries:
|
44 |
|
@@ -52,7 +52,7 @@ Then, copy the code snippet below to run the example.
|
|
52 |
```python
|
53 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
54 |
device = "auto"
|
55 |
-
model_path = "ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.
|
56 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
57 |
# drop device_map if running on CPU
|
58 |
model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
|
@@ -75,6 +75,6 @@ print(output)
|
|
75 |
|
76 |
**Infrastructure**: Please refer to section 5.2 of the [GneissWeb](https://arxiv.org/pdf/2502.14907) paper.
|
77 |
|
78 |
-
**Ethical Considerations and Limitations**: The use of Large Language Models involves risks and ethical considerations people must be aware of, including but not limited to: bias and fairness, misinformation, and autonomous decision-making. `GneissWeb.7B_ablation_model_on_350B_FineWeb.
|
79 |
|
80 |
**Resources**: Learn more about GneissWeb [here](https://huggingface.co/datasets/ibm-granite/GneissWeb).
|
|
|
31 |
|
32 |
[GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3)
|
33 |
|
34 |
+
[GneissWeb.7B_ablation_model_on_350B_FineWeb.seed1](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed1)
|
35 |
|
36 |
[GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3)
|
37 |
|
38 |
|
39 |
**Generation**:
|
40 |
|
41 |
+
This is a simple example of how to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2` model.
|
42 |
|
43 |
Install the following libraries:
|
44 |
|
|
|
52 |
```python
|
53 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
54 |
device = "auto"
|
55 |
+
model_path = "ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2"
|
56 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
57 |
# drop device_map if running on CPU
|
58 |
model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
|
|
|
75 |
|
76 |
**Infrastructure**: Please refer to section 5.2 of the [GneissWeb](https://arxiv.org/pdf/2502.14907) paper.
|
77 |
|
78 |
+
**Ethical Considerations and Limitations**: The use of Large Language Models involves risks and ethical considerations people must be aware of, including but not limited to: bias and fairness, misinformation, and autonomous decision-making. `GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2` is not the exception in this regard. Even though this model is suited for multiple generative AI tasks, it has not undergone any safety alignment, thus it may produce problematic outputs. Additionally, it remains uncertain whether smaller models might exhibit increased susceptibility to hallucination in generation scenarios by copying text verbatim from the training dataset due to their reduced sizes and memorization capacities. This aspect is currently an active area of research, and we anticipate more rigorous exploration, comprehension, and mitigations in this domain. Regarding ethics, a latent risk associated with all Large Language Models is their malicious utilization. We urge the community to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2` model with ethical intentions and in a responsible way.
|
79 |
|
80 |
**Resources**: Learn more about GneissWeb [here](https://huggingface.co/datasets/ibm-granite/GneissWeb).
|