dragonkue commited on
Commit
9766516
·
verified ·
1 Parent(s): a63fff3

Update README: mention all Matryoshka dimensions (32, 64, 96, 128)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ library_name: PyLate
20
 
21
  # dragonkue/colbert-ko-0.1b
22
 
23
- This is a [PyLate](https://github.com/lightonai/pylate) model finetuned from [skt/A.X-Encoder-base](https://huggingface.co/skt/A.X-Encoder-base) on the parquet dataset. It maps sentences & paragraphs to sequences of 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.
24
 
25
  ## Model Details
26
 
 
20
 
21
  # dragonkue/colbert-ko-0.1b
22
 
23
+ This is a [PyLate](https://github.com/lightonai/pylate) model finetuned from [skt/A.X-Encoder-base](https://huggingface.co/skt/A.X-Encoder-base) on the parquet dataset. It maps sentences & paragraphs to sequences of 32, 64, 96, 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.
24
 
25
  ## Model Details
26