dwb2023 commited on
Commit
f91cefb
·
verified ·
1 Parent(s): 91888ae

fix header issues

Browse files
Files changed (1) hide show
  1. README.md +1 -35
README.md CHANGED
@@ -29,40 +29,6 @@ configs:
29
  - split: train
30
  path: data/train-*
31
  ---
32
- ---
33
- dataset_info:
34
- features:
35
- - name: user_input
36
- dtype: string
37
- - name: reference_contexts
38
- list: string
39
- - name: reference
40
- dtype: string
41
- - name: synthesizer_name
42
- dtype: string
43
- splits:
44
- - name: train
45
- num_bytes: 2755
46
- num_examples: 5
47
- download_size: 6075
48
- dataset_size: 2755
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: train
53
- path: data/train-*
54
- license: mit
55
- task_categories:
56
- - question-answering
57
- language:
58
- - en
59
- tags:
60
- - ragas
61
- - golden-testset
62
- - rag-eval
63
- - personas
64
- pretty_name: RAGAS Golden Testset (Personas, AS-IS Schema)
65
- ---
66
 
67
  # Dataset Card for ragas-usecase-raw-data
68
 
@@ -72,7 +38,7 @@ Source data used to generate [ragas-golden-testset-personas](https://huggingface
72
 
73
  ### Dataset Summary
74
 
75
- Capturing here due to some initial challenges with the source data leading to downstream challenges with synthetic data generation. (Garbage In, Garbage Out...)
76
 
77
  ### Dataset Structure
78
 
 
29
  - split: train
30
  path: data/train-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  # Dataset Card for ragas-usecase-raw-data
34
 
 
38
 
39
  ### Dataset Summary
40
 
41
+ Capturing here due to some initial challenges with the source data leading to downstream issues with synthetic data generation. (Garbage In, Garbage Out...)
42
 
43
  ### Dataset Structure
44