PereLluis13 commited on
Commit
e102852
1 Parent(s): 2586309

Automatic push from sapienzanlp

Browse files
Files changed (3) hide show
  1. config.yaml +8 -0
  2. documents.json +28 -0
  3. embeddings.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ _target_: relik.retriever.indexers.inmemory.InMemoryDocumentIndex
2
+ documents:
3
+ _target_: relik.retriever.data.labels.Labels
4
+ embeddings:
5
+ _target_: torch.Tensor
6
+ name_or_dir: null
7
+ device: cuda
8
+ precision: '16'
documents.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": {
3
+ "sports team <def> The sports teams located in a specific location": 0,
4
+ "capital <def> The capital city of a country": 1,
5
+ "child <def> The child of a person": 2,
6
+ "geographic distribution <def> The geographical spread of an ethnic group": 3,
7
+ "country of an administration division <def> The country that an administrative division belongs to": 4,
8
+ "location <def> A location that encloses another location": 5,
9
+ "place lived <def> The places where a person has lived": 6,
10
+ "founders <def> The people who started a company": 7,
11
+ "company founded location <def> The location where a company was established": 8,
12
+ "occupation <def> The occupation of a person": 9,
13
+ "neighborhood <def> The location that a neighborhood is located in": 10,
14
+ "major shareholder <def> A major shareholder in a company": 11,
15
+ "company <def> The current employer of a person": 12,
16
+ "sports team location <def> The place where a sports team is headquartered": 13,
17
+ "administrative divisions <def> The subdivisions within a country": 14,
18
+ "place of death <def> The location where a deceased person passed away": 15,
19
+ "place of birth <def> The birth place of a person": 16,
20
+ "advisor <def> Advisors for a company": 17,
21
+ "shareholders <def> The shareholders that own a significant portion of a company": 18,
22
+ "religion <def> The religion of a person": 19,
23
+ "industry <def> The field in which a company operates": 20,
24
+ "ethnicity <def> The country of origin for an ethnic group": 21,
25
+ "ethnic background <def> The ethnic background of a person": 22,
26
+ "nationality <def> The country that a person holds citizenship in": 23
27
+ }
28
+ }
embeddings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2c8aaaa777cb54b0f972e43aee7793c28d18a4fc7d450a436803046c524211
3
+ size 19188