Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,12 @@ The model is open source under apache 2.0. License
|
|
46 |
|
47 |
## Usage
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
### Installation
|
50 |
|
51 |
```bash
|
@@ -71,10 +77,6 @@ outputs = model.generate(**inputs, max_new_tokens=300)
|
|
71 |
tokenizer.decode(outputs[0], skip_special_tokens=True).split('<doc>')[-1].split('</doc>')[0]
|
72 |
```
|
73 |
|
74 |
-
### Library use
|
75 |
-
```python
|
76 |
-
pip install pip-parser
|
77 |
-
```
|
78 |
|
79 |
|
80 |
## Examples
|
|
|
46 |
|
47 |
## Usage
|
48 |
|
49 |
+
|
50 |
+
### Library use
|
51 |
+
```python
|
52 |
+
pip install pip-parser
|
53 |
+
```
|
54 |
+
|
55 |
### Installation
|
56 |
|
57 |
```bash
|
|
|
77 |
tokenizer.decode(outputs[0], skip_special_tokens=True).split('<doc>')[-1].split('</doc>')[0]
|
78 |
```
|
79 |
|
|
|
|
|
|
|
|
|
80 |
|
81 |
|
82 |
## Examples
|