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

  • Log In
  • Sign Up

apps1
/
medical_studentv2

Text Classification
Transformers
Safetensors
bert_hash
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use apps1/medical_studentv2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="apps1/medical_studentv2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("apps1/medical_studentv2", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
medical_studentv2
5.26 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
apps1's picture
apps1
Upload projector_config.json with huggingface_hub
65dc97a verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload BertHashForSequenceClassification about 2 months ago
  • config.json
    1.08 kB
    Upload BertHashForSequenceClassification about 2 months ago
  • configuration_bert_hash.py
    340 Bytes
    Upload BertHashForSequenceClassification about 2 months ago
  • model.safetensors
    3.88 MB
    xet
    Upload BertHashForSequenceClassification about 2 months ago
  • modeling_bert_hash.py
    22.6 kB
    Upload BertHashForSequenceClassification about 2 months ago
  • projector.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    398 kB
    xet
    Upload projector.pt with huggingface_hub about 2 months ago
  • projector_config.json
    28 Bytes
    Upload projector_config.json with huggingface_hub about 2 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 2 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer about 2 months ago
  • vocab.txt
    232 kB
    Upload tokenizer about 2 months ago