Skip to content

Commit

Permalink
Add en_trf_distilbertbaseuncased_lg-2.2.1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
explosion-bot committed Oct 8, 2019
1 parent fa1b365 commit 007db12
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions meta/en_trf_distilbertbaseuncased_lg-2.2.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"lang": "en",
"lang_factory": "trf",
"name": "trf_distilbertbaseuncased_lg",
"description": "Provides weights and configuration for the pretrained transformer model `distilbert-base-uncased`, published by Hugging Face. The package uses HuggingFace's `transformers` implementation of the model. Pretrained transformer models assign detailed contextual word representations, using knowledge drawn from a large corpus of unlabelled text. You can use the contextual word representations as features in a variety of pipeline components that can be trained on your own data.",
"notes": "Requires the `spacy-transformers` package to be installed. A CUDA-compatible GPU is advised for reasonable performance.",
"author": "Hugging Face (repackaged by Explosion)",
"email": "[email protected]",
"url": "https://github.com/explosion/spacy-transformers",
"license": "MIT",
"sources": [
{
"name": "distilbert-base-uncased",
"author": "Hugging Face",
"url": "https://medium.com/huggingface/distilbert-8cf3380435b5"
}
],
"version": "2.2.1",
"requirements": [
"spacy-transformers>=0.5.0.dev1"
],
"spacy_version": ">=2.2.1",
"vectors": {
"width": 0,
"vectors": 0,
"keys": 0,
"name": null
},
"pipeline": [
"sentencizer",
"trf_wordpiecer",
"trf_tok2vec"
],
"labels": {},
"size": "233 MB",
"checksum": "27988b4f71f301a10ad3c208f7a1d9cd99a068d7bffac7ac7a8106bb331a90b6"
}

0 comments on commit 007db12

Please sign in to comment.