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

  • Log In
  • Sign Up

Mxode
/
NanoExperiment-Models

Translation
Transformers
Safetensors
English
Chinese
Model card Files Files and versions
xet
Community

Instructions to use Mxode/NanoExperiment-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Mxode/NanoExperiment-Models with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="Mxode/NanoExperiment-Models")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Mxode/NanoExperiment-Models", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NanoExperiment-Models / saves-phi
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Mxode's picture
Mxode
upload
f6519b4 over 1 year ago
  • checkpoint-9480
    upload over 1 year ago
  • config.json
    678 Bytes
    upload over 1 year ago
  • generation_config.json
    111 Bytes
    upload over 1 year ago
  • model.safetensors
    7.85 MB
    xet
    upload over 1 year ago
  • result.log
    145 Bytes
    upload over 1 year ago
  • special_tokens_map.json
    438 Bytes
    upload over 1 year ago
  • tokenizer.json
    71.8 kB
    upload over 1 year ago
  • tokenizer_config.json
    1.18 kB
    upload over 1 year ago