Views
No views yet
<HA>...<NA>...<sep> input, predicts one of 12 influenza A subtypes (H1N1, H3N2, H5N1, ...).pip install huggingface_hub transformers==4.29.2 torch==1.13.11from huggingface_hub import snapshot_download
2snapshot_download(
3 repo_id="Moonn1205/AntigenLM-subtype-classifier",
4 local_dir="subtype_classifier",
5 local_dir_use_symlinks=False,
6)pytorch_model.bin - model weightsconfig.json - GPT-2 backbone config + (classifier only) label2id / id2labelvocab.json, tokenizer_config.json, special_tokens_map.json - tokenizer