frascuchon commited on
Commit
90860db
1 Parent(s): 575d4a1

Upload argilla.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. argilla.yaml +9 -16
argilla.yaml CHANGED
@@ -2,20 +2,17 @@ fields:
2
  - name: title
3
  required: true
4
  title: Title
5
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
6
- - text
7
  use_markdown: false
8
  - name: question
9
  required: true
10
  title: Question
11
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
12
- - text
13
  use_markdown: true
14
  - name: answer
15
  required: true
16
  title: Answer
17
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes
18
- - text
19
  use_markdown: true
20
  guidelines: null
21
  questions:
@@ -26,10 +23,9 @@ questions:
26
  name: title_question_fit
27
  required: true
28
  title: Does the title match the question?
29
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
30
- - label_selection
31
  visible_labels: null
32
- - description: Select all that apply.
33
  labels:
34
  - python
35
  - django
@@ -84,25 +80,22 @@ questions:
84
  name: tags
85
  required: true
86
  title: What are the topics mentioned in this question?
87
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
88
- - multi_label_selection
89
  visible_labels: 20
90
  - description: null
91
  name: answer_quality
92
  required: true
93
  title: 'Rate the quality of the answer:'
94
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
95
- - rating
96
  values:
97
  - 1
98
  - 2
99
  - 3
100
  - 4
101
  - 5
102
- - description: If the rating is below 4, please provide a corrected answer
103
  name: new_answer
104
  required: false
105
  title: If needed, correct the answer
106
- type: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes
107
- - text
108
  use_markdown: true
 
2
  - name: title
3
  required: true
4
  title: Title
5
+ type: text
 
6
  use_markdown: false
7
  - name: question
8
  required: true
9
  title: Question
10
+ type: text
 
11
  use_markdown: true
12
  - name: answer
13
  required: true
14
  title: Answer
15
+ type: text
 
16
  use_markdown: true
17
  guidelines: null
18
  questions:
 
23
  name: title_question_fit
24
  required: true
25
  title: Does the title match the question?
26
+ type: label_selection
 
27
  visible_labels: null
28
+ - description: null
29
  labels:
30
  - python
31
  - django
 
80
  name: tags
81
  required: true
82
  title: What are the topics mentioned in this question?
83
+ type: multi_label_selection
 
84
  visible_labels: 20
85
  - description: null
86
  name: answer_quality
87
  required: true
88
  title: 'Rate the quality of the answer:'
89
+ type: rating
 
90
  values:
91
  - 1
92
  - 2
93
  - 3
94
  - 4
95
  - 5
96
+ - description: null
97
  name: new_answer
98
  required: false
99
  title: If needed, correct the answer
100
+ type: text
 
101
  use_markdown: true