-
Hi all,
As both results from Google Brain team and AllenNPL, using ELMO can give a big boost in result. I noticed that AllenNLP provides some pretrained model of ELMO. I would love to see some better…
-
Since I was using allennlp in a different project, I continued using the pip version and not the allennlp branch - git@5fd28f0f63d8ca96fc0931bebac8224fa071c35f outlined in this repo.
When running…
-
In this page (https://github.com/Microsoft/CNTK/tree/nikosk/bidaf/Examples/Text/BidirectionalAttentionFlow/msmarco/team_xyz/script), 3 links are provided to download MS MARCO dataset. However these li…
-
-
```
python train.py --base_config korquad/bidaf
```
```
2021-04-24 16:41:17,090 (trainer.py:356): [INFO] - # Train Mode.
2021-04-24 16:41:17,519 (trainer.py:389): [INFO] - Start - Batch Loss:…
-
Traceback (most recent call last):
File "main.py", line 34, in
predictor = Predictor.from_path("https://s3-us-west-2.amazonaws.com/allennlp/models/bidaf- …
-
Dear Team,
The code below doesn't work and the context doesn't sententce token.
if args.tokenizer == "PTB":
import nltk
sent_tokenize = nltk.sent_tokenize
def word_tokeniz…
-
There are special tensor datatypes that need to be supported.
- string (Prototensor data type 8 not supported)
- test_equal_string_broadcast_cpu
- test_equal_string_cpu
- test_cast_FLOAT_to_STR…
-
Hello! I've found a performance issue in /MRC: `batch()` should be called before `map()`, which could make your program more efficient. Here is [the tensorflow document](https://tensorflow.google.cn/g…
-
This is a list of models not yet in ParlAI that would be great to have. Feel free to add more to the list also! We will remove individual items when they are done.
* BiDaf model for QA: https://al…