Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,9 @@ outputs = model.generate(inputs, max_new_tokens=50, temperature=0.2, top_p=0.9,
|
|
| 32 |
print(tokenizer.decode(outputs[0]))
|
| 33 |
```
|
| 34 |
|
|
|
|
|
|
|
|
|
|
| 35 |
## **Features**
|
| 36 |
- **Legal Document Analysis**: Analyze legal documents for accuracy, completeness, and compliance with regulations.
|
| 37 |
- **Legal Document Generation**: Create contracts, agreements, and notices based on user inputs.
|
|
|
|
| 32 |
print(tokenizer.decode(outputs[0]))
|
| 33 |
```
|
| 34 |
|
| 35 |
+

|
| 36 |
+
|
| 37 |
+
|
| 38 |
## **Features**
|
| 39 |
- **Legal Document Analysis**: Analyze legal documents for accuracy, completeness, and compliance with regulations.
|
| 40 |
- **Legal Document Generation**: Create contracts, agreements, and notices based on user inputs.
|