Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
## Run Inf
|
6 |
+
|
7 |
+
```bash
|
8 |
+
!git clone https://github.com/huggingface/transformers.git
|
9 |
+
%cd transformers
|
10 |
+
!git checkout <commit_id_for_4.47.0.dev0>
|
11 |
+
!pip install -q .
|
12 |
+
!pip install -q accelerate==0.34.2 bitsandbytes==0.44.1 peft==0.13.1
|
13 |
+
```
|
14 |
+
|
15 |
+
```py
|
16 |
+
model_id = 'Ahanaas/Zephyr_7b_Finetuned_role'
|
17 |
+
```
|