Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- peft
|
7 |
+
- lora
|
8 |
+
- gpt-j
|
9 |
+
- instruct
|
10 |
+
- alpaca
|
11 |
+
---
|
12 |
+
This is a base instruct model without any chat finetuning or reinforcement learning to mitigate safety concerns. Check out the "files and versions" tab of this repository for an example of inference, "Instruct_GPT_J_Gradio_Demo.ipynb"
|