python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
fine-tuning bert for abstractive text summarization
I am using BERT (araBert to be more specific) for Arabic abstractive text summarization, but I don't want to train all the parameters from scratch. What I am looking for is a way to freeze the layers ...
Abd Al-Rahman Odeh
Votes: 0
Answers: 0
How to know the date interval covered by WEEK function
I want to do other 2 columns that shows me, respectively, the first date and the last day of the week grouped.
Currently, I'm summarizing a query by week period. When I run this query, it shows me the...
alexandre9865
Votes: 0
Answers: 1
AttributeError: 'T5Config' object has no attribute 'adapters'
How to solve this error? I've created the .pkl object of the T5-base model and tried to execute it but suddenly I got this error message. I wondered a bit, tried to google it but didn't get any reason...
Darshan Tank
Votes: 0
Answers: 1
Is this possible to fine tune T5 by changing its configuration using T5Config class object?
Trained the "T5-base" as given in the video tutorial of Venelin Valkov. It is working well. Then I tried to change some configuration like the number of layers (num_layers) and drop out in l...
rana
Votes: 0
Answers: 1