Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

TechWolf
/
JobBERT-v3

Feature Extraction
sentence-transformers
Safetensors
xlm-roberta
sentence-similarity
Generated from Trainer
dataset_size:21123868
loss:CachedMultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use TechWolf/JobBERT-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use TechWolf/JobBERT-v3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("TechWolf/JobBERT-v3")
    
    sentences = [
        "系统管理员技术员——TS/SCI级别并拥有多项式验证",
        "support development of annual budget, create a financial report, report analysis results, Microsoft Access, accounting, use presentation software, interpret financial statements, synthesise financial information, develop vaccines, handle financial overviews of the store, produce statistical financial records, develop financial statistics reports, explain accounting records, financial analysis, SAP R3, represent the company, examine budgets, prepare presentation material, use spreadsheets software, forecast account metrics, meet deadlines, prepare financial projections, manage budgets, exercise self-control, financial statements",
        "ensure cross-department cooperation, establish customer rapport, improve business processes, manage technical security systems, handle incidents, maintain ICT system, explain characteristics of computer peripheral equipment, gather technical information, collaborate in company's daily operations , apply change management, maintain technical equipment, communicate with customers, solve technical problems, perform ICT troubleshooting, use ICT equipment in maintenance activities, manage major incidents, build business relationships, computer engineering, perform software recovery testing, identify process improvements, maintain relationship with customers, carry out project activities, collaborate in the development of marketing strategies, computer technology, technical terminology",
        "utilise machine learning, cloud technologies, develop predictive models, assess sportive performance, formulate findings , principles of artificial intelligence, perform business research, communicate with stakeholders, computer engineering, build predictive models, computer science, develop automated software tests, analyse business objectives, Agile development, cloud monitoring and reporting, provide written content, obtain relevant licenses, design prototypes, machine learning, e-learning software infrastructure, analyse education system, disseminate results to the scientific community, learning technologies, ML (computer programming), task algorithmisation"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
JobBERT-v3
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
jensjorisdecorte's picture
jensjorisdecorte
Update README.md
5af78bb verified 9 months ago
  • 1_Pooling
    TechWolf/JobBERT-v3 10 months ago
  • 2_Asym
    TechWolf/JobBERT-v3 10 months ago
  • .gitattributes
    1.57 kB
    TechWolf/JobBERT-v3 10 months ago
  • README.md
    27.1 kB
    Update README.md 9 months ago
  • config.json
    697 Bytes
    TechWolf/JobBERT-v3 10 months ago
  • config_sentence_transformers.json
    199 Bytes
    TechWolf/JobBERT-v3 10 months ago
  • model.safetensors
    1.11 GB
    xet
    TechWolf/JobBERT-v3 10 months ago
  • modules.json
    339 Bytes
    TechWolf/JobBERT-v3 10 months ago
  • sentence_bert_config.json
    52 Bytes
    TechWolf/JobBERT-v3 10 months ago
  • special_tokens_map.json
    964 Bytes
    TechWolf/JobBERT-v3 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    TechWolf/JobBERT-v3 10 months ago
  • tokenizer_config.json
    1.37 kB
    TechWolf/JobBERT-v3 10 months ago