-
想用CoAQ跑BiDAF++,该用什么命令?能直接用 allennlp train 吗?感谢!
-
Hi, I'm trying to use pre-trained allennlp model. I was following https://demo.allennlp.org/reading-comprehension/.
installed following packages.
pip install allennlp==1.0.0rc1 allennlp-models==1.0…
-
Hi,
Let's start a discussion here about the roadmap towards 0.10 and 1.0. We are looking for:
- New features that are useful to your research
- Improvements and patches to existing features
If…
-
**System:**
- OS: Pop!_OS 19.10
- Python version: 3.7.4
- AllenNLP version: 0.9.0
- PyTorch version: 1.4.0
**Question**
I have a few questions about the `passage_question_attention` that i…
-
## Checklist
- [ ] I have verified that the issue exists against the `master` branch of AllenNLP.
- [ ] I have read the relevant section in the [contribution guide](https://github.com/alle…
-
Hi, thank you for implement of BiDAF in this clear way, I am a beginner of pytorch, so I am confused about what's the function of ema.py, one function I guess is saving the parameters which are traina…
-
This isn't really an allennlp issue, but I'm putting it here so that we can track it in our 1.0 milestone. We should update our demo to include the new models that we're building. Specifically, at l…
-
Currently the demo downloads models from S3, which is slow. Using a 750 MB model I did trials from a GCP machine using the following commands:
```
time wget https://s3.us-west-2.amazonaws.com/all…
-
**Is your feature request related to a problem? Please describe.**
I find myself creating instances of the same `Metric`s when I build `Model`s for the same `DatasetReader`, so I wonder if they sho…
-
Hi. Thank you for sharing your code. It make a great help and I learnt a lot from it.
I'm a little confused about the **padding_idx = 1** in self.char_emb. In my opinion, this para means that whe…