fathyshalab commited on
Commit
f132e00
·
1 Parent(s): 290c2aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: inputs
7
+ struct:
8
+ - name: text
9
+ dtype: string
10
+ - name: prediction
11
+ list:
12
+ - name: label
13
+ dtype: string
14
+ - name: score
15
+ dtype: float64
16
+ - name: prediction_agent
17
+ dtype: string
18
+ - name: annotation
19
+ dtype: 'null'
20
+ - name: annotation_agent
21
+ dtype: 'null'
22
+ - name: vectors
23
+ struct:
24
+ - name: mini-lm-sentence-transformers
25
+ sequence: float64
26
+ - name: multi_label
27
+ dtype: bool
28
+ - name: explanation
29
+ dtype: 'null'
30
+ - name: id
31
+ dtype: string
32
+ - name: metadata
33
+ dtype: 'null'
34
+ - name: status
35
+ dtype: string
36
+ - name: event_timestamp
37
+ dtype: timestamp[us]
38
+ - name: metrics
39
+ struct:
40
+ - name: text_length
41
+ dtype: int64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 11099746
45
+ num_examples: 1796
46
+ download_size: 7732817
47
+ dataset_size: 11099746
48
+ ---
49
+ # Dataset Card for "reklamation24_versicherungen-recht-full"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)