PereLluis13
commited on
Commit
•
9112caf
1
Parent(s):
833f2e6
Automatic push from sapienzanlp
Browse files- config.yaml +5 -0
- documents.jsonl +24 -0
- embeddings.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_target_: relik.retriever.indexers.inmemory.InMemoryDocumentIndex
|
2 |
+
metadata_fields:
|
3 |
+
- definition
|
4 |
+
separator: ' <def> '
|
5 |
+
name_or_path: null
|
documents.jsonl
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"text": "founded by", "id": 0, "metadata": {"definition": "founder or co-founder of this organization, religion or place"}}
|
2 |
+
{"text": "division", "id": 1, "metadata": {"definition": "country of which this is an administrative division"}}
|
3 |
+
{"text": "occupation", "id": 2, "metadata": {"definition": "occupation of this person"}}
|
4 |
+
{"text": "sports team", "id": 3, "metadata": {"definition": "sports team of this place"}}
|
5 |
+
{"text": "company", "id": 4, "metadata": {"definition": "company of this person"}}
|
6 |
+
{"text": "place of birth", "id": 5, "metadata": {"definition": "place where this person was born"}}
|
7 |
+
{"text": "place of death", "id": 6, "metadata": {"definition": "place where this person died"}}
|
8 |
+
{"text": "country of origin", "id": 7, "metadata": {"definition": "country of origin of this ethnic group"}}
|
9 |
+
{"text": "advisor", "id": 8, "metadata": {"definition": "person who advises or has advised this person or organization"}}
|
10 |
+
{"text": "shareholders", "id": 9, "metadata": {"definition": "individuals or entities that own shares in this company"}}
|
11 |
+
{"text": "nationality", "id": 10, "metadata": {"definition": "nationality of this person or entity"}}
|
12 |
+
{"text": "sports team location", "id": 11, "metadata": {"definition": "location of this sports team"}}
|
13 |
+
{"text": "contains", "id": 12, "metadata": {"definition": "this entity contains or includes this other entity"}}
|
14 |
+
{"text": "contains division", "id": 13, "metadata": {"definition": "administrative divisions within this country"}}
|
15 |
+
{"text": "ethnic background", "id": 14, "metadata": {"definition": "ethnic background of this person"}}
|
16 |
+
{"text": "neighborhood", "id": 15, "metadata": {"definition": "neighborhood where this entity is located or associated with"}}
|
17 |
+
{"text": "ethnicity", "id": 16, "metadata": {"definition": "person of this ethnic background"}}
|
18 |
+
{"text": "child", "id": 17, "metadata": {"definition": "child of this person"}}
|
19 |
+
{"text": "residence", "id": 18, "metadata": {"definition": "place where this person has lived"}}
|
20 |
+
{"text": "company location", "id": 19, "metadata": {"definition": "place where this company was founded"}}
|
21 |
+
{"text": "capital", "id": 20, "metadata": {"definition": "capital of this country or administrative division"}}
|
22 |
+
{"text": "religion", "id": 21, "metadata": {"definition": "religion of this person or associated with this place"}}
|
23 |
+
{"text": "shareholder of", "id": 22, "metadata": {"definition": "major shareholder of this company"}}
|
24 |
+
{"text": "industry", "id": 23, "metadata": {"definition": "industry in which this company operates"}}
|
embeddings.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1dcf318201714672120af64a0d18844183cfc7b5ea2f6c50b85210096eba247
|
3 |
+
size 38059
|