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

1 develop transcription translation summarisation pipeline #7

Merged

Conversation

eddableheath
Copy link
Collaborator

This pull request merges the exploratory branch developing the transcription-> translation -> summarisation pipeline.

It adds:

  • A working pipeline in the src/arc-spice/pipelines
  • A test script for the pipeline in scripts
  • A notebook in notebooks with the development notes

Ignoring the failing tests and problems with the repo for now given the direction of development.

@eddableheath eddableheath added the pipelines Development of a pipeline label Sep 27, 2024
@eddableheath eddableheath linked an issue Sep 27, 2024 that may be closed by this pull request
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Collaborator

@J-Dymond J-Dymond left a comment

Choose a reason for hiding this comment

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

Just left one comment, no changes

Class for the transcription, translation, summarisation pipeline.

pars:
- {'top_level_task': {'specific_task': str, 'model_name': str}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is "specific_task" here the task as its named in the huggingface API?

@J-Dymond J-Dymond merged commit 3535452 into main Sep 27, 2024
1 of 2 checks passed
@J-Dymond J-Dymond deleted the 1-develop-transcription-translation-summarisation-pipeline branch September 27, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipelines Development of a pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Develop Transcription->Translation->Summarisation Pipeline
2 participants