python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
For what is used parameter return_dict in BertModel?
I have something like this model=BertModel.from_pretrained('bert-base-uncased',return_dict=True)
What exactly is this "return_dict" used for? What happens when True and what when False?
Alem
Votes: 0
Answers: 1
wandb getting logged without initiating
I do not want to use wandb. I don't even have an account. I am simply following this notebook for finetuning. I am not running the 2nd and 3 cells because I do not want to push the model to the hub.
H...
Kiera.K
Votes: 0
Answers: 1
Is there a way to load local csv.gz file in huggingface dataloader?
I'm using datasets library by huggingface to load csv dataset stored locally. The problem is, the dataset is compressed and is stored as a csv.gz file. Therefore, I'm not able to load it using load_da...
Mahavir I
Votes: 0
Answers: 1
HuggingFace FinBert Model in google Collab
When I run my FinBert model it always crashes the RAM in Google Collab at outputs = model(**input)
from transformers.utils.dummy_pt_objects import HubertModel
import textwrap
# Reads all files at once...
Vishrut Tiwari
Votes: 0
Answers: 1