bhatta1 commited on
Commit
e3ef27f
·
verified ·
1 Parent(s): 7d71cc4

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -17,12 +17,27 @@ This model is part of the [GneissWeb](https://huggingface.co/datasets/ibm-granit
17
 
18
  **Intended Use**:
19
 
20
- This model is trained on 350B tokens of English FineWeb 1.1.0 data and is not instruction-tuned or safety aligned. It is important to note that the primary intended use case for this model is to compare its performance with other models trained under similar conditions, with the goal of comparing pre-training datasets. These models include [GneissWeb.7B_ablation_model_on_350B_GneissWeb](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb) and [GneissWeb.7B_ablation_model_on_350B_FineWeb](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb)
21
 
 
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  **Generation**:
24
 
25
- This is a simple example of how to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu` model.
26
 
27
  Install the following libraries:
28
 
@@ -36,7 +51,7 @@ Then, copy the code snippet below to run the example.
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  device = "auto"
39
- model_path = "ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu"
40
  tokenizer = AutoTokenizer.from_pretrained(model_path)
41
  # drop device_map if running on CPU
42
  model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
@@ -59,6 +74,6 @@ print(output)
59
 
60
  **Infrastructure**: Please refer to section 5.2 of the [GneissWeb](https://arxiv.org/pdf/2502.14907) paper.
61
 
62
- **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.Edu` 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, there 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.Edu` model with ethical intentions and in a responsible way.
63
 
64
  **Resources**: Learn more about GneissWeb [here](https://huggingface.co/datasets/ibm-granite/GneissWeb).
 
17
 
18
  **Intended Use**:
19
 
20
+ This model is trained on 350B tokens of English FineWeb V1.1.0 data and is not instruction-tuned or safety aligned. It is important to note that the primary intended use case for this model is to compare its performance with other models trained under similar conditions, with the goal of comparing pre-training datasets. These other models include
21
 
22
+ [GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed1](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed1)
23
 
24
+ [GneissWeb.7B_ablation_model_on_350B_FineWeb.seed1](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed1)
25
+
26
+ [GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed2](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed2)
27
+
28
+ [GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed2)
29
+
30
+ [GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed3)
31
+
32
+ [GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3)
33
+
34
+ [GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed2](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed2)
35
+
36
+ [GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_GneissWeb.seed3)
37
+
38
  **Generation**:
39
 
40
+ This is a simple example of how to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed1` model.
41
 
42
  Install the following libraries:
43
 
 
51
  ```python
52
  from transformers import AutoModelForCausalLM, AutoTokenizer
53
  device = "auto"
54
+ model_path = "ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed1"
55
  tokenizer = AutoTokenizer.from_pretrained(model_path)
56
  # drop device_map if running on CPU
57
  model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
 
74
 
75
  **Infrastructure**: Please refer to section 5.2 of the [GneissWeb](https://arxiv.org/pdf/2502.14907) paper.
76
 
77
+ **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.Edu.seed1` 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, there 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.Edu.seed1` model with ethical intentions and in a responsible way.
78
 
79
  **Resources**: Learn more about GneissWeb [here](https://huggingface.co/datasets/ibm-granite/GneissWeb).