ndupuis commited on
Commit
bdef3e8
·
1 Parent(s): f2fb0b8

Edit model card

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -41,12 +41,10 @@ model-index:
41
 
42
  ## Model Summary
43
 
44
- **granite-8b-qiskit** is a 8B parameter model extend pretrained and fine tuned on top of granite-8b-code-base using Qiskit code and instruction data to improve capabilities at writing high-quality and non-deprecated Qiskit code. We used only data with the following licenses: Apache 2.0, MIT, the Unlicense, Mulan PSL Version 2, BSD-2, BSD-3, and Creative Commons Attribution 4.0.
45
 
46
  - **Developers:** IBM Quantum & IBM Research
47
- - **GitHub Repository:** Pending
48
- - **Related Papers:** [Qiskit Code Assistant: Training LLMs for
49
- generating Quantum Computing Code](https://arxiv.org/abs/2405.19495) and [Qiskit HumanEval: An Evaluation Benchmark For Quantum Code Generative Models](https://arxiv.org/abs/2406.14712)
50
  - **Release Date**: November 12th, 2024
51
  - **License:** apache-2.0
52
 
@@ -96,8 +94,8 @@ for i in output:
96
 
97
  ## Infrastructure
98
 
99
- We train granite-8b-qiskit using IBM's super computing cluster (Vela) using NVIDIA A100 GPUs. The cluster provides a scalable and efficient infrastructure for training.
100
 
101
  ## Ethical Considerations and Limitations
102
 
103
- The use of Large Language Models involves risks and ethical considerations people must be aware of. Regarding code generation, caution is urged against complete reliance on specific code models for crucial decisions or impactful information as the generated code is not guaranteed to work as intended. **granite-8b-qiskit** model is not the exception in this regard. Even though this model is suited for multiple code-related 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 source code 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 **granite-8b-qiskit-v1** model with ethical intentions and in a responsible way.
 
41
 
42
  ## Model Summary
43
 
44
+ **granite-8b-qiskit** is a 8B parameter model extend pretrained and fine tuned on top of [granite-8b-code-base](https://huggingface.co/ibm-granite/granite-8b-code-base-4k) using Qiskit code and instruction data to improve capabilities at writing high-quality and non-deprecated Qiskit code. We used only data with the following licenses: Apache 2.0, MIT, the Unlicense, Mulan PSL Version 2, BSD-2, BSD-3, and Creative Commons Attribution 4.0.
45
 
46
  - **Developers:** IBM Quantum & IBM Research
47
+ - **Related Papers:** [Qiskit Code Assistant: Training LLMs for generating Quantum Computing Code](https://arxiv.org/abs/2405.19495) and [Qiskit HumanEval: An Evaluation Benchmark For Quantum Code Generative Models](https://arxiv.org/abs/2406.14712)
 
 
48
  - **Release Date**: November 12th, 2024
49
  - **License:** apache-2.0
50
 
 
94
 
95
  ## Infrastructure
96
 
97
+ We train granite-8b-qiskit using IBM's super computing cluster (Vela) using NVIDIA A100 GPUs.
98
 
99
  ## Ethical Considerations and Limitations
100
 
101
+ The use of Large Language Models involves risks and ethical considerations people must be aware of. Regarding code generation, caution is urged against complete reliance on specific code models for crucial decisions or impactful information as the generated code is not guaranteed to work as intended. **granite-8b-qiskit** model is not the exception in this regard. Even though this model is suited for multiple code-related 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 source code 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 **granite-8b-qiskit** model with ethical intentions and in a responsible way.