-
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.preprocessing.sequence import pad_sequences
from keras.utils import to_categorical
from keras.models import Sequential
…
-
Hi. I just had a question regarding the entity embeddings used in the model. Specifically, I'm trying to run the LUKE model on relation extraction.
I've noticed that the `entity_vocab_size` is set …
-
# ❓ Questions & Help
Hello, congrats to all contributors for the awesome work with LXMERT! It is exciting to see multimodal transformers coming to hugginface/transformers. Of course, I immediately …
LetiP updated
3 years ago
-
For this assignment, we'll use data stories from The [Hindu Data Point](https://www.thehindu.com/topic/data-point/).
Select a story that you like, study it carefully and redesign it. Specifically I…
-
## Environment info
- `transformers` version: 4.0.1 (also reproduced the same issue with 3.5.1)
- Platform: Google Colab
- Python version: 3.6
- PyTorch version (GPU?): 1.7.0+cu101
- Te…
-
Hi,
When using tensorflow, I found_ '**ValueError: No gradients provided for any variable**' _
I used AdamOptimizer and GradientDescentOptimizer, and I could see this same error.
I didn't used tf.a…
-
## Problem Description
In a Python3.8 script using the xgbvoost library, using the class XGBClassifier, in the console help() returns the full docstring for the class, but cursor in XGBClassifier i…
-
> Task Group will make a recommendation [...] as to which class in the Darwin Core standard these properties belong which may also include recommendations for terms being revised, added, disambiguated…
-
-5/25/2020
Created the repo for the Covid19Twitter project
-
# ❓ Questions & Help
## Details
I have an issue where I tried to use the [standard GLUE finetuning script](https://github.com/huggingface/transformers/blob/master/examples/text-classificatio…