cariai commited on
Commit
05a4226
1 Parent(s): a3b2262

Upload README.md with huggingface_hub

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