jeanpoll
commited on
Commit
·
d9ca9f4
1
Parent(s):
6364957
adding data
Browse files- .gitattributes +3 -0
- .gitignore +7 -0
- data/dataset_dict.json +3 -0
- data/test/cache-38e67b8fa744bba7.arrow +3 -0
- data/test/dataset.arrow +3 -0
- data/test/dataset_info.json +52 -0
- data/test/indices.arrow +3 -0
- data/test/state.json +26 -0
- data/train/cache-2bc12ebe1052267c.arrow +3 -0
- data/train/dataset.arrow +3 -0
- data/train/dataset_info.json +52 -0
- data/train/indices.arrow +3 -0
- data/train/state.json +26 -0
.gitattributes
CHANGED
@@ -14,3 +14,6 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
data/dataset_dict.json filter=lfs diff=lfs merge=lfs -text
|
18 |
+
data/test filter=lfs diff=lfs merge=lfs -text
|
19 |
+
data/train filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Jupyter Notebook
|
3 |
+
.ipynb_checkpoints
|
4 |
+
|
5 |
+
# IPython
|
6 |
+
profile_default/
|
7 |
+
ipython_config.py
|
data/dataset_dict.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65fae6c706b1546da1530d427b62b39df6dd156cce4b92a208091410c52a4362
|
3 |
+
size 29
|
data/test/cache-38e67b8fa744bba7.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:530a7a185b320ca5eccef1b7da0c07eb64a0770cac40326536fbc14809f5a83a
|
3 |
+
size 35680080
|
data/test/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7a0d453c9c47d9ea65163087843f45da238c7bb673897eaf0f719a98fdef2c5
|
3 |
+
size 120494000
|
data/test/dataset_info.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "int64",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"ner_tags": {
|
16 |
+
"_type": "Sequence",
|
17 |
+
"feature": {
|
18 |
+
"_type": "ClassLabel",
|
19 |
+
"id": null,
|
20 |
+
"names": [
|
21 |
+
"O",
|
22 |
+
"LOC",
|
23 |
+
"PER",
|
24 |
+
"MISC",
|
25 |
+
"ORG"
|
26 |
+
],
|
27 |
+
"names_file": null,
|
28 |
+
"num_classes": 5
|
29 |
+
},
|
30 |
+
"id": null,
|
31 |
+
"length": -1
|
32 |
+
},
|
33 |
+
"tokens": {
|
34 |
+
"_type": "Sequence",
|
35 |
+
"feature": {
|
36 |
+
"_type": "Value",
|
37 |
+
"dtype": "string",
|
38 |
+
"id": null
|
39 |
+
},
|
40 |
+
"id": null,
|
41 |
+
"length": -1
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"homepage": "",
|
45 |
+
"license": "",
|
46 |
+
"post_processed": null,
|
47 |
+
"post_processing_size": null,
|
48 |
+
"size_in_bytes": null,
|
49 |
+
"splits": null,
|
50 |
+
"supervised_keys": null,
|
51 |
+
"version": null
|
52 |
+
}
|
data/test/indices.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62a798dc34c34f8182513147daf13efed3725cc8453068038e6d2e70b969aa30
|
3 |
+
size 217248
|
data/test/state.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "2b1fc6bf3f2d1f20",
|
9 |
+
"_format_columns": null,
|
10 |
+
"_format_kwargs": {},
|
11 |
+
"_format_type": null,
|
12 |
+
"_indexes": {},
|
13 |
+
"_indices": null,
|
14 |
+
"_indices_data_files": [
|
15 |
+
{
|
16 |
+
"filename": "indices.arrow"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"_inplace_history": [
|
20 |
+
{
|
21 |
+
"transforms": []
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"_output_all_columns": false,
|
25 |
+
"_split": null
|
26 |
+
}
|
data/train/cache-2bc12ebe1052267c.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3106feea90064803cffd14bc55f875d6c72059698c474781f0d212e5a94fbdd8
|
3 |
+
size 322139464
|
data/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7a0d453c9c47d9ea65163087843f45da238c7bb673897eaf0f719a98fdef2c5
|
3 |
+
size 120494000
|
data/train/dataset_info.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "int64",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"ner_tags": {
|
16 |
+
"_type": "Sequence",
|
17 |
+
"feature": {
|
18 |
+
"_type": "ClassLabel",
|
19 |
+
"id": null,
|
20 |
+
"names": [
|
21 |
+
"O",
|
22 |
+
"LOC",
|
23 |
+
"PER",
|
24 |
+
"MISC",
|
25 |
+
"ORG"
|
26 |
+
],
|
27 |
+
"names_file": null,
|
28 |
+
"num_classes": 5
|
29 |
+
},
|
30 |
+
"id": null,
|
31 |
+
"length": -1
|
32 |
+
},
|
33 |
+
"tokens": {
|
34 |
+
"_type": "Sequence",
|
35 |
+
"feature": {
|
36 |
+
"_type": "Value",
|
37 |
+
"dtype": "string",
|
38 |
+
"id": null
|
39 |
+
},
|
40 |
+
"id": null,
|
41 |
+
"length": -1
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"homepage": "",
|
45 |
+
"license": "",
|
46 |
+
"post_processed": null,
|
47 |
+
"post_processing_size": null,
|
48 |
+
"size_in_bytes": null,
|
49 |
+
"splits": null,
|
50 |
+
"supervised_keys": null,
|
51 |
+
"version": null
|
52 |
+
}
|
data/train/indices.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd272a4bc0ad750a9a09c284bf9f372fdfa85c8c7e85ccc1db49c42612f7e119
|
3 |
+
size 1952552
|
data/train/state.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "ca247e8994f6b172",
|
9 |
+
"_format_columns": null,
|
10 |
+
"_format_kwargs": {},
|
11 |
+
"_format_type": null,
|
12 |
+
"_indexes": {},
|
13 |
+
"_indices": null,
|
14 |
+
"_indices_data_files": [
|
15 |
+
{
|
16 |
+
"filename": "indices.arrow"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"_inplace_history": [
|
20 |
+
{
|
21 |
+
"transforms": []
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"_output_all_columns": false,
|
25 |
+
"_split": null
|
26 |
+
}
|