davidmezzetti
commited on
Commit
·
dcf6758
1
Parent(s):
69392bf
Update README
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ embeddings.index(tqdm(ds["abstract"]))
|
|
111 |
| -------------------------------------------------------------------------------------- | ---------- | -------------- |
|
112 |
| [pubmedbert-base-embeddings-100K](https://hf.co/neuml/pubmedbert-base-embeddings-100K) | 0.2 | 19 |
|
113 |
| [pubmedbert-base-embeddings-500K](https://hf.co/neuml/pubmedbert-base-embeddings-500K) | 1.0 | 17 |
|
114 |
-
| **
|
115 |
| [pubmedbert-base-embeddings-2M](https://hf.co/neuml/pubmedbert-base-embeddings-2M) | 7.5 | 17 |
|
116 |
|
117 |
Vocabulary pruning doesn't change the runtime performance in this case. But the model is much smaller. Vectors are stored at `int16` precision. This can be beneficial to smaller/lower powered embedded devices and could lead to faster vectorization times.
|
|
|
111 |
| -------------------------------------------------------------------------------------- | ---------- | -------------- |
|
112 |
| [pubmedbert-base-embeddings-100K](https://hf.co/neuml/pubmedbert-base-embeddings-100K) | 0.2 | 19 |
|
113 |
| [pubmedbert-base-embeddings-500K](https://hf.co/neuml/pubmedbert-base-embeddings-500K) | 1.0 | 17 |
|
114 |
+
| [**pubmedbert-base-embeddings-1M**](https://hf.co/neuml/pubmedbert-base-embeddings-1M) | **2.0** | 17 |
|
115 |
| [pubmedbert-base-embeddings-2M](https://hf.co/neuml/pubmedbert-base-embeddings-2M) | 7.5 | 17 |
|
116 |
|
117 |
Vocabulary pruning doesn't change the runtime performance in this case. But the model is much smaller. Vectors are stored at `int16` precision. This can be beneficial to smaller/lower powered embedded devices and could lead to faster vectorization times.
|