Easy to create your dataset for fine-tuning machine learning models, but also have the possibility to purchase other peoples datasets. The great thing is when you buy the datasets, they are stored on IPFS and are un-censorable.
We use the following smart contracts:
First one is with Chainlink functions and the sole purpose for this contract is buying datasets and through the Chainlink function and our backend it uploads the dataset to IPFS and you can access the dataset forever
https://github.com/qlog-ai/smart-contract/blob/main/contracts/FunctionsConsumer.sol#L58
Unique features are:
The second contract is a CCIP contract that will act as a proxy from other chains, so that they can pay from whatever CCIP source chains are supported. This functionality allows for a EVM-compatible blockchain agnostic data market service.
https://github.com/qlog-ai/ccip
We also have a working frontend/backend hosted on qlog.ai
Easy to create your own dataset and export it for the right finetuning file format (davinci, chatGPT and in the future also LLama/LLama2)
https://github.com/qlog-ai/qlog-ai-pwa
Further Considerations:
Expanding Chainlink Capabilities :
1. CCIP
2. Functions