Upload 15 files
Browse files- .gitattributes +1 -0
- data_statistics.txt +15 -0
- ent2id.json +1 -0
- rel2id.json +1 -0
- test_triples.json +0 -0
- test_triples_1.json +0 -0
- test_triples_2.json +0 -0
- test_triples_3.json +0 -0
- test_triples_4.json +0 -0
- test_triples_5.json +0 -0
- test_triples_epo.json +0 -0
- test_triples_normal.json +0 -0
- test_triples_seo.json +0 -0
- token2idx.json +0 -0
- train_data.json +3 -0
- valid_data.json +0 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
51 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
51 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
54 |
+
train_data.json filter=lfs diff=lfs merge=lfs -text
|
data_statistics.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"relation_type_num": 24,
|
3 |
+
"entity_type_num": 1,
|
4 |
+
"train_data": 56195,
|
5 |
+
"valid_data": 4999,
|
6 |
+
"test_triples": 5000,
|
7 |
+
"test_triples_3": 312,
|
8 |
+
"test_triples_5": 108,
|
9 |
+
"test_triples_1": 3244,
|
10 |
+
"test_triples_2": 1045,
|
11 |
+
"test_triples_4": 291,
|
12 |
+
"test_triples_seo": 1297,
|
13 |
+
"test_triples_normal": 3266,
|
14 |
+
"test_triples_epo": 978
|
15 |
+
}
|
ent2id.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"DEFAULT": 0}
|
rel2id.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"/business/company/advisors": 0, "/business/company/founders": 1, "/business/company/industry": 2, "/business/company/major_shareholders": 3, "/business/company/place_founded": 4, "/business/company_shareholder/major_shareholder_of": 5, "/business/person/company": 6, "/location/administrative_division/country": 7, "/location/country/administrative_divisions": 8, "/location/country/capital": 9, "/location/location/contains": 10, "/location/neighborhood/neighborhood_of": 11, "/people/deceased_person/place_of_death": 12, "/people/ethnicity/geographic_distribution": 13, "/people/ethnicity/people": 14, "/people/person/children": 15, "/people/person/ethnicity": 16, "/people/person/nationality": 17, "/people/person/place_lived": 18, "/people/person/place_of_birth": 19, "/people/person/profession": 20, "/people/person/religion": 21, "/sports/sports_team/location": 22, "/sports/sports_team_location/teams": 23}
|
test_triples.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_1.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_2.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_3.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_4.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_5.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_epo.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_normal.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test_triples_seo.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
token2idx.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
train_data.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da36026485e5a41fcb72f9c2f646241d370273b24df75bf00c1cea2131fb6549
|
3 |
+
size 53747246
|
valid_data.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|