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

  • Log In
  • Sign Up

AlexHung29629
/
test_model

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

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

  • Libraries
  • Transformers

    How to use AlexHung29629/test_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AlexHung29629/test_model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("AlexHung29629/test_model", trust_remote_code=True)
    model = AutoModel.from_pretrained("AlexHung29629/test_model", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
test_model
2.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
AlexHT_Hung
update
999cbf8 over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload model over 1 year ago
  • __init__.py
    0 Bytes
    update over 1 year ago
  • config.json
    991 Bytes
    update over 1 year ago
  • model.safetensors
    2.47 GB
    xet
    Upload model over 1 year ago
  • modeling_janus.py
    52.8 kB
    remove causal mask over 1 year ago
  • special_tokens_map.json
    296 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    54.5 kB
    Upload tokenizer over 1 year ago