datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
smart-contracts-instructions
Smart Contracts Instructions
A dataset containing 6,003 GPT-generated human instruction and Solidity source code data pairs.
GPT models used to make this data are GPT-3.5 turbo, GPT-3.5 turbo 16k context, and GPT-4. Solidity source codes are used from mwritescode's Slither Audited Smart Contracts (https://huggingface.co/datasets/mwritescode/slither-audited-smart-contracts).
Distributions of the GPT models used to make this dataset:
GPT-3.5 Turbo: 5,276
GPT-3.5 Turbo 16k Context:… See the full description on the dataset page: https://huggingface.co/datasets/AlfredPros/smart-contracts-instructions.blockchain-smartcontracts-1000
Blockchain y Contratos Inteligentes Dataset 1000
Dataset de 1000 instrucciones sobre los fundamentos de Blockchain, Contratos Inteligentes, DAOs, DeFi y programación en Solidity.
Uso
from datasets import load_dataset
dataset = load_dataset("miguelmejias0512/solidity_personal_dataset")
---
## Licencia
CC-BY-4.0 - Uso educativo
Solidity-Smart-Contracts-OL-Instructions
Smart Contracts Instructions
This dataset contains 7,000 human-instruction and Solidity source code pairs generated using GPT models. The dataset was created using the following models:
Distributions of the GPT models used to make this dataset:
GPT - 4o: 997
GPT-3.5 Turbo: 5,164
GPT-3.5 Turbo 16k Context: 780
GPT-4: 59
The Solidity source code is sourced from mwritescode's Slither Audited Smart Contracts and has been processed to:
Replace triple or more newline characters with… See the full description on the dataset page: https://huggingface.co/datasets/EclipseNomad/Solidity-Smart-Contracts-OL-Instructions.
