nielsr HF Staff commited on
Commit
b95adaa
·
verified ·
1 Parent(s): 568de2a

Add task category, license, and links to paper/GitHub

Browse files

Hi! I'm Niels, part of the community science team at Hugging Face.

This PR improves the dataset card by:
- Adding the `text-classification` task category to the YAML metadata.
- Specifying the `cc-by-nc-4.0` license in the YAML metadata.
- Adding links to the official paper and the GitHub repository at the top of the dataset card for better accessibility.

Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: timestamp
@@ -63,8 +71,6 @@ configs:
63
  data_files:
64
  - split: train
65
  path: data/train-*
66
- language:
67
- - en
68
  tags:
69
  - DLT
70
  - Blockchain
@@ -74,12 +80,12 @@ tags:
74
  - Ethereum
75
  - XRP
76
  - Hedera
77
- pretty_name: Distributed Ledger Technology (DLT) / Blockchain Sentiment News
78
- size_categories:
79
- - 10K<n<100K
80
  ---
 
81
  # DLT-Sentiment-News
82
 
 
 
83
  ## Dataset Description
84
 
85
  ### Dataset Summary
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-4.0
5
+ task_categories:
6
+ - text-classification
7
+ size_categories:
8
+ - 10K<n<100K
9
+ pretty_name: Distributed Ledger Technology (DLT) / Blockchain Sentiment News
10
  dataset_info:
11
  features:
12
  - name: timestamp
 
71
  data_files:
72
  - split: train
73
  path: data/train-*
 
 
74
  tags:
75
  - DLT
76
  - Blockchain
 
80
  - Ethereum
81
  - XRP
82
  - Hedera
 
 
 
83
  ---
84
+
85
  # DLT-Sentiment-News
86
 
87
+ [Paper](https://huggingface.co/papers/2602.22045) | [Code](https://github.com/dlt-science/DLT-Corpus)
88
+
89
  ## Dataset Description
90
 
91
  ### Dataset Summary