Isamu136 commited on
Commit
2d24c98
1 Parent(s): c3b71e3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: embedding
7
+ sequence:
8
+ sequence: float32
9
+ - name: tokens
10
+ sequence: int64
11
+ - name: database
12
+ dtype: string
13
+ - name: page
14
+ dtype: int64
15
+ - name: chunk
16
+ dtype: int64
17
+ - name: file
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 1311360887
22
+ num_examples: 144393
23
+ download_size: 834129048
24
+ dataset_size: 1311360887
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ ---
31
+ # Dataset Card for "penetration_testing_scraped_dataset"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)