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

datasocietyco
/
bge-base-en-v1.5-course-recommender-v4python

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:48
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use datasocietyco/bge-base-en-v1.5-course-recommender-v4python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use datasocietyco/bge-base-en-v1.5-course-recommender-v4python with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("datasocietyco/bge-base-en-v1.5-course-recommender-v4python")
    
    sentences = [
        "Fundamentals of Deep Learning for Multi GPUs. Find out how to use multiple GPUs to train neural networks and effectively parallelize\\ntraining of deep neural networks using TensorFlow.. tags: multiple GPUs, neural networks, TensorFlow, parallelize. Languages: Course language: Python. Prerequisites: No prerequisite course required. Target audience: Professionals want to train deep neural networks on multi-GPU technology to shorten\\nthe training time required for data-intensive applications.",
        "Course Name:Hypothesis Testing in Python|Course Description:In this course, learners with foundational knowledge of statistical concepts will dive deeper into hypothesis testing by focusing on three standard tests of statistical significance: t-tests, F-tests, and chi-squared tests. Covering topics such as t-value, t-distribution, chi-square distribution, F-statistic, and F-distribution, this course will familiarize learners with techniques that will enable them to assess normality of data and goodness-of-fit and to compare observed and expected frequencies objectively.|Tags:f-distribution, chi-square distribution, f-statistic, t-distribution, t-value|Course language: Python|Target Audience:Professionals some Python experience who would like to expand their skill set to more advanced Python visualization techniques and tools.|Prerequisite course required: Foundations of Statistics in Python",
        "Course Name:Foundations of Data & AI Literacy for Managers|Course Description:Designed for managers leading teams and projects, this course empowers individuals to build data-driven organizations and integrate AI tools into daily operations. Learners will gain a foundational understanding of data and AI concepts and learn how to leverage them for actionable business insights. Managers will develop the skills to increase collaboration with technical experts and make informed decisions about analysis methods, ensuring their enterprise thrives in today’s data-driven landscape.|Tags:Designed, managers, leading, teams, projects,, course, empowers, individuals, build, data-driven, organizations, integrate, AI, tools, into, daily, operations., Learners, will, gain, foundational, understanding, data, AI, concepts, learn, how, leverage, them, actionable, business, insights., Managers, will, develop, skills, increase, collaboration, technical, experts, make, informed, decisions, about, analysis, methods,, ensuring, their, enterprise, thrives, today’s, data-driven, landscape.|Course language: None|Target Audience:No target audience|No prerequisite course required",
        "Course Name:Fundamentals of Deep Learning for Multi GPUs|Course Description:Find out how to use multiple GPUs to train neural networks and effectively parallelize\\ntraining of deep neural networks using TensorFlow.|Tags:multiple GPUs, neural networks, TensorFlow, parallelize|Course language: Python|Target Audience:Professionals want to train deep neural networks on multi-GPU technology to shorten\\nthe training time required for data-intensive applications|No prerequisite course required"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bge-base-en-v1.5-course-recommender-v4python
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sachindatasociety's picture
sachindatasociety
Add new SentenceTransformer model.
dc58844 verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model. over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    44.6 kB
    Add new SentenceTransformer model. over 1 year ago
  • config.json
    740 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • config_sentence_transformers.json
    195 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model. over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • sentence_bert_config.json
    52 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model. over 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model. over 1 year ago
  • tokenizer_config.json
    1.24 kB
    Add new SentenceTransformer model. over 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model. over 1 year ago