@@ -158,7 +158,7 @@ be configured with the `attrs` argument. The suggested attributes are `NORM`,
158
158
`PREFIX`, `SUFFIX` and `SHAPE`. This lets the model take into account some
159
159
subword information, without construction a fully character-based
160
160
representation. If pretrained vectors are available, they can be included in the
161
- representation as well, with the vectors table will be kept static (i.e. it' s
161
+ representation as well, with the vectors table kept static (i.e. it' s
162
162
not updated).
163
163
164
164
| Name | Description |
@@ -296,7 +296,7 @@ learned linear projection to control the dimensionality. Unknown tokens are
296
296
mapped to a zero vector. See the documentation on
297
297
[static vectors] (/usage/embeddings-transformers# static-vectors) for details.
298
298
299
- | Name | Description |
299
+ | Name | Description |
300
300
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
301
301
| `nO` | The output width of the layer, after the linear projection. ~~Optional[int]~~ |
302
302
| `nM` | The width of the static vectors. ~~Optional[int]~~ |
@@ -318,7 +318,7 @@ mapped to a zero vector. See the documentation on
318
318
Extract arrays of input features from [`Doc`](/api/doc) objects. Expects a list
319
319
of feature names to extract, which should refer to token attributes.
320
320
321
- | Name | Description |
321
+ | Name | Description |
322
322
| ----------- | ------------------------------------------------------------------------ |
323
323
| `columns` | The token attributes to extract. ~~List[Union[int, str]]~~ |
324
324
| **CREATES** | The created feature extraction layer. ~~Model[List[Doc], List[Ints2d]]~~ |
0 commit comments