Skip to content
#

openai

Here are 168 public repositories matching this topic...

gpt-2-simple
lamthuy
lamthuy commented Apr 1, 2020

Hi,
When we try to tokenize the following sentence:

If we use spacy

a = spacy.load('en_core_web_lg')

doc = a("I like the link http://www.idph.iowa.gov/ohds/oral-health-center/coordinator")

list(doc)

We got

[I, like, the, link, http://www.idph.iowa.gov, /, ohds, /, oral, -, health, -, center, /, coordinator]

But if we use the Spacy transformer tokenizer:

wil3
wil3 commented Mar 15, 2020

At the moment if the digital twin model does not have the plugins built, we can not communicate them them thus we get the following error,
Timeout communicating with flight control plugin.
It would be helpful if the error message included a message reminding the user to check to make sure the plugin is built, or better yet do the check automatically.

Improve this page

Add a description, image, and links to the openai topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openai topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.