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

tartspuppy
/
bert-base-uncased-tsdae-encoder

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:21196
loss:DenoisingAutoEncoderLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use tartspuppy/bert-base-uncased-tsdae-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use tartspuppy/bert-base-uncased-tsdae-encoder with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("tartspuppy/bert-base-uncased-tsdae-encoder")
    
    sentences = [
        "Oldham also has Fencing, Marshall Club is a Competitive of its competing on stage . They train times old South High.",
        "Several leading batsmen opposed the new law , including the professional Herbert <unk> , known as an exponent of pad @-@ play , and amateurs Errol Holmes and Bob Wyatt . Wisden <unk> ' <unk> noted that these three improved their batting records during the 1935 season , but batsmen generally were less successful . There were also fewer drawn matches . There was an increase in the number of lbws — out of 1 @,@ 560 lbw dismissals in first @-@ class matches in 1935 , 483 were given under the amended law . Wisden judged the experiment a success and several of its opponents changed their mind by the end of the season ; batsmen soon became accustomed to the alteration . Although Australian authorities were less convinced , and did not immediately introduce the revision into domestic first @-@ class cricket , in 1937 the new rule became part of the Laws of Cricket .",
        "Oldham also has a Fencing Club , Marshall Fencing Club is a Competitive Fencing Club with most of its members competing on the national stage . They train three times a week at the old South Chadderton High School .",
        "While overseeing an initial <unk> of American involvement in the Vietnam War , he subsequently ended U.S. involvement in 1973 , and eliminated the draft . <unk> , his administration generally embraced policies that transferred power from Washington to the states . Among other things , he initiated wars on cancer and drugs , imposed wage and price controls , enforced <unk> of Southern schools and established the Environmental Protection Agency . Though he presided over Apollo 11 and the subsequent lunar landings , he later scaled back manned space exploration . In 1972 , he was reelected by a landslide , the largest to that date . The Watergate scandal , which would consume the larger part of his second term , resulted in his ultimate resignation on August 4 , 1974 ."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-tsdae-encoder
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tartspuppy's picture
tartspuppy
Add new SentenceTransformer model
a7f195f verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    59.5 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    618 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.22 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model about 1 year ago