Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
argilla
Upload argilla.yaml with huggingface_hub
Browse files- argilla.yaml +74 -0
argilla.yaml
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
allow_extra_metadata: true
|
| 2 |
+
fields:
|
| 3 |
+
- name: text
|
| 4 |
+
required: true
|
| 5 |
+
title: Text
|
| 6 |
+
type: text
|
| 7 |
+
use_markdown: false
|
| 8 |
+
guidelines: null
|
| 9 |
+
metadata_properties: null
|
| 10 |
+
questions:
|
| 11 |
+
- allow_overlapping: true
|
| 12 |
+
description: null
|
| 13 |
+
field: text
|
| 14 |
+
labels:
|
| 15 |
+
- description: null
|
| 16 |
+
text: Numerals that do not fall under another type
|
| 17 |
+
value: CARDINAL
|
| 18 |
+
- description: null
|
| 19 |
+
text: Absolute or relative dates or periods
|
| 20 |
+
value: DATE
|
| 21 |
+
- description: null
|
| 22 |
+
text: People, including fictional
|
| 23 |
+
value: PERSON
|
| 24 |
+
- description: null
|
| 25 |
+
text: Nationalities or religious or political groups
|
| 26 |
+
value: NORP
|
| 27 |
+
- description: null
|
| 28 |
+
text: Countries, cities, states
|
| 29 |
+
value: GPE
|
| 30 |
+
- description: null
|
| 31 |
+
text: Named documents made into laws
|
| 32 |
+
value: LAW
|
| 33 |
+
- description: null
|
| 34 |
+
text: Companies, agencies, institutions, etc.
|
| 35 |
+
value: ORG
|
| 36 |
+
- description: null
|
| 37 |
+
text: "Percentage (including \u201C%\u201D)"
|
| 38 |
+
value: PERCENT
|
| 39 |
+
- description: null
|
| 40 |
+
text: "\u201Cfirst\u201D, \u201Csecond\u201D"
|
| 41 |
+
value: ORDINAL
|
| 42 |
+
- description: null
|
| 43 |
+
text: Monetary values, including unit
|
| 44 |
+
value: MONEY
|
| 45 |
+
- description: null
|
| 46 |
+
text: Titles of books, songs, etc.
|
| 47 |
+
value: WORK_OF_ART
|
| 48 |
+
- description: null
|
| 49 |
+
text: Facilities like Buildings, airports, highways, bridges, etc.
|
| 50 |
+
value: FAC
|
| 51 |
+
- description: null
|
| 52 |
+
text: Times smaller than a day
|
| 53 |
+
value: TIME
|
| 54 |
+
- description: null
|
| 55 |
+
text: Non-GPE locations, mountain ranges, bodies of water
|
| 56 |
+
value: LOC
|
| 57 |
+
- description: null
|
| 58 |
+
text: Measurements, as of weight or distance
|
| 59 |
+
value: QUANTITY
|
| 60 |
+
- description: null
|
| 61 |
+
text: Vehicles, weapons, foods, etc. (Not services)
|
| 62 |
+
value: PRODUCT
|
| 63 |
+
- description: null
|
| 64 |
+
text: Named hurricanes, battles, wars, sports events, etc.
|
| 65 |
+
value: EVENT
|
| 66 |
+
- description: null
|
| 67 |
+
text: Any named language
|
| 68 |
+
value: LANGUAGE
|
| 69 |
+
name: entities
|
| 70 |
+
required: true
|
| 71 |
+
title: 'Highlight the entities in the text:'
|
| 72 |
+
type: span
|
| 73 |
+
visible_labels: 18
|
| 74 |
+
vectors_settings: null
|