Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
<a><img src="https://raw.githubusercontent.com/mbzuai-nlp/lamini/main/images/LaMnin.png" alt="Title" style="width: 100%; min-width: 300px; display: block; margin: auto;"></a>
|
28 |
</p>
|
29 |
|
30 |
-
# LaMini-GPT-
|
31 |
|
32 |
[![Model License](https://img.shields.io/badge/Model%20License-CC%20By%20NC%204.0-red.svg)]()
|
33 |
|
@@ -124,7 +124,7 @@ print("Response": generated_text)
|
|
124 |
<a><img src="https://raw.githubusercontent.com/mbzuai-nlp/lamini/main/images/lamini-pipeline.drawio.png" alt="Title" style="width: 100%; min-width: 250px; display: block; margin: auto;"></a>
|
125 |
</p>
|
126 |
|
127 |
-
We initialize with [gpt2](https://huggingface.co/gpt2) and fine-tune it on our [LaMini dataset](https://huggingface.co/datasets/MBZUAI/LaMini-instruction). Its total number of parameters is
|
128 |
|
129 |
### Training Hyperparameters
|
130 |
|
|
|
27 |
<a><img src="https://raw.githubusercontent.com/mbzuai-nlp/lamini/main/images/LaMnin.png" alt="Title" style="width: 100%; min-width: 300px; display: block; margin: auto;"></a>
|
28 |
</p>
|
29 |
|
30 |
+
# LaMini-GPT-124M
|
31 |
|
32 |
[![Model License](https://img.shields.io/badge/Model%20License-CC%20By%20NC%204.0-red.svg)]()
|
33 |
|
|
|
124 |
<a><img src="https://raw.githubusercontent.com/mbzuai-nlp/lamini/main/images/lamini-pipeline.drawio.png" alt="Title" style="width: 100%; min-width: 250px; display: block; margin: auto;"></a>
|
125 |
</p>
|
126 |
|
127 |
+
We initialize with [gpt2](https://huggingface.co/gpt2) and fine-tune it on our [LaMini dataset](https://huggingface.co/datasets/MBZUAI/LaMini-instruction). Its total number of parameters is 124M.
|
128 |
|
129 |
### Training Hyperparameters
|
130 |
|