Update README.md
Browse files
README.md
CHANGED
@@ -5,17 +5,29 @@ language:
|
|
5 |
- en
|
6 |
configs:
|
7 |
- config_name: raw
|
8 |
-
data_files:
|
9 |
- config_name: inflated
|
10 |
-
data_files:
|
11 |
- config_name: flattened
|
12 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Dataset Card for Dataset Name
|
15 |
|
16 |
<!-- Provide a quick summary of the dataset. -->
|
17 |
|
18 |
-
This dataset
|
|
|
19 |
|
20 |
## Dataset Details
|
21 |
|
@@ -25,11 +37,9 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
25 |
|
26 |
|
27 |
|
28 |
-
- **Curated by:**
|
29 |
-
- **
|
30 |
-
- **
|
31 |
-
- **Language(s) (NLP):** [More Information Needed]
|
32 |
-
- **License:** [More Information Needed]
|
33 |
|
34 |
### Dataset Sources [optional]
|
35 |
|
@@ -43,6 +53,8 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
43 |
|
44 |
<!-- Address questions around how the dataset is intended to be used. -->
|
45 |
|
|
|
|
|
46 |
### Direct Use
|
47 |
|
48 |
<!-- This section describes suitable use cases for the dataset. -->
|
|
|
5 |
- en
|
6 |
configs:
|
7 |
- config_name: raw
|
8 |
+
data_files: data/raw/*
|
9 |
- config_name: inflated
|
10 |
+
data_files: data/inflated/*
|
11 |
- config_name: flattened
|
12 |
+
data_files: data/flattened/*
|
13 |
+
license: mit
|
14 |
+
tags:
|
15 |
+
- code
|
16 |
+
- solidity
|
17 |
+
- smart contracts
|
18 |
+
- webdataset
|
19 |
+
pretty_name: >-
|
20 |
+
FLAMES: Fine-tuning of LArge language Models for Efficient Smart contract
|
21 |
+
devleopment
|
22 |
+
size_categories:
|
23 |
+
- 100K<n<1M
|
24 |
---
|
25 |
# Dataset Card for Dataset Name
|
26 |
|
27 |
<!-- Provide a quick summary of the dataset. -->
|
28 |
|
29 |
+
This dataset summarizes and updates some of the already available smart contract datasets such as [smart-contract-fiesta](https://huggingface.co/datasets/Zellic/smart-contract-fiesta) and [andstor/smart_contracts](https://huggingface.co/datasets/andstor/smart_contracts).
|
30 |
+
|
31 |
|
32 |
## Dataset Details
|
33 |
|
|
|
37 |
|
38 |
|
39 |
|
40 |
+
- **Curated by:** Gabriele Morello
|
41 |
+
- **Language(s) (NLP):** [English]
|
42 |
+
- **License:** [MIT]
|
|
|
|
|
43 |
|
44 |
### Dataset Sources [optional]
|
45 |
|
|
|
53 |
|
54 |
<!-- Address questions around how the dataset is intended to be used. -->
|
55 |
|
56 |
+
This dataset was designed with LLM tasks in mind.
|
57 |
+
|
58 |
### Direct Use
|
59 |
|
60 |
<!-- This section describes suitable use cases for the dataset. -->
|