Pankaj Mathur commited on
Commit ·
6693440
1
Parent(s): a4aee1b
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,12 @@ pipeline_tag: text-generation
|
|
| 11 |
---
|
| 12 |
# orca_mini_3b
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
An [OpenLLaMa-3B model](https://github.com/openlm-research/open_llama) model trained on explain tuned datasets, created using Instructions and Input from WizardLM, Alpaca & Dolly-V2 datasets and applying Orca Research Paper dataset construction approaches.
|
| 15 |
|
| 16 |
|
|
@@ -49,12 +55,6 @@ Here are some of params used during training:
|
|
| 49 |
|
| 50 |
# Example Usage
|
| 51 |
|
| 52 |
-
Use orca-mini-3b on Free Google Colab :)
|
| 53 |
-
|
| 54 |
-
<a target="_blank" href="https://colab.research.google.com/huggingface.co/psmathur/orca_mini_3b/blob/main/orca_mini_3b_T4_GPU.ipynb">
|
| 55 |
-
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
| 56 |
-
</a>
|
| 57 |
-
|
| 58 |
Below shows an example on how to use this model
|
| 59 |
|
| 60 |
```python
|
|
|
|
| 11 |
---
|
| 12 |
# orca_mini_3b
|
| 13 |
|
| 14 |
+
Use orca-mini-3b on Free Google Colab with T4 GPU :)
|
| 15 |
+
|
| 16 |
+
<a target="_blank" href="https://colab.research.google.com/#fileId=https://huggingface.co/psmathur/orca_mini_3b/blob/main/orca_mini_3b_T4_GPU.ipynb">
|
| 17 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
| 18 |
+
</a>
|
| 19 |
+
|
| 20 |
An [OpenLLaMa-3B model](https://github.com/openlm-research/open_llama) model trained on explain tuned datasets, created using Instructions and Input from WizardLM, Alpaca & Dolly-V2 datasets and applying Orca Research Paper dataset construction approaches.
|
| 21 |
|
| 22 |
|
|
|
|
| 55 |
|
| 56 |
# Example Usage
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
Below shows an example on how to use this model
|
| 59 |
|
| 60 |
```python
|