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)
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
How to get the next word from huggingface's gpt-2 model instead of a token?
I am fine-tuning a pre-trained GPT-2 model for my native language. The model uses a byte-level BPE tokenizer. My goal is to predict the next word from a given sequence, but the model predicts next tok...
let me down slowly
Votes: 0
Answers: 0
Facing SSL Error with Huggingface pretrained models
I am facing below issue while loading the pretrained model from HuggingFace.
HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /roberta-base/resolve/main/config.json...
chaitu
Votes: 0
Answers: 2
Huggingface pretrained model's tokenizer and model objects have different maximum input length
I'm using symanto/sn-xlm-roberta-base-snli-mnli-anli-xnli pretrained model from huggingface. My task requires to use it on pretty large texts, so it's essential to know maximum input length.
The follo...

Nick Zorander
Votes: 0
Answers: 2