Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nikraf
/
directionality_probe

Feature Extraction
Transformers
Safetensors
packaged_probe
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use nikraf/directionality_probe with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="nikraf/directionality_probe", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("nikraf/directionality_probe", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
directionality_probe / protify /data
114 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nikraf's picture
nikraf
Upload folder using huggingface_hub
714cf46 verified 2 months ago
  • __init__.py
    341 Bytes
    Upload folder using huggingface_hub 2 months ago
  • data_collators.py
    12.1 kB
    Upload folder using huggingface_hub 2 months ago
  • data_mixin.py
    53.9 kB
    Upload folder using huggingface_hub 2 months ago
  • dataset_classes.py
    19.5 kB
    Upload folder using huggingface_hub 2 months ago
  • dataset_descriptions.py
    14.3 kB
    Upload folder using huggingface_hub 2 months ago
  • dataset_utils.py
    3.65 kB
    Upload folder using huggingface_hub 2 months ago
  • supported_datasets.py
    6.5 kB
    Upload folder using huggingface_hub 2 months ago
  • utils.py
    3.88 kB
    Upload folder using huggingface_hub 2 months ago