Update README.md
Browse files
README.md
CHANGED
@@ -109,8 +109,8 @@ print("Response": generated_text)
|
|
109 |
|
110 |
## Training Procedure
|
111 |
|
112 |
-
<p align="center" width="
|
113 |
-
<a><img src="https://raw.githubusercontent.com/mbzuai-nlp/lamini/main/images/lamini-pipeline.drawio.png" alt="Title" style="width:
|
114 |
</p>
|
115 |
|
116 |
We initialize with [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) and fine-tune it on our [LaMini dataset](https://huggingface.co/datasets/MBZUAI/LaMini-instruction). Its total number of parameters is 77M.
|
|
|
109 |
|
110 |
## Training Procedure
|
111 |
|
112 |
+
<p align="center" width="100%">
|
113 |
+
<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>
|
114 |
</p>
|
115 |
|
116 |
We initialize with [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) and fine-tune it on our [LaMini dataset](https://huggingface.co/datasets/MBZUAI/LaMini-instruction). Its total number of parameters is 77M.
|