GGmorello commited on
Commit
8761503
1 Parent(s): 48a67e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -9
README.md CHANGED
@@ -5,17 +5,29 @@ language:
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
  ---
14
  # Dataset Card for Dataset Name
15
 
16
  <!-- Provide a quick summary of the dataset. -->
17
 
18
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
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:** [More Information Needed]
29
- - **Funded by [optional]:** [More Information Needed]
30
- - **Shared by [optional]:** [More Information Needed]
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. -->