-
Notifications
You must be signed in to change notification settings - Fork 732
Adds models md to Models Hub for 3.3.2 Healthcare release #6434
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
Conversation
Fixes the reference to the model in the python code section. Also adds a missing "clinical/models" path for properly retrieving the model from S3
Adds missing quote in python and scala code sections
Included models updated.
Included models part updated.
Sample results updated.
After moving roberta embeddings to public, the code examples should change
Adds the 'es' language tag to pretrained in scala code
The ER header was 'icd10_code' when it should be 'snomed_code'
Adds more indentation to benchmarking section
Fixing indentation in results section
`roberta_base_biomedical` is not part of Healthcare suit, it's opensource, so no "clinical/models" reference required.
There was an incorrect quote in a word. This commit fixes it.
Removes extra quotes in some code examples (modelshub already add the format quotes automatically)
Adds a simplified version of the pipeline reusing several components
…lassifier_sms_spam_en_0icA25SKfssRbsuTayHliLje 2021-11-07-bert_sequence_classifier_sms_spam_en
fixing scala script
fixing scala script
fixing scala script
fixing scala script
fixing scala script
docs/_posts/murat-gunay/2021-11-07-bert_sequence_classifier_age_news_en.md
Show resolved
Hide resolved
docs/_posts/murat-gunay/2021-11-07-bert_sequence_classifier_age_news_en.md
Show resolved
Hide resolved
|
||
## Data Source | ||
|
||
[https://huggingface.co/aychang/bert-base-cased-trec-coarse](https://huggingface.co/aychang/bert-base-cased-trec-coarse) |
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.
|
||
## Data Source | ||
|
||
[https://huggingface.co/Hate-speech-CNERG/bert-base-uncased-hatexplain](https://huggingface.co/Hate-speech-CNERG/bert-base-uncased-hatexplain) |
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.
docs/_posts/murat-gunay/2021-11-07-bert_sequence_classifier_banking77_en.md
Show resolved
Hide resolved
docs/_posts/murat-gunay/2021-11-07-bert_sequence_classifier_sms_spam_en.md
Show resolved
Hide resolved
|
||
## Data Source | ||
|
||
[https://huggingface.co/mrm8488/bert-tiny-finetuned-sms-spam-detection](https://huggingface.co/mrm8488/bert-tiny-finetuned-sms-spam-detection) |
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.
|
||
pipeline = Pipeline(stages=[document_assembler, tokenizer, sequenceClassifier]) | ||
|
||
example = spark.createDataFrame([['Because you need me Every single day Trying to find me But you don't know why Trying to find me again But you don't know how Trying to find me again Every single day']]).toDF("text") |
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.
This won't work, conflicting '
. Start and finish with "
docs/_posts/murat-gunay/2021-11-07-bert_sequence_classifier_song_lyrics_en.md
Show resolved
Hide resolved
|
||
## Data Source | ||
|
||
[https://huggingface.co/juliensimon/autonlp-song-lyrics-18753417](https://huggingface.co/juliensimon/autonlp-song-lyrics-18753417) |
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.
Updating models hub cards description
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.
Now it seems much better. Thank you @gadde5300 !
Description
Adds md models to Models Hub for 3.3.2 Healthcare release
Motivation and Context
Healthcare is releasing 3.3.2, and several models have been uploaded to the Hub. For these new models, we need to merge the md files.
How Has This Been Tested?
Checking models are downloadable and documentation looks ok.
Screenshots (if appropriate):
Types of changes
Checklist: