File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed
nemo/retriever-synthetic-data-generation/scripts/conf Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,7 @@ RAG/examples/simple-rag-api-catalog.yaml
28
28
# Notebook checkpoints
29
29
RAG /notebooks /langchain /.ipynb_checkpoints
30
30
RAG /notebooks /langchain /data /nv_embedding
31
- RAG /notebooks /langchain /data /save_embedding
31
+ RAG /notebooks /langchain /data /save_embedding
32
+
33
+ # IntelliJ's project specific settings file
34
+ .idea
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ qa_generator:
18
18
# mistralai/mixtral-8x22b-instruct-v0.1
19
19
base_url : https://integrate.api.nvidia.com/v1
20
20
max_examples : ${max_examples}
21
- generate_config:ß
21
+ generate_config :
22
22
temperature : 0.5
23
23
top_p : 1.0
24
24
max_tokens : 2048
@@ -120,13 +120,8 @@ answerability_filter:
120
120
filters :
121
121
-
122
122
${answerability_filter}
123
- <<<<<<< HEAD
124
- -
123
+ -
125
124
${easiness_filter}
126
- =======
127
- # -
128
- # ${easiness_filter}
129
- >>>>>>> 3d49ef8 (added config-nq and config-fiqa)
130
125
131
126
132
127
post_processors :
@@ -138,3 +133,4 @@ analyzers:
138
133
_target_ : nemo_retriever_sdg.QuestionLengthAnalyzer
139
134
-
140
135
_target_ : nemo_retriever_sdg.LexicalDivergenceAnalyzer
136
+
Original file line number Diff line number Diff line change @@ -124,14 +124,9 @@ answerability_filter:
124
124
filters :
125
125
-
126
126
${answerability_filter}
127
- <<<<<<< HEAD
128
- -
127
+ -
129
128
${easiness_filter}
130
- =======
131
- # -
132
- # ${easiness_filter}
133
- >>>>>>> 3d49ef8 (added config-nq and config-fiqa)
134
-
129
+
135
130
136
131
post_processors :
137
132
-
@@ -142,3 +137,4 @@ analyzers:
142
137
_target_ : nemo_retriever_sdg.QuestionLengthAnalyzer
143
138
-
144
139
_target_ : nemo_retriever_sdg.LexicalDivergenceAnalyzer
140
+
You can’t perform that action at this time.
0 commit comments