Commit
•
a32569b
1
Parent(s):
d11af58
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +108 -0
argilla.yaml
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
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:
|
22 |
+
- description: null
|
23 |
+
labels:
|
24 |
+
- 'yes'
|
25 |
+
- 'no'
|
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
|
36 |
+
- python-2.7
|
37 |
+
- list
|
38 |
+
- python-3.x
|
39 |
+
- numpy
|
40 |
+
- pandas
|
41 |
+
- regex
|
42 |
+
- dictionary
|
43 |
+
- string
|
44 |
+
- matplotlib
|
45 |
+
- arrays
|
46 |
+
- google-app-engine
|
47 |
+
- csv
|
48 |
+
- tkinter
|
49 |
+
- flask
|
50 |
+
- json
|
51 |
+
- linux
|
52 |
+
- mysql
|
53 |
+
- html
|
54 |
+
- function
|
55 |
+
- file
|
56 |
+
- class
|
57 |
+
- algorithm
|
58 |
+
- windows
|
59 |
+
- scipy
|
60 |
+
- loops
|
61 |
+
- multithreading
|
62 |
+
- beautifulsoup
|
63 |
+
- django-models
|
64 |
+
- for-loop
|
65 |
+
- javascript
|
66 |
+
- xml
|
67 |
+
- sqlalchemy
|
68 |
+
- parsing
|
69 |
+
- performance
|
70 |
+
- datetime
|
71 |
+
- osx
|
72 |
+
- sorting
|
73 |
+
- unicode
|
74 |
+
- c++
|
75 |
+
- dataframe
|
76 |
+
- selenium
|
77 |
+
- subprocess
|
78 |
+
- pygame
|
79 |
+
- java
|
80 |
+
- pyqt
|
81 |
+
- pip
|
82 |
+
- tuples
|
83 |
+
- scrapy
|
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
|