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

tringuyen-uit
/
abcd

Question Answering
Transformers
TensorBoard
Safetensors
t5
Generated from Trainer
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tringuyen-uit/abcd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tringuyen-uit/abcd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="tringuyen-uit/abcd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("tringuyen-uit/abcd")
    model = AutoModelForQuestionAnswering.from_pretrained("tringuyen-uit/abcd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
abcd / runs
29.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
tringuyen-uit's picture
tringuyen-uit
End of training
4ad51b6 verified about 2 years ago
  • May27_09-45-53_0283d4997da0
    Training in progress, epoch 5 about 2 years ago
  • May27_16-15-42_731218b86703
    End of training about 2 years ago
  • May27_20-51-23_d6c22e2d9f90
    End of training about 2 years ago
  • May28_01-49-17_d265e390a061
    End of training about 2 years ago