-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_default.yaml
45 lines (45 loc) · 1 KB
/
config_default.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
app:
show: 15
retrieve:
top_k: 1000
score_threshold: 0.3
min_year: 2010
rank_metric: sigmoid-mean
style:
imageWidth: 450
logoUrl: https://medialab.sciencespo.fr/static/logo_medialab_d4a4a5af-92bb-4651-97e7-22272a5a5d3f.png
corpus:
max_length: 1
filter_non_sciencespo_authors: true
min_num_characters: 20
use_keys:
abstract: true
title: true
subtitle: false
keywords: false
dump_file: hal-productions.json
baseUrl: https://api.archives-ouvertes.fr
portail: index
query: 'labStructId_i:394361'
pagination_count: 10000
fields:
- halId_s
- uri_s
- title_s
- subtitle_s
- abstract_s
- publicationDate_s
- citationFull_s
- openAccess_bool
- authIdHasPrimaryStructure_fs
- authFullNameId_fs
- keyword_s
- docType_s
index:
hnswlib_space: cosine
ef_construction: 400
M: 64
num_threads: 1
sentence_transformer_model: distiluse-base-multilingual-cased-v1
sentence_transformer_model_dim: 512
batch_size: 500