nielsr HF Staff commited on
Commit
313b81d
·
verified ·
1 Parent(s): 62a075d

Add model card with metadata

Browse files

This PR adds a model card with the necessary metadata including `library_name`, `pipeline_tag`, and `license`. It also includes links to the paper and the GitHub repository.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: feature-extraction
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
+
7
+ This repository contains a RoFormerForMaskedLM model for protein feature extraction, as described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438).
8
+
9
+ Code: https://github.com/tyang816/VenusFactory
10
+
11
+ This model is intended for feature extraction tasks related to protein language modeling. Refer to the GitHub repository for details on usage.