Skip to content

Commit

Permalink
Removed git conflicts headers from config-fiqa.yaml and config-nq.yam…
Browse files Browse the repository at this point in the history
…l. Also added .idea in .gitignore file (#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]>
  • Loading branch information
gauravkantrodtw and Gaurav Kantrod authored Oct 26, 2024
1 parent cd31614 commit d7a090a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ RAG/examples/simple-rag-api-catalog.yaml
# Notebook checkpoints
RAG/notebooks/langchain/.ipynb_checkpoints
RAG/notebooks/langchain/data/nv_embedding
RAG/notebooks/langchain/data/save_embedding
RAG/notebooks/langchain/data/save_embedding

# IntelliJ's project specific settings file
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ qa_generator:
# mistralai/mixtral-8x22b-instruct-v0.1
base_url: https://integrate.api.nvidia.com/v1
max_examples: ${max_examples}
generate_config:ß
generate_config:
temperature: 0.5
top_p: 1.0
max_tokens: 2048
Expand Down Expand Up @@ -120,13 +120,8 @@ answerability_filter:
filters:
-
${answerability_filter}
<<<<<<< HEAD
-
-
${easiness_filter}
=======
# -
# ${easiness_filter}
>>>>>>> 3d49ef8 (added config-nq and config-fiqa)


post_processors:
Expand All @@ -138,3 +133,4 @@ analyzers:
_target_: nemo_retriever_sdg.QuestionLengthAnalyzer
-
_target_: nemo_retriever_sdg.LexicalDivergenceAnalyzer

Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,9 @@ answerability_filter:
filters:
-
${answerability_filter}
<<<<<<< HEAD
-
-
${easiness_filter}
=======
# -
# ${easiness_filter}
>>>>>>> 3d49ef8 (added config-nq and config-fiqa)



post_processors:
-
Expand All @@ -142,3 +137,4 @@ analyzers:
_target_: nemo_retriever_sdg.QuestionLengthAnalyzer
-
_target_: nemo_retriever_sdg.LexicalDivergenceAnalyzer

0 comments on commit d7a090a

Please sign in to comment.