KingfernJohn commited on
Commit
40d1759
1 Parent(s): 3a73587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -6,9 +6,6 @@ tags:
6
  - PyPi
7
  - package
8
  - dataset
9
- - named entity recognition
10
- - text classification
11
- - NLP
12
  - Large
13
  pretty_name: kfj pypi
14
  ---
@@ -24,7 +21,7 @@ To use this dataset, you can download it from [Hugging Face Datasets](https://hu
24
  ```python
25
  from datasets import load_dataset
26
 
27
- dataset = load_dataset("kfj-pypi-packages-metadata")
28
  ```
29
 
30
  This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.
@@ -33,10 +30,10 @@ This will load the kfj-pypi dataset into a Python variable, which you can then u
33
  ## Info
34
 
35
  The dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).
36
- We skipped packages that returned no metadata to avoid empty files.
37
 
38
- Please note that the dataset is currently being updated and more packages will be added soon.
39
- version 0.1
 
40
 
41
  ## Structure
42
 
 
6
  - PyPi
7
  - package
8
  - dataset
 
 
 
9
  - Large
10
  pretty_name: kfj pypi
11
  ---
 
21
  ```python
22
  from datasets import load_dataset
23
 
24
+ dataset = load_dataset("KingfernJohn/kfj-pypi-packages-metadata")
25
  ```
26
 
27
  This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.
 
30
  ## Info
31
 
32
  The dataset contains metadata of 161,346 packages, with a total size of 743MB (.zip 304MB).
 
33
 
34
+
35
+ ## Versions
36
+ - version 0.1
37
 
38
  ## Structure
39