From 9544bb725b4ca29b3c53870c2cd781c931a04f55 Mon Sep 17 00:00:00 2001 From: Muskan Kumar <31043527+muskanvk@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:03:41 +0530 Subject: [PATCH] Update README.md Added a reference to `` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 10c302308..7330f6746 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,9 @@ $ ./fasttext test model.ftz test.txt The quantization procedure follows the steps described in [3](#fasttextzip-compressing-text-classification-models). You can run the script `quantization-example.sh` for an example. +The rows of the dump of input and output correspond to the parameters of the model. `` represents the end of line token. + + ## Full documentation