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

alienit
/
query-bert

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

Instructions to use alienit/query-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alienit/query-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="alienit/query-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("alienit/query-bert")
    model = AutoModel.from_pretrained("alienit/query-bert")
  • Notebooks
  • Google Colab
  • Kaggle
query-bert
1.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
alienit's picture
alienit
Only embedding layer is frozen. 10 epochs. 0.00001 learning rate. 8 batch size. 512 max tokens. AllQuAD dataset.
3e00df0 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    632 Bytes
    Create README.md about 2 years ago
  • config.json
    657 Bytes
    Only embedding layer is frozen. 10 epochs. 0.00001 learning rate. 8 batch size. 512 max tokens. AllQuAD dataset. about 2 years ago
  • model.safetensors
    651 MB
    xet
    Best model on parsQuAD about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    651 MB
    xet
    Only embedding layer is frozen. 10 epochs. 0.00001 learning rate. 8 batch size. 512 max tokens. AllQuAD dataset. about 2 years ago