Q-bert commited on
Commit
525a0f1
1 Parent(s): 4e2d4f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  library_name: peft
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  library_name: peft
3
  ---
4
+
5
+ # AlpaGo: GPT-NeoX-20 Model Trained with Qlora Technique
6
+
7
+ AlpaGo is an adapter model trained using the Qlora technique on top of the GPT-NeoX-20 model. This repository contains the code and resources for AlpaGo, which can be used for natural language processing tasks. AlpaGo is built on the GPT-3.5 architecture and developed by OpenAI.
8
+
9
+ ## Features
10
+
11
+ - AlpaGo adapter model trained with the Qlora technique
12
+ - Based on the GPT-NeoX-20 model, providing high-quality natural language processing capabilities on Engilish Language
13
+
14
+ ## Installation
15
+
16
+ 1. Clone the AlpaGo repository:
17
+ ```python
18
+ !git clone https://github.com/exampleuser/alphago.git
19
+ ```