elena commited on
Commit
e6aaf1e
·
verified ·
1 Parent(s): 2523001

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: An
5
+ dtype: int64
6
+ - name: Profil
7
+ dtype: string
8
+ - name: Tip examen
9
+ dtype: string
10
+ - name: Subiect
11
+ dtype: string
12
+ - name: Exercițiu
13
+ dtype: float64
14
+ - name: Cerință
15
+ dtype: string
16
+ - name: Enunț
17
+ dtype: string
18
+ - name: Etichetă
19
+ dtype: string
20
+ - name: text_length
21
+ dtype: int64
22
+ - name: Subiect_Complet
23
+ dtype: string
24
+ - name: AugType
25
+ dtype: string
26
+ - name: RawEnunț
27
+ dtype: string
28
+ - name: Cleaned
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 10039912
33
+ num_examples: 19173
34
+ download_size: 2964618
35
+ dataset_size: 10039912
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "bachub-dataset-augmented-preprocessed"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)