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

Add TranslationTask #396

Merged
merged 55 commits into from
Dec 11, 2023
Merged

Add TranslationTask #396

merged 55 commits into from
Dec 11, 2023

Conversation

rmitsch
Copy link
Collaborator

@rmitsch rmitsch commented Dec 5, 2023

Description

Add TranslationTask.

Corresponding documentation PR

explosion/spaCy#13183

Types of change

New feature.

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran all tests in tests and usage_examples/tests, and all new and existing tests passed. This includes
    • all external tests (i. e. pytest ran with --external)
    • all tests requiring a GPU (i. e. pytest ran with --gpu)
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

# Conflicts:
#	spacy_llm/tasks/builtin_task.py
…for handling both types of tasks. Update tests.
# Conflicts:
#	spacy_llm/tests/tasks/test_rel.py
@rmitsch rmitsch added feat/new New feature feat/task Feature: tasks labels Dec 5, 2023
@rmitsch rmitsch self-assigned this Dec 5, 2023
@rmitsch rmitsch changed the base branch from main to feat/inf-doc-len December 5, 2023 14:47
@rmitsch rmitsch marked this pull request as ready for review December 5, 2023 15:08
@rmitsch rmitsch added the Test external Run external tests label Dec 5, 2023
Copy link
Member

@svlandeg svlandeg left a comment

Choose a reason for hiding this comment

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

Awesome! Looking good. I suggest we merge this after the infinite-docs one, so this one will show up by itself in the commit history.

Base automatically changed from feat/inf-doc-len to develop December 11, 2023 14:27
# Conflicts:
#	spacy_llm/models/hf/base.py
#	spacy_llm/models/hf/falcon.py
#	spacy_llm/models/hf/llama2.py
#	spacy_llm/models/hf/mistral.py
#	spacy_llm/models/hf/openllama.py
#	spacy_llm/models/hf/stablelm.py
#	spacy_llm/models/langchain/model.py
#	spacy_llm/pipeline/llm.py
#	spacy_llm/tasks/entity_linker/util.py
#	spacy_llm/tests/models/test_dolly.py
#	spacy_llm/tests/models/test_langchain.py
#	spacy_llm/tests/pipeline/test_llm.py
#	spacy_llm/tests/sharding/test_sharding.py
#	spacy_llm/tests/tasks/legacy/test_ner.py
#	spacy_llm/tests/tasks/legacy/test_spancat.py
#	spacy_llm/tests/tasks/test_textcat.py
#	spacy_llm/tests/test_combinations.py
#	spacy_llm/ty.py
#	usage_examples/tests/test_readme_examples.py
# Conflicts:
#	spacy_llm/tests/sharding/test_sharding.py
@rmitsch rmitsch merged commit f628afc into develop Dec 11, 2023
10 checks passed
@svlandeg svlandeg deleted the feat/translation-task branch December 11, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat/new New feature feat/task Feature: tasks Test external Run external tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants