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

LucyUisDead
/
my_nlp03_model

Question Answering
Transformers
Safetensors
albert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use LucyUisDead/my_nlp03_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="LucyUisDead/my_nlp03_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("LucyUisDead/my_nlp03_model")
    model = AutoModelForQuestionAnswering.from_pretrained("LucyUisDead/my_nlp03_model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my_nlp03_model
62.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
LucyUisDead's picture
LucyUisDead
Training complete
dece9b5 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.21 kB
    Training complete over 1 year ago
  • config.json
    819 Bytes
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    62 MB
    xet
    Training in progress, epoch 3 over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    439 kB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    1.3 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.txt
    110 kB
    Training in progress, epoch 1 over 1 year ago