Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,11 @@ tags:
|
|
8 |
|
9 |
Cerebras-GPT-2.7B-Alpaca-SP is [cerebras/Cerebras-GPT-2.7B](https://huggingface.co/cerebras/Cerebras-GPT-2.7B) finetuned on a modified [Alpaca dataset](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json) with a shorter prompt structure (`Human:...\n\nAssistant:`). This contains the float16 model merged with [lxe/lora-cerebras-gpt2.7b-alpaca-shortprompt](https://huggingface.co/lxe/lora-cerebras-gpt2.7b-alpaca-shortprompt) LoRA.
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
### Basic Usage:
|
12 |
|
13 |
```python
|
|
|
8 |
|
9 |
Cerebras-GPT-2.7B-Alpaca-SP is [cerebras/Cerebras-GPT-2.7B](https://huggingface.co/cerebras/Cerebras-GPT-2.7B) finetuned on a modified [Alpaca dataset](https://github.com/tloen/alpaca-lora/blob/main/alpaca_data_cleaned.json) with a shorter prompt structure (`Human:...\n\nAssistant:`). This contains the float16 model merged with [lxe/lora-cerebras-gpt2.7b-alpaca-shortprompt](https://huggingface.co/lxe/lora-cerebras-gpt2.7b-alpaca-shortprompt) LoRA.
|
10 |
|
11 |
+
|
12 |
+
### Limitations:
|
13 |
+
|
14 |
+
Although mostly coherent, the model tends to hallucinate signinficantly, often producing erroneous information.
|
15 |
+
|
16 |
### Basic Usage:
|
17 |
|
18 |
```python
|