frascuchon HF staff commited on
Commit
24fd426
1 Parent(s): 2dfc799

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +6 -12
argilla.yaml CHANGED
@@ -3,14 +3,12 @@ fields:
3
  - name: prompt
4
  required: true
5
  title: Prompt
6
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
7
- - text
8
  use_markdown: true
9
  - name: response
10
  required: true
11
  title: Response
12
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
13
- - text
14
  use_markdown: true
15
  guidelines: Answer the questions to assess the quality of the response given by the
16
  chat assistant.
@@ -23,8 +21,7 @@ questions:
23
  name: relevant
24
  required: true
25
  title: Is the response relevant for the given prompt?
26
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
27
- - label_selection
28
  visible_labels: null
29
  - description: null
30
  labels:
@@ -38,16 +35,14 @@ questions:
38
  name: content_class
39
  required: false
40
  title: Does the response include any of the following?
41
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
42
- - multi_label_selection
43
  visible_labels: 7
44
  - description: Rate the quality of the response based on its truthfulness and helpfulness.
45
  1 is very bad and 10 is very good.
46
  name: rating
47
  required: true
48
  title: 'Rate the quality of the response:'
49
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
50
- - rating
51
  values:
52
  - 1
53
  - 2
@@ -64,7 +59,6 @@ questions:
64
  name: corrected-text
65
  required: false
66
  title: 'Provide a correction to the response:'
67
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
68
- - text
69
  use_markdown: true
70
  vectors_settings: null
 
3
  - name: prompt
4
  required: true
5
  title: Prompt
6
+ type: text
 
7
  use_markdown: true
8
  - name: response
9
  required: true
10
  title: Response
11
+ type: text
 
12
  use_markdown: true
13
  guidelines: Answer the questions to assess the quality of the response given by the
14
  chat assistant.
 
21
  name: relevant
22
  required: true
23
  title: Is the response relevant for the given prompt?
24
+ type: label_selection
 
25
  visible_labels: null
26
  - description: null
27
  labels:
 
35
  name: content_class
36
  required: false
37
  title: Does the response include any of the following?
38
+ type: multi_label_selection
 
39
  visible_labels: 7
40
  - description: Rate the quality of the response based on its truthfulness and helpfulness.
41
  1 is very bad and 10 is very good.
42
  name: rating
43
  required: true
44
  title: 'Rate the quality of the response:'
45
+ type: rating
 
46
  values:
47
  - 1
48
  - 2
 
59
  name: corrected-text
60
  required: false
61
  title: 'Provide a correction to the response:'
62
+ type: text
 
63
  use_markdown: true
64
  vectors_settings: null