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