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

Einas
/
second_module

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Einas/second_module with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Einas/second_module")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Einas/second_module")
    model = AutoModel.from_pretrained("Einas/second_module")
  • Notebooks
  • Google Colab
  • Kaggle
second_module
2.73 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Einas's picture
Einas
Upload config.json
0b4ba79 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    26 Bytes
    initial commit over 2 years ago
  • config.json
    684 Bytes
    Upload config.json over 2 years ago
  • pytorch_model.bin
    134 Bytes
    xet
    Upload pytorch_model.bin over 2 years ago
  • tokenizer_config.json
    366 Bytes
    Upload tokenizer_config.json over 2 years ago