text stringclasses 5
values | input_ids listlengths 4 12 | attention_mask listlengths 4 12 | token_type_ids listlengths 4 12 |
|---|---|---|---|
Hello world | [
101,
7592,
2088,
102
] | [
1,
1,
1,
1
] | [
0,
0,
0,
0
] |
How are you doing today? | [
101,
2129,
2024,
2017,
2725,
2651,
1029,
102
] | [
1,
1,
1,
1,
1,
1,
1,
1
] | [
0,
0,
0,
0,
0,
0,
0,
0
] |
HuggingFace datasets are awesome! | [
101,
17662,
12172,
2951,
13462,
2015,
2024,
12476,
999,
102
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
Variable length token lists work great with Sequence type. | [
101,
8023,
3091,
19204,
7201,
2147,
2307,
2007,
5537,
2828,
1012,
102
] | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
] | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
] |
短文本 | [
101,
100,
1861,
1876,
102
] | [
1,
1,
1,
1,
1
] | [
0,
0,
0,
0,
0
] |
README.md exists but content is empty.
- Downloads last month
- 33