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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NbAiLabArchive
/
test_w7

Fill-Mask
Transformers
JAX
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use NbAiLabArchive/test_w7 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="NbAiLabArchive/test_w7")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("NbAiLabArchive/test_w7")
    model = AutoModelForMaskedLM.from_pretrained("NbAiLabArchive/test_w7")
  • Notebooks
  • Google Colab
  • Kaggle
test_w7
503 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
pere's picture
pere
Saving weights and logs of step 25000
df5ca62 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    49 Bytes
    first push over 4 years ago
  • config.json
    702 Bytes
    Saving weights and logs of step 5000 over 4 years ago
  • create_config.py
    163 Bytes
    first push over 4 years ago
  • events.out.tfevents.1638906556.t1v-n-1a0a7c50-w-0.489880.0.v2
    1.39 MB
    xet
    Saving weights and logs of step 50000 over 4 years ago
  • events.out.tfevents.1639565282.t1v-n-4e27a527-w-0.1048792.0.v2
    882 kB
    xet
    Saving weights and logs of step 25000 over 4 years ago
  • flax_model.msgpack
    499 MB
    xet
    Saving weights and logs of step 25000 over 4 years ago
  • generate_pytorch_model.py
    256 Bytes
    first push over 4 years ago
  • run_mlm_flax.py
    29.6 kB
    first push over 4 years ago
  • run_mlm_flax_stream.py
    26.8 kB
    first push over 4 years ago
  • run_test.sh
    714 Bytes
    Saving weights and logs of step 5000 over 4 years ago
  • run_w7.sh
    735 Bytes
    Saving weights and logs of step 5000 over 4 years ago
  • tokenizer.json
    1.39 MB
    first push over 4 years ago
  • train_tokenizer.py
    820 Bytes
    first push over 4 years ago