Balaji S
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,11 @@ For details please refer [💻[GitHub Code](https://github.com/jibala-1022/EasyR
|
|
22 |
|
23 |
### Model List
|
24 |
We release a series of EasyRec checkpoints with varying sizes. You can easily load these models from Hugging Face by replacing the model name.
|
25 |
-
|
|
26 |
-
|
27 |
-
| [jibala-1022/easyrec-small](https://huggingface.co/jibala-1022/easyrec-small)
|
28 |
-
| [jibala-1022/easyrec-base](https://huggingface.co/jibala-1022/easyrec-base)
|
|
|
29 |
|
30 |
## 🌟 Citation
|
31 |
```bibtex
|
|
|
22 |
|
23 |
### Model List
|
24 |
We release a series of EasyRec checkpoints with varying sizes. You can easily load these models from Hugging Face by replacing the model name.
|
25 |
+
| Model | Size | Parameters | Recall@10 on Movies |
|
26 |
+
|:-----:|:----:|:----------:|:-------------------:|
|
27 |
+
| [jibala-1022/easyrec-small](https://huggingface.co/jibala-1022/easyrec-small) | 243 MB | 121,364,313 | 0.0086 |
|
28 |
+
| [jibala-1022/easyrec-base](https://huggingface.co/jibala-1022/easyrec-base) | 328 MB | 163,891,545 | 0.0166 |
|
29 |
+
| [jibala-1022/easyrec-large](https://huggingface.co/jibala-1022/easyrec-large) | 816 MB | 407,933,017 | 0.0166 |
|
30 |
|
31 |
## 🌟 Citation
|
32 |
```bibtex
|