tokens listlengths 3 7 | ner_tags listlengths 3 7 |
|---|---|
[
"Apple",
"is",
"looking",
"at",
"buying",
"U.K.",
"startup"
] | [
"ORG",
"O",
"O",
"O",
"O",
"LOC",
"O"
] |
[
"Barack",
"Obama",
"visited",
"Paris"
] | [
"PER",
"PER",
"O",
"LOC"
] |
[
"Google",
"released",
"Bard"
] | [
"ORG",
"O",
"MISC"
] |
[
"Tesla",
"is",
"based",
"in",
"California"
] | [
"ORG",
"O",
"O",
"O",
"LOC"
] |
[
"Amazon",
"hired",
"engineers",
"in",
"Seattle"
] | [
"ORG",
"O",
"O",
"O",
"LOC"
] |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Downloads last month
- 33