-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Replace FARM import statements; add dependencies #1492
Merged
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
158197a
Replace FARM import statements; add dependencies
julian-risch 59cb039
Add latest docstring and tutorial changes
github-actions[bot] 4d48086
Add InferenceProc., TextCl.Proc., TextPairCl.Proc.
julian-risch 566e5fa
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch 1dab474
Add latest docstring and tutorial changes
github-actions[bot] bfbbd38
Remove FARMRanker, add type annotations, rename max_sample
julian-risch 4d31195
Add sample_to_features_text for InferenceProc.
julian-risch d577149
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch 908f674
Add latest docstring and tutorial changes
github-actions[bot] 5b77873
Fix type annotations: model_name_or_path is str not Path
julian-risch 29c5a61
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch a7760bb
Add latest docstring and tutorial changes
github-actions[bot] 23f26f7
Fix mypy errors: implement _create_dataset in TextCl.Proc.
julian-risch 114e5da
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch 35a3cd8
Correct formatting of comments
julian-risch 0d2aa5f
Remove empty line to prevent line.strip()[0] == "#" IndexError
julian-risch 4cea167
Add task_type "embeddings" in Inferencer
julian-risch 12460b0
Allow loading AdaptiveModel for embedding task
julian-risch 15583f3
Add SQuAD eval metrics; enable InferenceProc for embedding task
julian-risch 23e2d29
Add baskets as param to log_samples
julian-risch 036d655
Handle empty basket list in log_samples
julian-risch f0eb6ea
Remove unused dependencies
julian-risch 5375ce9
Remove FARMClassifier (doc classificer) due to ref to TextClassificat…
julian-risch 9def673
Merge branch 'master' into farm_merging_dependencies
julian-risch 5590cba
Remove FARMRanker and Classifier from doc generation scripts
julian-risch 7278005
Merge branch 'farm_merging_dependencies' of github.com:deepset-ai/hay…
julian-risch 1711d95
Add latest docstring and tutorial changes
github-actions[bot] 5306b14
Merge branch 'master' into farm_merging_dependencies: Test Refactoring
julian-risch 251e72f
Fix import statements and type annotations
julian-risch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think we can remove this here.