nataliaElv HF staff commited on
Commit
2c8476f
·
1 Parent(s): 3d1d93a

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +65 -0
argilla.yaml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ allow_extra_metadata: true
2
+ fields:
3
+ - name: prompt
4
+ required: true
5
+ title: Prompt
6
+ type: text
7
+ use_markdown: true
8
+ - name: context
9
+ required: false
10
+ title: Context
11
+ type: text
12
+ use_markdown: true
13
+ guidelines: This is a supervised fine-tuning dataset that contains instructions. Please
14
+ write the response to the instruction in the response field. Take the context into
15
+ account when writing the response.
16
+ metadata_properties:
17
+ - max: null
18
+ min: null
19
+ name: n_characters
20
+ title: No. of characters
21
+ type: integer
22
+ visible_for_annotators: true
23
+ - name: passed_quality_check
24
+ title: Passed quality check?
25
+ type: terms
26
+ values: null
27
+ visible_for_annotators: true
28
+ - max: null
29
+ min: null
30
+ name: flesch_reading_ease
31
+ title: Reading ease
32
+ type: float
33
+ visible_for_annotators: true
34
+ - max: null
35
+ min: null
36
+ name: entropy
37
+ title: Entropy
38
+ type: float
39
+ visible_for_annotators: true
40
+ questions:
41
+ - description: null
42
+ labels:
43
+ - closed_qa
44
+ - classification
45
+ - open_qa
46
+ - information_extraction
47
+ - brainstorming
48
+ - general_qa
49
+ - summarization
50
+ - creative_writing
51
+ name: class
52
+ required: true
53
+ title: Classify the instruction according to its class
54
+ type: label_selection
55
+ visible_labels: null
56
+ - description: null
57
+ name: response
58
+ required: true
59
+ title: Response
60
+ type: text
61
+ use_markdown: true
62
+ vectors_settings:
63
+ - dimensions: 768
64
+ name: prompt-similarity
65
+ title: prompt-similarity