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

  • Log In
  • Sign Up

HyeonSang
/
test

Feature Extraction
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use HyeonSang/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="HyeonSang/test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("HyeonSang/test")
    model = AutoModel.from_pretrained("HyeonSang/test")
  • Notebooks
  • Google Colab
  • Kaggle
test
369 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
370cb03 almost 5 years ago
  • .gitattributes
    782 Bytes
    allow flax almost 5 years ago
  • config.json
    499 Bytes
    commit from HyeonSangJeon about 5 years ago
  • special_tokens_map.json
    112 Bytes
    commit from HyeonSangJeon about 5 years ago
  • tf_model.h5
    369 MB
    xet
    commit from HyeonSangJeon about 5 years ago
  • tokenizer_78b3253a26.model
    371 kB
    xet
    commit from HyeonSangJeon about 5 years ago
  • tokenizer_config.json
    172 Bytes
    commit from HyeonSangJeon about 5 years ago
  • vocab.txt
    69.8 kB
    commit from HyeonSangJeon about 5 years ago