Skip to content

Commit

Permalink
Update init vectors options (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Oct 4, 2021
1 parent 343f85a commit c4e1613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ training settings needed to load this table in spaCy.
To import this vector table in [spaCy](https://spacy.io) v3.2+:

```bash
spacy init vectors --floret-vectors vectors.floret spacy_vectors_dir
spacy init vectors --mode floret vectors.floret spacy_vectors_dir
```

## How floret works
Expand Down Expand Up @@ -161,7 +161,7 @@ This table can be imported into a spaCy pipeline using `spacy init vectors` in
spaCy v3.2+ with the option `--floret-vectors`:

```bash
spacy init vectors --floret-vectors vectors.floret spacy_vectors_dir
spacy init vectors --mode floret vectors.floret spacy_vectors_dir
```

## Notes
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fastText vectors.
Import floret vectors into spaCy v3.2+:

```bash
spacy init vectors --floret-vectors vectors.floret spacy_vectors_model
spacy init vectors --mode floret vectors.floret spacy_vectors_model
```

## Notes
Expand Down

0 comments on commit c4e1613

Please sign in to comment.