Text Generation
Transformers
Safetensors
granite
code
qiskit
conversational
ndupuis commited on
Commit
f16cbe3
·
verified ·
1 Parent(s): adb67cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -3,15 +3,17 @@ pipeline_tag: text-generation
3
  inference: false
4
  license: apache-2.0
5
  datasets:
6
- - public-qiskit
7
- - synthetic-qiskit
8
  metrics:
9
- - code_eval
10
  library_name: transformers
11
  tags:
12
- - code
13
- - granite
14
- - qiskit
 
 
15
  ---
16
 
17
  # granite-3.3-8b-qiskit
@@ -77,4 +79,4 @@ We train granite-3.3-8b-qiskit using IBM's super computing cluster (Vela) using
77
 
78
  ## Ethical Considerations and Limitations
79
 
80
- 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-3.3-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-3.3-8b-qiskit** model with ethical intentions and in a responsible way.
 
3
  inference: false
4
  license: apache-2.0
5
  datasets:
6
+ - public-qiskit
7
+ - synthetic-qiskit
8
  metrics:
9
+ - code_eval
10
  library_name: transformers
11
  tags:
12
+ - code
13
+ - granite
14
+ - qiskit
15
+ base_model:
16
+ - ibm-granite/granite-3.3-8b-instruct
17
  ---
18
 
19
  # granite-3.3-8b-qiskit
 
79
 
80
  ## Ethical Considerations and Limitations
81
 
82
+ 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-3.3-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-3.3-8b-qiskit** model with ethical intentions and in a responsible way.