-
@NirantK I thought I would check before submitting another PR – would the following NLP tool fit the list?
https://github.com/amir-zeldes/RFTokenizer
It is a trainable subword tokenizer for morp…
-
I have a list with individual tokens (like a vocab) that I want to extract the Bert embeddings for.
I used this command to run the Bert service:
` bert-serving-start -model_dir multi_cased_L-12_H…
-
I want to train a character level sequence tagger. This is similar to a POS tagger or a NER system, in the sense that every token gets assigned a tag from a small set of valid tags, except that the to…
-
(Sorry to advertise our paper here)
Hi all, we have an analysis paper: [Probing Biomedical Embeddings from Language Models](https://arxiv.org/abs/1904.02181), where we show how biomedical domain ad…
-
The SOTA model's eval score and the linked paper is incorrect. F1 score is `49.49` as reported in the paper. More details at: https://github.com/zalandoresearch/flair
The paper will be published in…
-
I am trying to train a sequence tagger using flair embedding, my dataset is comparatively bigger and my 32 GB ram was not proving to be enough to store the data and embeddings, I worked around it by s…
-
When using pre-trained models, I get an output dictionary different from the output dictionary explained in the published [tf.hub model](https://tfhub.dev/google/elmo/2)
My output dictionary's signa…
-
arXiv论文跟踪
-
As BERT is included in the new release, I am trying to generate embeddings as we generate using ELMo for contextual representation.
While working with ELMo, it was easy to generate embeddings as w…
-
Hi, there
I am following the [tutorial](https://github.com/allenai/allennlp/blob/master/tutorials/how_to/elmo.md#using-elmo-as-a-pytorch-module-to-train-a-new-model) to use the elmo embeddings.
…