MLNTeam-Unical commited on
Commit
eef03b5
1 Parent(s): fabbf9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -11,11 +11,39 @@ dataset_info:
11
  num_examples: 189923
12
  download_size: 703210305
13
  dataset_size: 585722532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # Dataset Card for "NFT-70M_image"
16
 
17
 
18
- .... ..... ............
 
 
 
 
19
 
20
 
21
 
 
11
  num_examples: 189923
12
  download_size: 703210305
13
  dataset_size: 585722532
14
+ size_categories:
15
+ - 10M<n<100M
16
+ license: cc-by-nc-4.0
17
+ task_categories:
18
+ - time-series-forecasting
19
+ - text-classification
20
+ - feature-extraction
21
+ - text-generation
22
+ - zero-shot-classification
23
+ - text2text-generation
24
+ - sentence-similarity
25
+ - image-classification
26
+ - image-to-text
27
+ - text-to-image
28
+ - text-retrieval
29
+ language:
30
+ - en
31
+ tags:
32
+ - Non-fungible Tokens
33
+ - Crypto
34
+ - Web3
35
+ - Art
36
+ - Multimodal Learning
37
+ pretty_name: NFT-70M_transactions
38
  ---
39
  # Dataset Card for "NFT-70M_image"
40
 
41
 
42
+ ## Dataset summary
43
+ The *NFT-70M_image* dataset is a companion for our released [**NFT-70M_transactions**](https://huggingface.co/datasets/MLNTeam-Unical/NFT-70M_transactions) dataset,
44
+ which is the largest and most up-to-date collection of Non-Fungible Tokens (NFT) transactions between 2021 and 2023 sourced from [OpenSea](https://opensea.io).
45
+
46
+ As we also reported in the "data anonymization" section of the dataset card of *NFT-70M_transactions*, the URLs of NFT images data were replaced by identifiers to numerical vectors that represent an encrypted representation (i.e., embeddings) of the image contents obtained via neural network models.
47
 
48
 
49