Amdalotaibi commited on
Commit
5c0b21a
·
verified ·
1 Parent(s): cfa40d3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ We have successfully trained a FastText-based Word2Vec model on our dataset, utilizing an embedding size of 100 dimensions.
2
+ This model is designed to generate vector representations for individual words and sub-words, allowing it to effectively capture semantic and morphological relationships within the text. \
3
+ To obtain representations at the sentence level, we compute embeddings for all constituent words and sub-words in a given text and then apply averaging.
4
+ This approach ensures that the resulting sentence embedding encapsulates the overall meaning and preserving contextual nuances.