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

peterpeter8585
/
syai4.6

Feature Extraction
Transformers
Safetensors
llama
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use peterpeter8585/syai4.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use peterpeter8585/syai4.6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="peterpeter8585/syai4.6")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("peterpeter8585/syai4.6")
    model = AutoModel.from_pretrained("peterpeter8585/syai4.6")
  • Notebooks
  • Google Colab
  • Kaggle
syai4.6
4.96 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
peterpeter8585's picture
peterpeter8585
Update config.json
8fc6f50 verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 year ago
  • README.md
    5.17 kB
    Upload model about 1 year ago
  • config.json
    886 Bytes
    Update config.json about 1 year ago
  • model.safetensors
    4.94 GB
    xet
    Upload model about 1 year ago
  • special_tokens_map.json
    436 Bytes
    Update special_tokens_map.json about 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    54.6 kB
    Upload tokenizer about 1 year ago