Update README.md
Browse files
README.md
CHANGED
@@ -113,6 +113,11 @@ See `summarize.py` in [the code for my hf space Document Summarization](https://
|
|
113 |
|
114 |
You can also use the same code to split a document into batches of 4096, etc., and run over those with the model. This is useful in situations where CUDA memory is limited.
|
115 |
|
|
|
|
|
|
|
|
|
|
|
116 |
---
|
117 |
|
118 |
## Training procedure
|
|
|
113 |
|
114 |
You can also use the same code to split a document into batches of 4096, etc., and run over those with the model. This is useful in situations where CUDA memory is limited.
|
115 |
|
116 |
+
### How to fine-tune further?
|
117 |
+
|
118 |
+
See [train with a script](https://huggingface.co/docs/transformers/run_scripts) and [the summarization scripts](https://github.com/huggingface/transformers/tree/main/examples/pytorch/summarization)
|
119 |
+
|
120 |
+
|
121 |
---
|
122 |
|
123 |
## Training procedure
|