Description
The word embedding models were based on Word2Vec, trained on a mix of different datasets. We used public data and in-house annotated documents.
Predicted Entities
How to use
model = nlp.WordEmbeddingsModel.pretrained("finance_word_embeddings","en","finance/models")\
.setInputCols(["sentence","token"])\
.setOutputCol("embeddings")
Model Information
| Model Name: | finance_word_embeddings |
| Type: | embeddings |
| Compatibility: | Finance NLP 1.0.0+ |
| License: | Licensed |
| Edition: | Official |
| Input Labels: | [document, token] |
| Output Labels: | [word_embeddings] |
| Language: | en |
| Size: | 103.4 MB |
| Case sensitive: | false |
| Dimension: | 200 |
References
Public data and in-house annotated documents