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

DChak2000
/
qwen3-trace-align

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
dense
Generated from Trainer
dataset_size:3156
loss:CosineSimilarityLoss
Model card Files Files and versions
xet
Community

Instructions to use DChak2000/qwen3-trace-align with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use DChak2000/qwen3-trace-align with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("DChak2000/qwen3-trace-align")
    
    sentences = [
        "The goal nonvar('2019-12-31') succeeded, indicating that the date 2019‑12‑31 is instantiated.",
        "Succeeded: day_to_stamp(\"2019-12-31\",1577836800.0)",
        "Failed: s1_c_iii(22895,3538)",
        "Failed: agent_(alice_dies,bob)"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
qwen3-trace-align
72.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DChak2000's picture
DChak2000
LoRA fine-tuned for Prolog–NL trace alignment
2c519ed verified 4 months ago
  • 1_Pooling
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • .gitattributes
    1.57 kB
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • README.md
    11.6 kB
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • adapter_config.json
    1.02 kB
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • adapter_model.safetensors
    61.4 MB
    xet
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • chat_template.jinja
    2.43 kB
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • config_sentence_transformers.json
    374 Bytes
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • modules.json
    349 Bytes
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • sentence_bert_config.json
    59 Bytes
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago
  • tokenizer_config.json
    704 Bytes
    LoRA fine-tuned for Prolog–NL trace alignment 4 months ago