monsoon-nlp commited on
Commit
0376554
1 Parent(s): 241db2c

add link to scatter plot notebook

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -67,9 +67,13 @@ Results on 1,000 protein pairs from the validation dataset, during training:
67
  |27000|0.918547416546341|0.9127677526055185|
68
  |30000|0.9239429677657788|0.9187051589781693|
69
 
 
 
 
 
70
  ## Future
71
 
72
- This model will be updated when I have examples using it on protein classification tasks.
73
 
74
  I'm interested in whether [embedding quantization](https://huggingface.co/blog/embedding-quantization) could be even more efficient.
75
 
 
67
  |27000|0.918547416546341|0.9127677526055185|
68
  |30000|0.9239429677657788|0.9187051589781693|
69
 
70
+ ## Validation
71
+
72
+ Scatter plots comparing the full and 128-dim embeddings to the original embeddings, using pairs from the test set: https://colab.research.google.com/drive/1hm4IIMXaLt_7QYRNvkiXl5BqmsHdC1Ue?usp=sharing
73
+
74
  ## Future
75
 
76
+ This page will be updated when I have examples using it on protein classification tasks.
77
 
78
  I'm interested in whether [embedding quantization](https://huggingface.co/blog/embedding-quantization) could be even more efficient.
79