monsoon-nlp commited on
Commit
86b286b
1 Parent(s): 4b03d7a

add binary classifier example

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -77,12 +77,10 @@ One of the more popular evaluations is [Tasks Assessing Protein Embeddings (TAPE
77
 
78
  Example using SciKit-Learn to train on Fluorescence, a regression task from TAPE: https://colab.research.google.com/drive/1cH9jOBSC56mqJHU_6ztQPp6qWJguNjAn?usp=sharing
79
 
80
- TBD: example using SciKit-Learn on a classification task
81
 
82
  TBD: example using Sentence-Transformers to [finetune embeddings](https://huggingface.co/blog/train-sentence-transformers) for a TAPE regression or classification task
83
 
84
- TBD: examples using plant proteins from [greenbeing-binary](https://huggingface.co/datasets/monsoon-nlp/greenbeing-binary) to train a binary classifier
85
-
86
  ## Future
87
 
88
  This page will be updated when I have examples using it on protein classification tasks.
 
77
 
78
  Example using SciKit-Learn to train on Fluorescence, a regression task from TAPE: https://colab.research.google.com/drive/1cH9jOBSC56mqJHU_6ztQPp6qWJguNjAn?usp=sharing
79
 
80
+ Example using SciKit-Learn to train on a classification task from [greenbeing-binary](https://huggingface.co/datasets/monsoon-nlp/greenbeing-binary) - https://colab.research.google.com/drive/1MCTn8f3oeIKpB6n_8mPumet3ukm7GD8a?usp=sharing
81
 
82
  TBD: example using Sentence-Transformers to [finetune embeddings](https://huggingface.co/blog/train-sentence-transformers) for a TAPE regression or classification task
83
 
 
 
84
  ## Future
85
 
86
  This page will be updated when I have examples using it on protein classification tasks.