migaraa commited on
Commit
e361d2c
1 Parent(s): 46e33f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -35
README.md CHANGED
@@ -5,55 +5,35 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
- ### Model Sources [optional]
 
 
 
29
 
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
  ### Direct Use
41
 
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
 
52
  ### Out-of-Scope Use
53
 
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
 
58
  ## Bias, Risks, and Limitations
59
 
@@ -93,6 +73,10 @@ Use the code below to get started with the model.
93
  #### Training Hyperparameters
94
 
95
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
 
 
 
 
96
 
97
  #### Speeds, Sizes, Times [optional]
98
 
@@ -144,8 +128,8 @@ Use the code below to get started with the model.
144
 
145
  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).
146
 
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
  - **Cloud Provider:** [More Information Needed]
150
  - **Compute Region:** [More Information Needed]
151
  - **Carbon Emitted:** [More Information Needed]
@@ -166,7 +150,8 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
166
 
167
  #### Software
168
 
169
- [More Information Needed]
 
170
 
171
  ## Citation [optional]
172
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This model is a fine-tuned version of meta-llama/Llama-2-7b-hf on an unknown dataset.
 
9
 
10
 
11
  ## Model Details
12
 
13
  ### Model Description
14
 
15
+ This is a fine-tuned version of the Llama-2-7b-hf model using Parameter Efficient Fine Tuning (PEFT) with Low Rank Adaptation (LoRA) on the Intel Gaudi 2 AI accelerator. This model can be used for various text generation tasks including chatbots, content creation, and other NLP applications.
 
 
16
 
 
 
 
 
 
 
 
17
 
18
+ - **Developed by:** Migara Amarasinghe
19
+ - **Model type:** LLM
20
+ - **Language(s) (NLP):** English
21
+ - **Finetuned from model [optional]:** meta-llama/Llama-2-7b-hf
22
 
 
 
 
 
 
23
 
24
  ## Uses
25
 
 
 
26
  ### Direct Use
27
 
28
+ This model can be used for text generation tasks such as:
29
+ - Chatbots
30
+ - Automated content creation
31
+ - Text completion and augmentation
 
 
 
 
 
32
 
33
  ### Out-of-Scope Use
34
 
35
+ - Use in real-time applications where latency is critical
36
+ - Use in highly sensitive domains without thorough evaluation and testing
 
37
 
38
  ## Bias, Risks, and Limitations
39
 
 
73
  #### Training Hyperparameters
74
 
75
  - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
76
+ Training regime: Mixed precision training using bf16
77
+ Number of epochs: 3
78
+ Learning rate: 1e-4
79
+ Batch size: 16
80
 
81
  #### Speeds, Sizes, Times [optional]
82
 
 
128
 
129
  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).
130
 
131
+ - **Hardware Type:** Intel Gaudi AI Accelerator
132
+ - **Hours used:** < 1 hour
133
  - **Cloud Provider:** [More Information Needed]
134
  - **Compute Region:** [More Information Needed]
135
  - **Carbon Emitted:** [More Information Needed]
 
150
 
151
  #### Software
152
 
153
+ Transformers library
154
+ Optimum Habana library
155
 
156
  ## Citation [optional]
157