python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
bert_vocab.bert_vocab_from_dataset taking too long
I'm following this tutorial (https://colab.research.google.com/github/tensorflow/text/blob/master/docs/guide/subwords_tokenizer.ipynb#scrollTo=kh98DvoDz7Jn) to generate a vocabulary from a custom data...
Kurt
Votes: 0
Answers: 1
Image Captioning model predicts repeated word when using BERT as word embedding layer
I'm currently using this page's code to build image captioning model. The only different is I'm using BERT model's output as word embedding at Decoder part, therefore I have to change some of the orig...
Gorg
Votes: 0
Answers: 0
Span-Aste with allennlp - testing against new unseen and unlabeled data
I am trying to use this colab of this github page to extract the triplet [term, opinion, value] from a sentence from my custom dataset.
Here is an overview of the system architecture:
While I can use...
KeyPi
Votes: 0
Answers: 1
ValueError: The state dictionary of the model you are trying to load is corrupted. Are you sure it was properly saved?
Goal: Amend this Notebook to work with albert-base-v2 model
Kernel: conda_pytorch_p36.
Section 1.2 instantiates a model from files in ./MRPC/ dir.
However, I think it is for a BERT model, not Albert. ...
DanielBell99
Votes: 0
Answers: 1