Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russian Fact Retrieval and Text QA #275

Merged
merged 13 commits into from
Feb 21, 2023
Merged

Russian Fact Retrieval and Text QA #275

merged 13 commits into from
Feb 21, 2023

Conversation

dmitrijeuseew
Copy link
Contributor

Extracting paragraphs from Wikipedia and answering questions on text.


RUN rm -r /etc/apt/sources.list.d && apt-get update && apt-get install git -y
RUN pip install https://codeload.github.com/deeppavlov/DeepPavlov/tar.gz/${COMMIT}
RUN pip install git+https://github.com/deeppavlov/DeepPavlov.git@${COMMIT}

COPY . /src
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

можешь перенести эту строку после установки всех зависимостей, пожалуйста

RUN pip install pyOpenSSL==22.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не надо run pip install

{
"question_raw": ["Who was the first man in space?"],
"question_raw": ["Кто придумал сверточную сеть?"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а чеки английской версии? надо добавиь параметр язык в docker-compose yml, проверять его из переменных окружения

@dilyararimovna
Copy link
Collaborator

@dmitrijeuseew text-qa не проходит тесты сервиса

dilyararimovna and others added 7 commits January 20, 2023 11:30
# Conflicts:
#	README_ru.md
#	assistant_dists/dream_russian/docker-compose.override.yml
#	assistant_dists/dream_sfc/docker-compose.override.yml
#	tests/runtests_russian.sh
@dilyararimovna dilyararimovna merged commit 3ae3e80 into dev Feb 21, 2023
@dilyararimovna dilyararimovna deleted the feat/odqa_ru branch February 21, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants