-
Hello @ddemszky @dattias and @eladeban,
I'm trying to apply your model to some text that is not part of the GoEmotions dataset.
To do so I need to mask the input text in the same way you do, that i…
-
Hi,
Thank you for your great work on GoEmotions-pytorch!
I am trying to use your code to generate models using either bert-mini, bert-small or bert-tiny for faster predictions.
I changed the file o…
-
Traceback (most recent call last):
File "/Users/tungdinh/.pyenv/versions/3.6.8/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/Users/tungdinh/.pyenv/v…
-
Thanks for this great work.
I am using transformer v4
I know this is not transformer v2 as requested in the readme file but I cannot install v2.11.0 anymore because there are dependency errors in t…
-
While running goemotions bert_classifier.py:
```
Traceback (most recent call last):
File "bert_classifier.py", line 50, in
from dataset_analysis.bert import modeling
ModuleNotFoundError: …
-
-
https://github.com/uber/fiber/blob/b9d519ebfd572e49af7f1c6a235d19d4396207cb/fiber/pool.py#L908
I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line …
-
The dataset has 81163 tweets. There are total 9 labels : Anger, Fear, Love, Joy, Sadness, Surprise, Thankfulness, Disgust and Guilt. There are few tweets where the tweet is categorized into multiple l…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x ] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
Latest version clon…
-
I am running the cell with `make_interleaved_dataset` call.
The full exception message is
```
DatasetNotFoundError: Dataset bridge_dataset not found.
Available datasets:
- abstract_reasoning
…