davidberenstein1957 HF staff commited on
Commit
4ba3090
·
verified ·
1 Parent(s): bb37310

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -54
README.md CHANGED
@@ -4,58 +4,6 @@ tags:
4
  - rlfh
5
  - argilla
6
  - human-feedback
7
- configs:
8
- - config_name: default
9
- data_files:
10
- - split: train
11
- path: data/train-*
12
- dataset_info:
13
- features:
14
- - name: text
15
- dtype: string
16
- id: field
17
- - name: label
18
- list:
19
- - name: user_id
20
- dtype: string
21
- id: question
22
- - name: value
23
- dtype: string
24
- id: question
25
- - name: status
26
- dtype: string
27
- id: question
28
- - name: label-suggestion
29
- dtype: string
30
- id: suggestion
31
- - name: label-suggestion-metadata
32
- struct:
33
- - name: type
34
- dtype: string
35
- id: suggestion-metadata
36
- - name: score
37
- dtype: float32
38
- id: suggestion-metadata
39
- - name: agent
40
- dtype: string
41
- id: suggestion-metadata
42
- - name: external_id
43
- dtype: string
44
- id: external_id
45
- - name: metadata
46
- dtype: string
47
- id: metadata
48
- - name: vectors
49
- struct:
50
- - name: sentence_embedding
51
- sequence: float32
52
- id: vectors
53
- splits:
54
- - name: train
55
- num_bytes: 1834637
56
- num_examples: 1000
57
- download_size: 2334580
58
- dataset_size: 1834637
59
  ---
60
 
61
  # Dataset Card for end2end_textclassification_with_vectors
@@ -129,7 +77,7 @@ The **questions** are the questions that will be asked to the annotators. They c
129
 
130
  | Question Name | Title | Type | Required | Description | Values/Labels |
131
  | ------------- | ----- | ---- | -------- | ----------- | ------------- |
132
- | label | Label | QuestionTypes.label_selection | True | N/A | ['World', 'Sports', 'Business', 'Sci/Tech'] |
133
 
134
 
135
  The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
@@ -970,7 +918,7 @@ Among the dataset fields, we differentiate between the following:
970
 
971
  * **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
972
 
973
- * **label** is of type `QuestionTypes.label_selection` with the following allowed values ['World', 'Sports', 'Business', 'Sci/Tech'].
974
 
975
  * **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
976
 
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for end2end_textclassification_with_vectors
 
77
 
78
  | Question Name | Title | Type | Required | Description | Values/Labels |
79
  | ------------- | ----- | ---- | -------- | ----------- | ------------- |
80
+ | label | Label | QuestionTypes.label_selection | True | Classify the text by selecting the correct label from the given list of labels. | ['World', 'Sports', 'Business', 'Sci/Tech'] |
81
 
82
 
83
  The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
 
918
 
919
  * **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
920
 
921
+ * **label** is of type `QuestionTypes.label_selection` with the following allowed values ['World', 'Sports', 'Business', 'Sci/Tech'], and description "Classify the text by selecting the correct label from the given list of labels.".
922
 
923
  * **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
924