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

LuoYiSULIXAY
/
laonlp-enhanced-update

Feature Extraction
Transformers
Lao
Model card Files Files and versions
xet
Community

Instructions to use LuoYiSULIXAY/laonlp-enhanced-update with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LuoYiSULIXAY/laonlp-enhanced-update with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="LuoYiSULIXAY/laonlp-enhanced-update")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LuoYiSULIXAY/laonlp-enhanced-update", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
laonlp-enhanced-update
1.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
LuoYiSULIXAY's picture
LuoYiSULIXAY
Fix: add an update of bpe_tokenizer and special tokens
c27d02b verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.03 kB
    Update README.md 9 months ago
  • special_tokens_map.json
    170 Bytes
    Fix: add bpe_tokenizer and special tokens 9 months ago
  • tokenizer.json
    1.79 MB
    Fix: add an update of bpe_tokenizer and special tokens 9 months ago
  • tokenizer_config.json
    1.54 kB
    Fix: add bpe_tokenizer and special tokens 9 months ago