Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @spacy_io
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @spacy_io
-
Pinned Tweet
IT'S HERE! Today we're releasing spaCy nightly, the first candidate for the upcoming v3.0.
Transformer-based pipelines for SOTA models
New training & config system
Models using any framework
Manage end-to-end workflows
New & improved APIshttps://explosion.ai/blog/spacy-v3-nightly …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
We restricted our analysis to women no longer working at
@smithsonian and to years 1846-1999. We used a combination of natural language processing in@spacy_io and shell scripting. Lots of manual data curation too! 3/11Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
Enjoyed the talk by
@Fourthought4 at@Int_SORSE about Hostile Narrative Analysis with custom@spacy_io components. Interesting to think about qualitative approaches when targets are poorly- (or completely un-!) defined. Thanks@MrTimPowell +@drewlhsilcock for forwarding invite!Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
Looking forward to speaking at the
@GlobAICommunity NLP edition tomorrow. It's my first talk on@spacy_io v3 and I'll walk you through some of the new features & the ideas behind them!
October 22, 12:00 PST/15:00 EDT/21:00 CEST
Info & registration: http://buff.ly/3m613wU pic.twitter.com/MQpkHaSanoShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
Today we're taking
@spacy_io v3 for a spin in a project on grammar correction.
Loving the config-based training and the integration with @weights_biases.
Also, these #transformers look pretty promising.
Are they a thing?
@honnibal@_inesmontani@OxyKodit#NLProcpic.twitter.com/pXYiDXuNAX
Thanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
恥ずかしながらspaCy使ったことなかったので、このサイトでさっと勉強したんですが、めちゃくちゃ感動した。 ・spaCy自体の使いやすさ ・学習サイトのUIのすばらしさ こちらの方(
@_inesmontani )が制作されているようです。本当に感謝です。https://course.spacy.io/ja/Thanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
Our principal scientist
@jmugan just released a four-part video tutorial (with code) on using@huggingface and@spacy_io.https://github.com/jmugan/modern_practical_nlp …Thanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted

Scispacy v0.3.0 is here! 
https://github.com/allenai/scispacy/releases …
Some bug fixes, and also a new Custom @spacy_io Component: Hyponym Detection via Hearst Patterns! Shout out to@Fourthought4 for contributing the spaCy Matcher version of the Hearst pattern rules.pic.twitter.com/rdIF1g9Msn
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
One of the most significant changes in
@spacy_io v3 is the new config system for defining & training pipelines. Validation is crucial here, but how does it work? A key part is Pydantic by@samuel_colvin: https://github.com/samuelcolvin/pydantic … Here's how it looks under the hood (thread)
pic.twitter.com/Hnc4HmAVvr
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
The spaCy v3 version of this tutorial on Entity Linking can be found here: https://github.com/explosion/projects/tree/v3/tutorials/nel_emerson …. Basically, the 'project.yml' file describes the full workflow and lets you execute and replicate the results from the video :-)
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Wow, this was quick! The first user project template: detecting Star Trek aliens and planets

Clone template
$ spacy project clone ner_tng --repo https://github.com/chssch/spacy-star-trek … --branch main
Preprocess data, train & evaluate
$ spacy project run all
Package & use model
https://twitter.com/chs_sch/status/1316842568383188994 …pic.twitter.com/0XAYUlzdyM
Thanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
@spacy_io just announced the spaCy 3 nightly and I'm training my Star Trek TNG example NER with the new project CLI and training configuration. Works super smooth so far.pic.twitter.com/xTw5MOjSUc
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted

With the v3.0 release, you can use Ray to train @spacy_io on one or more remote machines, potentially speeding up your training process. https://explosion.ai/blog/spacy-v3-nightly#parallel-training …https://twitter.com/spacy_io/status/1316769056108818432 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
This release was SO much work! Glad to finally have it out
The big impact for users will definitely be the transformer models and config system, but I want to talk about a feature I wasn't expecting to build until a few months ago: the new workflow system, spaCy Projects
https://twitter.com/spacy_io/status/1316769056108818432 …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
If you want to play with the new (or your own custom trained)
@spacy_io v3 models, check out this app I built, hosted with the new@Streamlit sharing – also launched today, so perfect timing!
App: https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py …
spacy-streamlit: https://github.com/explosion/spacy-streamlit …pic.twitter.com/S4hzDGKNja
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy Retweeted
Me when
@streamlit sharing and@spacy_io 3.0 nightly get announced on the same day.pic.twitter.com/Hj40Ee8aI9Thanks. Twitter will use this to make your timeline better. UndoUndo -
Project templates let you manage and share end-to-end spaCy workflows and orchestrate training, packaging and serving your pipelines. Start by cloning a template, adjust it, add your data and go!
Docs: https://nightly.spacy.io/usage/projects
Templates:https://github.com/explosion/projects …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
spaCy v3.0's training system also makes it easy to integrate with other tools – like
@weights_biases for experiment tracking! The built-in logger tracks your config (and registered functions!) and lets you discover patterns & correlations.
Details: https://nightly.spacy.io/usage/projects#wandb …pic.twitter.com/RuZ3umxBp5
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
To help you get started, we've added a quickstart widget and CLI for auto-generating a training config for your specific use case. Language? CPU or GPU? Optimize for efficiency or accuracy?
Try it here: https://nightly.spacy.io/usage/training#quickstart …pic.twitter.com/mae0SzJtMu
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
The release includes retrained model families, 50+ pipelines in total with 5 new transformer-based models. You can also train your own using custom data and transformer weights of your choice.
What's new: https://nightly.spacy.io/usage/v3
Benchmarks: https://nightly.spacy.io/usage/facts-figures#benchmarks …pic.twitter.com/PJOmzgKfwL
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

