eliept1 commited on
Commit
5fce05f
·
verified ·
1 Parent(s): cec3f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,4 +7,8 @@ language:
7
 
8
  # fastText (French)
9
 
10
- This is a lightweight version of FastText french model, with word vectors reduced to 100 dimensions to optimize file size and inference speed. It maintains good vocabulary coverage while being smaller and faster than the original FastText models.
 
 
 
 
 
7
 
8
  # fastText (French)
9
 
10
+ This is a lightweight version of FastText french model, with word vectors reduced to 100 dimensions to optimize file size and inference speed. It maintains good vocabulary coverage while being smaller and faster than the original FastText models.
11
+
12
+ # Purpose
13
+
14
+ This model is intended for tasks requiring fast, memory-efficient embeddings, such as word similarity search, lightweight text classification, or integration into embedded applications.