Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ tags:
|
|
16 |
|
17 |
This will NOT work with llama.cpp as of 5/8/2023. This will ONLY work with the GGML fork in https://github.com/ggerganov/ggml/pull/134, and soon https://github.com/keldenl/gpt-llama.cpp (which uses llama.cpp or ggml).
|
18 |
|
19 |
-
# RedPajama-INCITE-Instruct-
|
20 |
|
21 |
-
RedPajama-INCITE-Instruct-
|
22 |
|
23 |
The model was fine-tuned for few-shot applications on the data of [GPT-JT](https://huggingface.co/togethercomputer/GPT-JT-6B-v1), with exclusion of tasks that overlap with the HELM core scenarios.
|
24 |
|
@@ -27,7 +27,7 @@ The model was fine-tuned for few-shot applications on the data of [GPT-JT](https
|
|
27 |
- **Model type**: Language Model
|
28 |
- **Language(s)**: English
|
29 |
- **License**: Apache 2.0
|
30 |
-
- **Model Description**: A
|
31 |
|
32 |
## Prompt Template
|
33 |
To prompt the chat model, use a typical instruction format + few shot prompting, for example:
|
|
|
16 |
|
17 |
This will NOT work with llama.cpp as of 5/8/2023. This will ONLY work with the GGML fork in https://github.com/ggerganov/ggml/pull/134, and soon https://github.com/keldenl/gpt-llama.cpp (which uses llama.cpp or ggml).
|
18 |
|
19 |
+
# RedPajama-INCITE-Instruct-7B-v0.1
|
20 |
|
21 |
+
RedPajama-INCITE-Instruct-7B-v0.1 was developed by Together and leaders from the open-source AI community including Ontocord.ai, ETH DS3Lab, AAI CERC, Université de Montréal, MILA - Québec AI Institute, Stanford Center for Research on Foundation Models (CRFM), Stanford Hazy Research research group and LAION.
|
22 |
|
23 |
The model was fine-tuned for few-shot applications on the data of [GPT-JT](https://huggingface.co/togethercomputer/GPT-JT-6B-v1), with exclusion of tasks that overlap with the HELM core scenarios.
|
24 |
|
|
|
27 |
- **Model type**: Language Model
|
28 |
- **Language(s)**: English
|
29 |
- **License**: Apache 2.0
|
30 |
+
- **Model Description**: A 6.9B parameter pretrained language model.
|
31 |
|
32 |
## Prompt Template
|
33 |
To prompt the chat model, use a typical instruction format + few shot prompting, for example:
|