How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="AI4Protein/deep_unigram_50")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("AI4Protein/deep_unigram_50")
model = AutoModelForMaskedLM.from_pretrained("AI4Protein/deep_unigram_50")
Quick Links

VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning

This repository provides the tokenizer used in the VenusFactory platform, described in VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning. VenusFactory is a unified platform for protein engineering that integrates data retrieval, standardized task benchmarking, and modular fine-tuning of protein language models (PLMs).

Code and further details are available at: https://github.com/tyang816/VenusFactory

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using AI4Protein/deep_unigram_50 1

Paper for AI4Protein/deep_unigram_50