knoxel commited on
Commit
44aff12
·
verified ·
1 Parent(s): 8fff6b5

Add YAML frontmatter to README.md to fix metadata warning

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ConformalESM: Distribution-Free Uncertainty Quantification for Protein Language Models
2
 
3
  **Cites:** Lin et al. 2022, "Evolutionary Scale Prediction of Atomic Level Protein Structure with a Language Model", Science.
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ library_name: transformers
5
+ datasets:
6
+ - lamm-mit/protein_secondary_structure_from_PDB
7
+ models:
8
+ - AmelieSchreiber/esm2_t6_8M_UR50D-finetuned-secondary-structure
9
+ tags:
10
+ - conformal-prediction
11
+ - protein-language-models
12
+ - uncertainty-quantification
13
+ - esm-2
14
+ - temperature-scaling
15
+ - cpu
16
+ - protein-structure
17
+ - protein-engineering
18
+ ---
19
+
20
  # ConformalESM: Distribution-Free Uncertainty Quantification for Protein Language Models
21
 
22
  **Cites:** Lin et al. 2022, "Evolutionary Scale Prediction of Atomic Level Protein Structure with a Language Model", Science.