Update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,10 @@ or
|
|
52 |
### Response:
|
53 |
```
|
54 |
|
|
|
|
|
|
|
|
|
55 |
## Future Plans
|
56 |
The model is currently being uploaded in FP16 format, and there are plans to convert the model to GGML and GPTQ 4bit quantizations. The team is also working on a full benchmark, similar to what was done for GPT4-x-Vicuna. We will try to get in discussions to get the model included in the GPT4All.
|
57 |
|
|
|
52 |
### Response:
|
53 |
```
|
54 |
|
55 |
+
## Resources for Applied Use Cases:
|
56 |
+
For an example of a back and forth chatbot using huggingface transformers and discord, check out: https://github.com/teknium1/alpaca-discord
|
57 |
+
For an example of a roleplaying discord bot, check out this: https://github.com/teknium1/alpaca-roleplay-discordbot
|
58 |
+
|
59 |
## Future Plans
|
60 |
The model is currently being uploaded in FP16 format, and there are plans to convert the model to GGML and GPTQ 4bit quantizations. The team is also working on a full benchmark, similar to what was done for GPT4-x-Vicuna. We will try to get in discussions to get the model included in the GPT4All.
|
61 |
|