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

kwandain
/
my_first_model

Feature Extraction
Transformers
Safetensors
bert
first
model
pretrained
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use kwandain/my_first_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kwandain/my_first_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("kwandain/my_first_model")
    model = AutoModel.from_pretrained("kwandain/my_first_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_first_model
433 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kwandain's picture
kwandain
Update README.md
93a8000 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5 kB
    Update README.md 2 months ago
  • config.json
    745 Bytes
    Upload model 2 months ago
  • model.safetensors
    433 MB
    xet
    Upload model 2 months ago