PereLluis13
commited on
Commit
•
5a0329d
1
Parent(s):
dd70b2b
Automatic push from sapienzanlp
Browse files- config.yaml +11 -0
- documents.jsonl +0 -0
- embeddings.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_target_: relik.retriever.indexers.inmemory.InMemoryDocumentIndex
|
2 |
+
metadata_fields:
|
3 |
+
_target_: omegaconf.listconfig.ListConfig
|
4 |
+
separator: ' <def> '
|
5 |
+
documents:
|
6 |
+
_target_: relik.retriever.indexers.document.DocumentStore
|
7 |
+
embeddings:
|
8 |
+
_target_: torch.Tensor
|
9 |
+
name_or_dir: /home/huguetcabot/alby-re/relik_new/relik/wandb/latest-run/files/retriever/document_index
|
10 |
+
device_in_init: cuda
|
11 |
+
precision: fp32
|
documents.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
embeddings.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cea32261b95a73eaeaa641dda26b772efe04c337ebc3c77a49a8baf939d8c18
|
3 |
+
size 16798452
|