nielsr HF Staff commited on
Commit
9e6173d
·
verified ·
1 Parent(s): f97659f

Add model card for VenusFactory RoFormer model

Browse files

This PR adds a model card for the RoFormer model used in the VenusFactory project, as described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). The card includes metadata specifying the pipeline tag, library name, and a permissive license (MIT).

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
+ # VenusFactory RoFormer Model
8
+
9
+ This model is a RoFormer-based protein language model used within the VenusFactory platform, as described in [VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning](https://huggingface.co/papers/2503.15438). It's designed for feature extraction tasks related to protein sequences.
10
+
11
+ For more details on VenusFactory and its capabilities, please refer to the project's [GitHub repository](https://github.com/tyang816/VenusFactory).