-
I wanted to understand if there is any documentation explaining the logic between [here](https://github.com/DerwenAI/pytextrank/blob/6dd286136e72b9081fbdec76d1e51a06e17a4bd7/pytextrank/base.py#L546) a…
-
Thanks for your quick code and checkpoints release. Still i have encountered one problem when using your trained checkpoint to test my data.
I have notice that you set the default max length of inp…
-
I was trying to follow the instructions in https://transformersum.readthedocs.io/en/latest/general/getting-started.html but they don't make sense. The Drive link contains .bin files while the "model =…
-
# 🚀 Adding Longformer Encoder Decoder support for T5
LED is great for doing long form encoder decoder of documents, but it is based only on BART. T5 has certain advantages, such as being designed f…
-
When will someone use TimeDistributedDense? Is it only to reduce training data set? Does it have other benefit?
Why is TimeDistributedDense after RNN/LSTM/GRU? Shouldn't it be before? For example, if…
-
Hi i am trying to run the pressum from cmd_summarizer.py but getting this error. i think the path to huggingface is broken. Can you please guide me to run presumm.
Error : Traceback (most recent ca…
-
I don’t understand the documentation for summarization_query.
```
Automatically fits a transfer-learning Document Summarization model to your dataset. This model will have frozen layers with pre…
-
I am trying to load Pre Trained Abstractive model as written in the docs but it's giving an error. The model uploaded is not a checkpoint
-
Questions & Help
Hello to everyone!!
I am facing a problem summarizing long articles. I mean very long text with larger vocab size than it is pre-trained already i guess.
I see that many of the…
-
Parts of our application make tons (1,000s to 10,000s) of RPC requests within a single express action. There's no need to log all of these RPC spans -- I would rather not trace RPC calls in these rout…