Skip to content

Webiste/Notebook Updates#739

Merged
ArshaanNazir merged 27 commits intorelease/1.4.0from
chore/website_nb_updates
Sep 4, 2023
Merged

Webiste/Notebook Updates#739
ArshaanNazir merged 27 commits intorelease/1.4.0from
chore/website_nb_updates

Conversation

@ArshaanNazir
Copy link
Copy Markdown
Contributor

@ArshaanNazir ArshaanNazir commented Sep 1, 2023

Description

This PR aims to update the tutorial notebooks and website with the latest changes

➤ Notebook Links:

@ArshaanNazir ArshaanNazir changed the title update clinical NB Webiste/Notebook Updates Sep 1, 2023
@Prikshit7766
Copy link
Copy Markdown
Contributor


Parameter Description
task Task for which the model is to be evaluated (text-classification or ner)
model Specifies the model(s) to be evaluated. This parameter can be provided as either a dictionary or a list of dictionaries. Each dictionary should contain the following keys:
  • model (mandatory): PipelineModel or path to a saved model or pretrained pipeline/model from hub.
  • hub (mandatory): Hub (library) to use in back-end for loading model from public models hub or from path
data The data to be used for evaluation. A dictionary providing flexibility and options for data sources. It should include the following keys:
  • data_source (mandatory): The source of the data.
  • subset (optional): The subset of the data.
  • feature_column (optional): The column containing the features.
  • target_column (optional): The column containing the target labels.
  • split (optional): The data split to be used.
  • source (optional): Set to 'huggingface' when loading Hugging Face dataset.
config Configuration for the tests to be performed, specified in the form of a YAML file.


@ArshaanNazir Should we change the Harness parameters table with the above one in the notebooks

Copy link
Copy Markdown
Collaborator

@chakravarthik27 chakravarthik27 left a comment

Choose a reason for hiding this comment

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

LGTM

@ArshaanNazir ArshaanNazir merged commit 9b2e2d6 into release/1.4.0 Sep 4, 2023
@ArshaanNazir ArshaanNazir deleted the chore/website_nb_updates branch September 6, 2023 04:55
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.

5 participants