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

  • Log In
  • Sign Up

peterpeter8585
/
llama3_1

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

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

  • Libraries
  • Transformers

    How to use peterpeter8585/llama3_1 with Transformers:

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