Q-bert commited on
Commit
1467278
1 Parent(s): 107ff99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- library_name: peft
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ZeTa Adapter
2
+
3
+ The ZeTa adapter is a powerful tool for enhancing the capabilities of the GPT-Neo 20B language model. Trained on the Alpaca dataset, this adapter allows the model to perform even better on a variety of natural language processing tasks.
4
+
5
+ ## Installation
6
+
7
+ To install the ZeTa adapter, simply follow these steps:
8
+
9
+ 1. Clone this repository to your local machine.
10
+ 2. Navigate to the root directory of the repository.
11
+ 3. Run the following command: `pip install .`
12
+
13
+ ## Usage
14
+
15
+ Using the ZeTa adapter is easy. Simply import it into your Python script and use it like any other adapter. Here is an example: