bhatta1 commited on
Commit
44d0d1e
·
verified ·
1 Parent(s): 2edd051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,7 +27,7 @@ This model is trained on 350B tokens of English FineWeb V1.1.0 data and is not i
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
 
@@ -37,7 +37,7 @@ This model is trained on 350B tokens of English FineWeb V1.1.0 data and is not i
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,7 +51,7 @@ Then, copy the code snippet below to run the example.
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,6 +74,6 @@ print(output)
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).
 
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.seed1](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed1)
31
 
32
  [GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3](https://huggingface.co/ibm-granite/GneissWeb.7B_ablation_model_on_350B_FineWeb.seed3)
33
 
 
37
 
38
  **Generation**:
39
 
40
+ This is a simple example of how to use `GneissWeb.7B_ablation_model_on_350B_FineWeb.Edu.seed3` 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.seed3"
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.seed3` 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.seed3` model with ethical intentions and in a responsible way.
78
 
79
  **Resources**: Learn more about GneissWeb [here](https://huggingface.co/datasets/ibm-granite/GneissWeb).