Skip to content

Commit d7a090a

Browse files
gauravkantrodtwGaurav Kantrod
and
Gaurav Kantrod
authored
Removed git conflicts headers from config-fiqa.yaml and config-nq.yaml. Also added .idea in .gitignore file (NVIDIA#225)
* removed git conflicts markers. * removed git conflict markers from config-fiqa.yaml and config-nq.yaml * ignore .idea --------- Co-authored-by: Gaurav Kantrod <[email protected]>
1 parent cd31614 commit d7a090a

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ RAG/examples/simple-rag-api-catalog.yaml
2828
# Notebook checkpoints
2929
RAG/notebooks/langchain/.ipynb_checkpoints
3030
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

nemo/retriever-synthetic-data-generation/scripts/conf/config-fiqa.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ qa_generator:
1818
# mistralai/mixtral-8x22b-instruct-v0.1
1919
base_url: https://integrate.api.nvidia.com/v1
2020
max_examples: ${max_examples}
21-
generate_config:ß
21+
generate_config:
2222
temperature: 0.5
2323
top_p: 1.0
2424
max_tokens: 2048
@@ -120,13 +120,8 @@ answerability_filter:
120120
filters:
121121
-
122122
${answerability_filter}
123-
<<<<<<< HEAD
124-
-
123+
-
125124
${easiness_filter}
126-
=======
127-
# -
128-
# ${easiness_filter}
129-
>>>>>>> 3d49ef8 (added config-nq and config-fiqa)
130125

131126

132127
post_processors:
@@ -138,3 +133,4 @@ analyzers:
138133
_target_: nemo_retriever_sdg.QuestionLengthAnalyzer
139134
-
140135
_target_: nemo_retriever_sdg.LexicalDivergenceAnalyzer
136+

nemo/retriever-synthetic-data-generation/scripts/conf/config-nq.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,9 @@ answerability_filter:
124124
filters:
125125
-
126126
${answerability_filter}
127-
<<<<<<< HEAD
128-
-
127+
-
129128
${easiness_filter}
130-
=======
131-
# -
132-
# ${easiness_filter}
133-
>>>>>>> 3d49ef8 (added config-nq and config-fiqa)
134-
129+
135130

136131
post_processors:
137132
-
@@ -142,3 +137,4 @@ analyzers:
142137
_target_: nemo_retriever_sdg.QuestionLengthAnalyzer
143138
-
144139
_target_: nemo_retriever_sdg.LexicalDivergenceAnalyzer
140+

0 commit comments

Comments
 (0)