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

EvoLenTokenizer
/
base-100k

Feature Extraction
Transformers
Safetensors
bert
fill-mask
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use EvoLenTokenizer/base-100k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EvoLenTokenizer/base-100k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="EvoLenTokenizer/base-100k")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("EvoLenTokenizer/base-100k")
    model = AutoModelForMaskedLM.from_pretrained("EvoLenTokenizer/base-100k", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
base-100k
360 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
nancyH's picture
nancyH
nielsr's picture
nielsr HF Staff
Improve model card with metadata and links (#1)
6337c73 5 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • 04.pretrain.sh
    1.92 kB
    final pretrained checkpoint at step 100000 about 1 month ago
  • README.md
    2.51 kB
    Improve model card with metadata and links (#1) 5 days ago
  • all_results.json
    472 Bytes
    final pretrained checkpoint at step 100000 about 1 month ago
  • config.json
    609 Bytes
    final pretrained checkpoint at step 100000 about 1 month ago
  • eval_results.json
    295 Bytes
    final pretrained checkpoint at step 100000 about 1 month ago
  • generation_config.json
    111 Bytes
    final pretrained checkpoint at step 100000 about 1 month ago
  • model.safetensors
    360 MB
    xet
    final pretrained checkpoint at step 100000 about 1 month ago
  • train_results.json
    199 Bytes
    final pretrained checkpoint at step 100000 about 1 month ago
  • trainer_state.json
    12.8 kB
    final pretrained checkpoint at step 100000 about 1 month ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    5.07 kB
    xet
    final pretrained checkpoint at step 100000 about 1 month ago