Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

vgainullin
/
citation_classifier

Text Classification
Transformers
Safetensors
English
distilbert
biomedical
citation-detection
scientific-text
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use vgainullin/citation_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vgainullin/citation_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vgainullin/citation_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vgainullin/citation_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("vgainullin/citation_classifier")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • checkpoint-110
    citation classifier model about 2 years ago
  • checkpoint-91
    citation classifier model about 2 years ago
  • coteaching
    Upload coteaching/config.json with huggingface_hub 2 months ago
  • last-checkpoint
    Training in progress, step 15000, checkpoint almost 2 years ago
  • self_filtering
    Upload self_filtering/config.json with huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.39 kB
    Upload README.md with huggingface_hub about 2 months ago
  • config.json
    626 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    712 kB
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 almost 2 years ago
  • trainer_state.json
    5.9 kB
    citation classifier model about 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 almost 2 years ago