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

gasix666
/
gas

Text Classification
setfit
Safetensors
sentence-transformers
mpnet
generated_from_setfit_trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • setfit

    How to use gasix666/gas with setfit:

    from setfit import SetFitModel
    
    model = SetFitModel.from_pretrained("gasix666/gas")
  • sentence-transformers

    How to use gasix666/gas with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("gasix666/gas")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
gas
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gasix666's picture
gasix666
Push model using huggingface_hub.
62f11d2 verified 11 months ago
  • 1_Pooling
    Push model using huggingface_hub. 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.81 kB
    Push model using huggingface_hub. 11 months ago
  • config.json
    551 Bytes
    Push model using huggingface_hub. 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    Push model using huggingface_hub. 11 months ago
  • config_setfit.json
    53 Bytes
    Push model using huggingface_hub. 11 months ago
  • model.safetensors
    438 MB
    xet
    Push model using huggingface_hub. 11 months ago
  • model_head.pkl

    Detected Pickle imports (4)

    • "numpy.ndarray",
    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper"

    How to fix it?

    19.3 kB
    xet
    Push model using huggingface_hub. 11 months ago
  • modules.json
    229 Bytes
    Push model using huggingface_hub. 11 months ago
  • sentence_bert_config.json
    53 Bytes
    Push model using huggingface_hub. 11 months ago
  • special_tokens_map.json
    964 Bytes
    Push model using huggingface_hub. 11 months ago
  • tokenizer.json
    712 kB
    Push model using huggingface_hub. 11 months ago
  • tokenizer_config.json
    1.31 kB
    Push model using huggingface_hub. 11 months ago
  • vocab.txt
    232 kB
    Push model using huggingface_hub. 11 months ago