mwitiderrick
commited on
Commit
•
7593825
1
Parent(s):
3a4c9de
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model: openlm-research/open_llama_3b
|
3 |
datasets:
|
4 |
-
- mwitiderrick/
|
5 |
inference: true
|
6 |
model_type: llama
|
7 |
prompt_template: |
|
@@ -54,10 +54,10 @@ model-index:
|
|
54 |
|
55 |
|
56 |
---
|
57 |
-
# OpenLLaMA Instruct: An Open Reproduction of LLaMA
|
58 |
|
59 |
This is an [OpenLlama model](https://huggingface.co/openlm-research/open_llama_3b) that has been fine-tuned on 1 epoch of the
|
60 |
-
[
|
61 |
|
62 |
The modified version of the dataset can be found [here](mwitiderrick/Open-Platypus)
|
63 |
## Prompt Template
|
|
|
1 |
---
|
2 |
base_model: openlm-research/open_llama_3b
|
3 |
datasets:
|
4 |
+
- mwitiderrick/AlpacaCode
|
5 |
inference: true
|
6 |
model_type: llama
|
7 |
prompt_template: |
|
|
|
54 |
|
55 |
|
56 |
---
|
57 |
+
# OpenLLaMA Code Instruct: An Open Reproduction of LLaMA
|
58 |
|
59 |
This is an [OpenLlama model](https://huggingface.co/openlm-research/open_llama_3b) that has been fine-tuned on 1 epoch of the
|
60 |
+
[AlpacaCode](https://huggingface.co/datasets/mwitiderrick/AlpacaCode) dataset.
|
61 |
|
62 |
The modified version of the dataset can be found [here](mwitiderrick/Open-Platypus)
|
63 |
## Prompt Template
|