davidsi commited on
Commit
18ba7ce
·
verified ·
1 Parent(s): 0db9b1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -134
README.md CHANGED
@@ -4,61 +4,36 @@ language:
4
  - en
5
  pipeline_tag: text-generation
6
  ---
7
-
8
- # Model Card for Model ID
9
-
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
12
- Model finetuned with knowledge distillation specifically for expertise on AMD technologies and python coding.
13
-
14
- ## Model Details
15
 
16
  ### Model Description
17
 
18
  <!-- Provide a longer summary of what this model is. -->
19
 
20
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
 
21
 
22
  - **Developed by:** David Silverstein
23
- - **Funded by [optional]:** [More Information Needed]
24
- - **Shared by [optional]:** [More Information Needed]
25
  - **Model type:** [More Information Needed]
26
- - **Language(s) (NLP):** [More Information Needed]
27
  - **License:** [More Information Needed]
28
  - **Finetuned from model meta-llama/Meta-Llama-3.1-8B-Instruct**
29
 
30
  ### Model Sources [optional]
31
-
32
  <!-- Provide the basic links for the model. -->
33
 
34
  - **Repository:** [More Information Needed]
35
- - **Paper [optional]:** [More Information Needed]
36
  - **Demo [optional]:** [More Information Needed]
37
 
38
  ## Uses
39
-
40
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
- Can be used as a development assistant when using AMD technologies and python in on-premise environments.
42
- ### Direct Use
43
-
44
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
45
-
46
- [More Information Needed]
47
-
48
- ### Downstream Use [optional]
49
-
50
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
51
-
52
- [More Information Needed]
53
-
54
- ### Out-of-Scope Use
55
-
56
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
57
-
58
- [More Information Needed]
59
 
60
  ## Bias, Risks, and Limitations
61
-
62
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
 
64
  [More Information Needed]
@@ -67,7 +42,8 @@ Can be used as a development assistant when using AMD technologies and python in
67
 
68
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
69
 
70
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
 
71
 
72
  ## How to Get Started with the Model
73
 
@@ -84,129 +60,32 @@ llm = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat1
84
 
85
  ## Training Details
86
 
87
- Torchtune was used for full finetuning, for 5 epochs on a single Instinct MI210 GPU. The training set consisted
88
- of 1658 question/answer pairs in Alpaca format.
89
 
90
  ### Training Data
91
-
92
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
93
 
94
  [More Information Needed]
95
 
96
  ### Training Procedure
97
-
98
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
99
 
100
  #### Preprocessing [optional]
101
-
102
  [More Information Needed]
103
 
104
-
105
  #### Training Hyperparameters
106
-
107
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
108
 
109
- #### Speeds, Sizes, Times [optional]
110
-
111
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
112
-
113
- [More Information Needed]
114
-
115
  ## Evaluation
116
-
117
  <!-- This section describes the evaluation protocols and provides the results. -->
118
 
119
  ### Testing Data, Factors & Metrics
120
 
121
  #### Testing Data
122
-
123
  <!-- This should link to a Dataset Card if possible. -->
124
 
125
- [More Information Needed]
126
-
127
- #### Factors
128
-
129
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
130
-
131
- [More Information Needed]
132
-
133
- #### Metrics
134
-
135
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
136
-
137
- [More Information Needed]
138
-
139
- ### Results
140
-
141
- [More Information Needed]
142
-
143
- #### Summary
144
-
145
-
146
-
147
- ## Model Examination [optional]
148
-
149
- <!-- Relevant interpretability work for the model goes here -->
150
-
151
- [More Information Needed]
152
-
153
- ## Environmental Impact
154
-
155
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
156
-
157
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
158
-
159
- - **Hardware Type:** [More Information Needed]
160
- - **Hours used:** [More Information Needed]
161
- - **Cloud Provider:** [More Information Needed]
162
- - **Compute Region:** [More Information Needed]
163
- - **Carbon Emitted:** [More Information Needed]
164
-
165
- ## Technical Specifications [optional]
166
-
167
  ### Model Architecture and Objective
168
 
169
- This model is a finetuned version of Llama 3.1, which is an auto-regressive language model that uses
170
- an optimized transformer architecture.
171
-
172
- ### Compute Infrastructure
173
-
174
- [More Information Needed]
175
-
176
- #### Hardware
177
-
178
- [More Information Needed]
179
-
180
- #### Software
181
-
182
- [More Information Needed]
183
-
184
- ## Citation [optional]
185
-
186
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
187
-
188
- **BibTeX:**
189
-
190
- [More Information Needed]
191
-
192
- **APA:**
193
-
194
- [More Information Needed]
195
-
196
- ## Glossary [optional]
197
-
198
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
199
-
200
- [More Information Needed]
201
-
202
- ## More Information [optional]
203
-
204
- [More Information Needed]
205
-
206
- ## Model Card Authors [optional]
207
-
208
- [More Information Needed]
209
-
210
- ## Model Card Contact
211
-
212
- [More Information Needed]
 
4
  - en
5
  pipeline_tag: text-generation
6
  ---
 
 
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
+ Finetuned Llama 3.2 Instruct model with knowledge distillation
10
+ specifically for expertise on AMD technologies and python coding.
 
11
 
12
  ### Model Description
13
 
14
  <!-- Provide a longer summary of what this model is. -->
15
 
16
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub.
17
+ This model card has been automatically generated.
18
 
19
  - **Developed by:** David Silverstein
 
 
20
  - **Model type:** [More Information Needed]
21
+ - **Language(s) (NLP):** English, Python
22
  - **License:** [More Information Needed]
23
  - **Finetuned from model meta-llama/Meta-Llama-3.1-8B-Instruct**
24
 
25
  ### Model Sources [optional]
 
26
  <!-- Provide the basic links for the model. -->
27
 
28
  - **Repository:** [More Information Needed]
 
29
  - **Demo [optional]:** [More Information Needed]
30
 
31
  ## Uses
 
32
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
33
+ Can be used as a development assistant when using AMD technologies and python
34
+ in on-premise environments.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ## Bias, Risks, and Limitations
 
37
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
38
 
39
  [More Information Needed]
 
42
 
43
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
44
 
45
+ Users (both direct and downstream) should be made aware of the risks, biases and
46
+ limitations of the model. More information needed for further recommendations.
47
 
48
  ## How to Get Started with the Model
49
 
 
60
 
61
  ## Training Details
62
 
63
+ Torchtune was used for full finetuning, for 5 epochs on a single Instinct MI210 GPU.
64
+ The training set consisted of 1658 question/answer pairs in Alpaca format.
65
 
66
  ### Training Data
 
67
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
68
 
69
  [More Information Needed]
70
 
71
  ### Training Procedure
 
72
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
73
 
74
  #### Preprocessing [optional]
 
75
  [More Information Needed]
76
 
 
77
  #### Training Hyperparameters
 
78
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
79
 
 
 
 
 
 
 
80
  ## Evaluation
 
81
  <!-- This section describes the evaluation protocols and provides the results. -->
82
 
83
  ### Testing Data, Factors & Metrics
84
 
85
  #### Testing Data
 
86
  <!-- This should link to a Dataset Card if possible. -->
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  ### Model Architecture and Objective
89
 
90
+ This model is a finetuned version of Llama 3.1, which is an auto-regressive language
91
+ model that uses an optimized transformer architecture.