-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 develop transcription translation summarisation pipeline #7
Conversation
…gface pipeline method
…gface pipeline method
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this 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}} |
There was a problem hiding this comment.
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?
This pull request merges the exploratory branch developing the transcription-> translation -> summarisation pipeline.
It adds:
src/arc-spice/pipelines
scripts
notebooks
with the development notesIgnoring the failing tests and problems with the repo for now given the direction of development.