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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

thilakx
/
Bankoflibreo

Text Generation
sentence-transformers
English
rag
retrieval-augmented-generation
fastapi
react
chromadb
banking
document-intelligence
vector-search
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use thilakx/Bankoflibreo with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("thilakx/Bankoflibreo")
    
    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
Bankoflibreo
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
thilakx's picture
thilakx
Upload folder using huggingface_hub (part 8)
632329d verified 8 days ago
  • DATASET
    Upload folder using huggingface_hub 8 days ago
  • Skill.md
    Upload folder using huggingface_hub (part 11) 8 days ago
  • Sound
    Upload folder using huggingface_hub (part 11) 8 days ago
  • System design
    Upload folder using huggingface_hub (part 11) 8 days ago
  • Ui info.md
    Upload folder using huggingface_hub (part 11) 8 days ago
  • assets
    Upload folder using huggingface_hub 8 days ago
  • backend
    Upload folder using huggingface_hub 8 days ago
  • chroma_db
    Upload folder using huggingface_hub 8 days ago
  • docs
    Upload folder using huggingface_hub 8 days ago
  • frontend
    Upload folder using huggingface_hub (part 11) 8 days ago
  • tests
    Upload folder using huggingface_hub (part 11) 8 days ago
  • uploaded_files
    Upload folder using huggingface_hub (part 11) 8 days ago
  • .gitattributes
    2.54 kB
    Upload folder using huggingface_hub (part 11) 8 days ago
  • .gitignore
    315 Bytes
    Upload folder using huggingface_hub 8 days ago
  • LICENSE
    1.09 kB
    Upload folder using huggingface_hub (part 11) 8 days ago
  • README.md
    5.78 kB
    Upload folder using huggingface_hub (part 11) 8 days ago
  • index.html
    29.4 kB
    Upload folder using huggingface_hub (part 11) 8 days ago
  • start_dev.ps1
    1.45 kB
    Upload folder using huggingface_hub (part 11) 8 days ago