Update README.md
Browse files
README.md
CHANGED
@@ -536,10 +536,7 @@ The following hyperparameters were used during the **most recent** training roun
|
|
536 |
- num_epochs: 2
|
537 |
|
538 |
|
539 |
-
\*_Prior training sessions used roughly similar parameters; multiple sessions were required as this takes eons to
|
540 |
-
|
541 |
-
### Training results
|
542 |
-
|
543 |
|
544 |
|
545 |
### Framework versions
|
@@ -548,3 +545,19 @@ The following hyperparameters were used during the **most recent** training roun
|
|
548 |
- Pytorch 1.10.0+cu113
|
549 |
- Datasets 2.3.2
|
550 |
- Tokenizers 0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
536 |
- num_epochs: 2
|
537 |
|
538 |
|
539 |
+
\*_Prior training sessions used roughly similar parameters; multiple sessions were required as this takes eons to train
|
|
|
|
|
|
|
540 |
|
541 |
|
542 |
### Framework versions
|
|
|
545 |
- Pytorch 1.10.0+cu113
|
546 |
- Datasets 2.3.2
|
547 |
- Tokenizers 0.12.1
|
548 |
+
|
549 |
+
|
550 |
+
## citation info
|
551 |
+
|
552 |
+
If you find `pszemraj/long-t5-tglobal-base-16384-book-summary` useful in your work, please consider citing this model :)
|
553 |
+
|
554 |
+
```
|
555 |
+
@misc {peter_szemraj_2022,
|
556 |
+
author = { {Peter Szemraj} },
|
557 |
+
title = { long-t5-tglobal-base-16384-book-summary (Revision 4b12bce) },
|
558 |
+
year = 2022,
|
559 |
+
url = { https://huggingface.co/pszemraj/long-t5-tglobal-base-16384-book-summary },
|
560 |
+
doi = { 10.57967/hf/0100 },
|
561 |
+
publisher = { Hugging Face }
|
562 |
+
}
|
563 |
+
```
|