Update README.md
Browse files
README.md
CHANGED
|
@@ -110,6 +110,8 @@ print(tokenizer.decode(outputs[0]))
|
|
| 110 |
|
| 111 |
6. **Dependency on Fine-Tuning:**
|
| 112 |
For optimal performance on domain-specific tasks, fine-tuning on relevant datasets is required, which demands additional computational resources and expertise.
|
| 113 |
-
|
| 114 |
7. **Context Length Limitation:**
|
| 115 |
-
The model’s ability to process long documents is limited by its maximum context window size. If the input exceeds this limit, truncation may lead to loss of important information.
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
6. **Dependency on Fine-Tuning:**
|
| 112 |
For optimal performance on domain-specific tasks, fine-tuning on relevant datasets is required, which demands additional computational resources and expertise.
|
| 113 |
+
|
| 114 |
7. **Context Length Limitation:**
|
| 115 |
+
The model’s ability to process long documents is limited by its maximum context window size. If the input exceeds this limit, truncation may lead to loss of important information.
|
| 116 |
+
|
| 117 |
+

|