mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20:20 +03:00
Update
This commit is contained in:
parent
8f0d3b2988
commit
6f87f46bbc
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,8 +11,8 @@ spacy/tests/package/pyproject.toml
|
|||
spacy/tests/package/requirements.txt
|
||||
|
||||
# Website
|
||||
website/.cache/
|
||||
website/public/
|
||||
website/.cache
|
||||
website/public
|
||||
website/node_modules
|
||||
website/.npm
|
||||
website/logs
|
||||
|
|
2
website/.gitignore
vendored
2
website/.gitignore
vendored
|
@ -41,4 +41,4 @@ next-env.d.ts
|
|||
public/robots.txt
|
||||
public/sitemap*
|
||||
public/sw.js*
|
||||
public/workbox*
|
||||
public/workbox*
|
||||
|
|
|
@ -29,11 +29,9 @@ $ spacy apply en_core_web_sm my_texts/ output.spacy
|
|||
The [`benchmark` CLI](/api/cli#benchmark) has been added to extend the existing
|
||||
`evaluate` functionality with a wider range of profiling subcommands.
|
||||
|
||||
The `benchmark accuracy` CLI is introduced as an alias for `evaluate`.
|
||||
|
||||
The new `benchmark speed` CLI performs warmup rounds before measuing the speed
|
||||
in words per second on batches of randomly shuffled documents from the provided
|
||||
data.
|
||||
The `benchmark accuracy` CLI is introduced as an alias for `evaluate`. The new
|
||||
`benchmark speed` CLI performs warmup rounds before measuring the speed in words
|
||||
per second on batches of randomly shuffled documents from the provided data.
|
||||
|
||||
```bash
|
||||
$ spacy benchmark speed my_pipeline data.spacy
|
||||
|
|
Loading…
Reference in New Issue
Block a user