-
Hi!
Does flair have or have anyone heard of embeddings based on syntactic dependency? What I mean is that the embedding would not check a previous word but instead the head word.
Check two of th…
ghost updated
5 years ago
-
Hello. Let me first say that I'm not a computer scientist or experienced machine learning engineer or something similar, so I hope my question is okay :) I'm struggling with seeing the difference betw…
-
Does flair contain any pre-train character embedding to use?
-
Hi,
it's great you're keeping this whole repo so up-to-date!
I found that in https://github.com/zalandoresearch/flair/releases/tag/v0.4.3 in "Optimizations" section you introduce "amp=True" para…
-
environment:window10、Anaconda3 python3.7
code:
```python
from flair.data_fetcher import NLPTaskDataFetcher
from flair.embeddings import WordEmbeddings, FlairEmbeddings, DocumentLSTMEmbeddings
…
-
**Describe the bug**
As in the title, when loading a model that was already trained for some epochs, setting max_epochs parameter trains for *further* max_epochs.
**To Reproduce**
I saved a check…
-
I trained a ner model with flair and saved the checkpoint. Is there any tutorial on how to load it to do prediction? I just find one for the built-in tagger. Thank you.
-
**Describe the bug**
With the very same code, and the very same data, Inference is much more slower on NER task when I use the version on master branch compared to the released version 0.4.2 (from 84…
-
When I use the example code from tutorial 7 I get this error.
> OSError: HEAD request failed for url http://cogcomp.org/Data/QA/QC/train_5500.label with status code 301.
This is the code:
from …
-
Hi @PhilipMay,
thanks for releasing this German ELMo model :+1:
I've one question: would it be possible that you provide the `options.json` and `weights.hdf5` as separate downloads 🤔
I would…