Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,12 @@ library_name: peft
|
|
3 |
base_model: Qwen/Qwen-7B-Chat-Int4
|
4 |
---
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
# Examples
|
7 |
|
8 |
```python
|
|
|
3 |
base_model: Qwen/Qwen-7B-Chat-Int4
|
4 |
---
|
5 |
|
6 |
+
|
7 |
+
# Introduction
|
8 |
+
|
9 |
+
Qwen-7B finetuned on a parallel corpus for translation between Kanbun (漢文) and its Kakikudashibun (書き下し文).
|
10 |
+
|
11 |
+
|
12 |
# Examples
|
13 |
|
14 |
```python
|