-
I'm using Azure Abstractive Summarization to summarize a bunch of captions. I'm using Python SDK sample from here: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-te…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
source
### Tensorflow Version
2.8
### Custom Code
Yes
### OS Pla…
-
The summarization code example does not work - https://huggingface.co/docs/transformers/main/model_doc/mbart#transformers.TFMBartForConditionalGeneration.call.example
```python
from transformers i…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
source
### Tensorflow Version
2.8
### Custom Code
Yes
### OS Pla…
-
### System Info
pipeline("summarization") is extractive vs abstractive?
# use bart in pytorch
summarizer = pipeline("summarization")
summarizer("An apple a day, keeps the doctor away", min_lengt…
-
Dear Matteo,
i try to build abstract q&a but I got this error:
...
...
{"level":"debug","time":"2023-06-27T19:58:00+02:00","message":"1.45 GiB of 1.51 GiB (95%) downloaded"}
{"level":"debug…
-
Hey there!
I am replicating the code and this paper for one of my personal projects. I am facing one issue when running :
```
config = BertAbsConfig(max_pos=args.block_size)
model = BertAbs.fr…
-
I'm having difficulties to wrap my head around the `batch_size` parameter.
What exactly is the `batch_size` parameter ?
It's not the real batch size (i.e. how many samples can be processed at on…
-
I have heard that ChatGPT uses sequence-to-sequence modeling. Can you tell me what that means?
-
Hello VietAI team,
Thanks for sharing the pretrained models in your research paper. I am interested on fine tuning the [VietAI/vit5-base](https://huggingface.co/VietAI/vit5-base) language model for…