nielsr HF Staff commited on
Commit
f34bda0
·
verified ·
1 Parent(s): 05a9bee

Add pipeline tag to model card

Browse files

This PR improves the model card by adding the `pipeline_tag: other` to the metadata. This helps users discover the model more easily on the Hugging Face Hub under relevant categories.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,11 +6,12 @@ tags:
6
  - structural-biology
7
  - computational-biology
8
  - alphafold
 
9
  ---
10
 
11
  # Triangle Multiplication is All You Need for Biomolecular Structure Representations
12
 
13
- By [Jeffrey Ouyang-Zhang](https://jozhang97.github.io/), [Pranav Murugan](https://pranavmurugan.github.io), [Daniel J. Diaz](http://danny305.github.io), [Gianluca Scarpellini](https://scarpellini.dev/), [Richard Strong Bowen](http://rsbowen.github.io), [Nate Gruver](https://ngruver.github.io), [Adam Klivans](https://www.cs.utexas.edu/users/klivans/), [Philipp Krähenbühl](http://www.philkr.net/), [Aleksandra Faust](https://www.afaust.info), and [Maruan Al-Shedivat](https://maruan.alshedivat.com)
14
 
15
  *Genesis Research & UT Austin*
16
 
 
6
  - structural-biology
7
  - computational-biology
8
  - alphafold
9
+ pipeline_tag: other
10
  ---
11
 
12
  # Triangle Multiplication is All You Need for Biomolecular Structure Representations
13
 
14
+ By [Jeffrey Ouyang-Zhang](https://jozhang97.github.io/), [Pranav Murugan](https://pranavmurugan.github.io), [Daniel J. Diaz](http://danny305.github.io), [Gianluca Scarpellini](https://scarpellini.dev/), [Richard Strong Bowen](http://rsbowen.github.io), [Nate Gruver](https://ngruver.github.io), [Adam Klivans](https://www.cs.utexas.edu/users/klivans/), [Philipp KrähenbühL](http://www.philkr.net/), [Aleksandra Faust](https://www.afaust.info), and [Maruan Al-Shedivat](https://maruan.alshedivat.com)
15
 
16
  *Genesis Research & UT Austin*
17