Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ The novel end-to-end generative architectures could pave the way for fully decen
|
|
18 |
This shift could significantly empower ordinary Internet users.
|
19 |
Explore the scientific foundation of this transformation in our paper presented at EuroMLSys 2024.
|
20 |
The paper is available [here](https://arxiv.org/pdf/2404.12237.pdf).
|
|
|
21 |
We invite you to contribute to and engage with our community at the International Workshop on Distributed Infrastructure for Common Good (DICG).
|
22 |
|
23 |
|
@@ -27,7 +28,10 @@ For this demo, we trained an end-to-end generative Transformer on a small datase
|
|
27 |
Those identifiers are each annotated with a title and represent links to movie trailers, CC-licensed music, and BTC addresses of independent artists.
|
28 |
Hereby, we present a proof of concept for the DSI's capability of retrieving arbitrary identifiers (URLs/hashes) in response to natural user queries.
|
29 |
|
|
|
|
|
30 |
### Please Note
|
31 |
|
32 |
This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
|
|
|
33 |
It serves as a proof of concept that invites further development and imagination.
|
|
|
18 |
This shift could significantly empower ordinary Internet users.
|
19 |
Explore the scientific foundation of this transformation in our paper presented at EuroMLSys 2024.
|
20 |
The paper is available [here](https://arxiv.org/pdf/2404.12237.pdf).
|
21 |
+
|
22 |
We invite you to contribute to and engage with our community at the International Workshop on Distributed Infrastructure for Common Good (DICG).
|
23 |
|
24 |
|
|
|
28 |
Those identifiers are each annotated with a title and represent links to movie trailers, CC-licensed music, and BTC addresses of independent artists.
|
29 |
Hereby, we present a proof of concept for the DSI's capability of retrieving arbitrary identifiers (URLs/hashes) in response to natural user queries.
|
30 |
|
31 |
+
The model is available under a permissive license and can be accessed [here](https://huggingface.co/tribler/dsi-search-on-toy-dataset).
|
32 |
+
|
33 |
### Please Note
|
34 |
|
35 |
This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
|
36 |
+
As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
|
37 |
It serves as a proof of concept that invites further development and imagination.
|