synctext commited on
Commit
c15600e
1 Parent(s): 75e4534

remembering Aaron !

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -24,7 +24,8 @@ interface = gr.Interface(fn=process_query,
24
  description="""
25
  ### Search for movie trailers, music torrents, and bitcoin wallet addresses!
26
 
27
- This toy example knows about 500 URLs exactly after merely a few hours of training on a single GPU. ([View dataset](https://huggingface.co/tribler/dsi-search-on-toy-dataset/blob/main/dataset.csv), read [scientific article](https://arxiv.org/pdf/2404.12237.pdf) from EuroMLSys, [model](https://huggingface.co/tribler/dsi-search-on-toy-dataset), and [all code](https://github.com/Tribler/De-DSI)).
 
28
  """,
29
  article="""
30
  ## De-DSI
@@ -37,7 +38,7 @@ The novel end-to-end generative architectures could pave the way for fully decen
37
  This shift could significantly empower ordinary Internet users.
38
  Explore the scientific foundation of this transformation in our paper presented at EuroMLSys 2024.
39
  The paper is available [here](https://huggingface.co/papers/2404.12237).
40
- We invite you to contribute to and engage with our community at the International Workshop on Distributed Infrastructure for Common Good (DICG).
41
 
42
 
43
  ### Demo
@@ -49,7 +50,7 @@ The model is available under a permissive license and can be accessed [here](htt
49
 
50
  ### Please Note
51
 
52
- This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
53
  As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
54
  It serves as a proof of concept that invites further development and imagination.
55
 
@@ -57,10 +58,11 @@ It serves as a proof of concept that invites further development and imagination
57
 
58
  Why is decentralisation of AI a milestone? The Internet itself is born with the report which investigates ["is decentralized communication possible?"](https://doi.org/10.7249/RM2632). A fully decentralised form of money called Bitcoin disrupted the highly regulated financial industry. Bittorrent disrupted the monopolies around broadcasting by making it fully decentralised.
59
 
60
- The elements that has enabled humanity to shape the world is not strength, not speed, but intelligence and money.
61
  Our Tribler lab is focussed on advancing these topic and ensure they benefit ordinary citizens.
62
- Our [entire research portfolio](https://arxiv.org/a/pouwelse_j_1.html) is driven by idealism. We aim to remove power from companies, governments, and IA in order to shift all this power to self-sovereign citizens.
63
- For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limit form of collective money with democratic control. We pioneered [decentralised trust](https://arxiv.org/pdf/2207.09950) with [deployment](https://research.tudelft.nl/files/89353583/1_s2.0_S1389128621001705_main.pdf). Our educational master program teaches student to engineer [collective decision](https://github.com/Tribler/tribler/issues/7691) mechanisms. The [goal of the Tribler lab](https://github.com/Tribler/tribler/issues/7064) is to prototype the first global brain by 2040.
 
64
  """,
65
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
66
  concurrency_limit=50)
 
24
  description="""
25
  ### Search for movie trailers, music torrents, and bitcoin wallet addresses!
26
 
27
+ This toy example knows about 500 URLs after merely a few hours of training on a single GPU.
28
+ ([View dataset](https://huggingface.co/tribler/dsi-search-on-toy-dataset/blob/main/dataset.csv), read [scientific article](https://arxiv.org/pdf/2404.12237.pdf) from EuroMLSys, [model](https://huggingface.co/tribler/dsi-search-on-toy-dataset), and [all code](https://github.com/Tribler/De-DSI)).
29
  """,
30
  article="""
31
  ## De-DSI
 
38
  This shift could significantly empower ordinary Internet users.
39
  Explore the scientific foundation of this transformation in our paper presented at EuroMLSys 2024.
40
  The paper is available [here](https://huggingface.co/papers/2404.12237).
41
+ We invite you to contribute to and engage with our community at the International Workshop on [Distributed Infrastructure for Common Good](https://dicg-workshop.github.io/) (DICG).
42
 
43
 
44
  ### Demo
 
50
 
51
  ### Please Note
52
 
53
+ Disclaimer. This project represents both a groundbreaking advance and a preliminary exploration into decentralized systems.
54
  As a preliminary model, the project showcases a toy example rather than the full potential of its ultimate capabilities.
55
  It serves as a proof of concept that invites further development and imagination.
56
 
 
58
 
59
  Why is decentralisation of AI a milestone? The Internet itself is born with the report which investigates ["is decentralized communication possible?"](https://doi.org/10.7249/RM2632). A fully decentralised form of money called Bitcoin disrupted the highly regulated financial industry. Bittorrent disrupted the monopolies around broadcasting by making it fully decentralised.
60
 
61
+ The elements that have enabled humanity to shape the world are not strength, not speed, but intelligence, money, and collaboration.
62
  Our Tribler lab is focussed on advancing these topic and ensure they benefit ordinary citizens.
63
+ Our [entire research portfolio](https://scholar.google.com/citations?hl=en&user=pprQKjUAAAAJ&view_op=list_works&sortby=pubdate) is driven by idealism. We aim to remove power from companies, governments, and IA in order to shift all this power to self-sovereign citizens.
64
+ For instance, our "[unstoppable DAO](https://dl.acm.org/doi/pdf/10.1145/3565383.3566112)" technology creates a limit form of collective money with democratic control. We pioneered [decentralised trust](https://arxiv.org/pdf/2207.09950) with [deployment](https://research.tudelft.nl/files/89353583/1_s2.0_S1389128621001705_main.pdf). Our educational master program teaches student to engineer [collective decision](https://github.com/Tribler/tribler/issues/7691) mechanisms. The [goal of the Tribler lab](https://github.com/Tribler/tribler/issues/7064) is to prototype the first global brain by 2040.
65
+ Before 2000 we worked with [visionary collaborators](http://web.archive.org/web/20020618081554/http://www.freeamp.org/pipermail/mm/2000-December/000003.html) on our first [deployments](http://www.usenix.org/publications/library/proceedings/usenix2000/freenix/full_papers/pouwelse/pouwelse.pdf) and communities with democratic control of information (pre-wikiepdia era).
66
  """,
67
  examples=[["spider man"], ["oceans 13"], ["sister starlight"], ["bitcoin address of xileno"]],
68
  concurrency_limit=50)