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

  • 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 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    5 kB
    Update README.md 4 days ago
  • config.json
    745 Bytes
    Upload model 4 days ago
  • model.safetensors
    433 MB
    xet
    Upload model 4 days ago