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

yusiwen
/
dl-from-scratch

PyTorch
English
deep-learning
resnet
celebA
from-scratch
Model card Files Files and versions
xet
Community
dl-from-scratch / nlp /bert
40.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
yusiwen's picture
yusiwen
refactor: restructure into domain-grounded directories (ml/ cv/ gen/ graph/ rl/ nlp/)
73526b1 unverified about 1 month ago
  • __init__.py
    158 Bytes
    feat: add BERT (Transformer Encoder + MLM) for NLP about 1 month ago
  • bert.ipynb
    9.7 kB
    refactor: restructure into domain-grounded directories (ml/ cv/ gen/ graph/ rl/ nlp/) about 1 month ago
  • config.yaml
    149 Bytes
    infra: add config system, TensorBoard logging, and reproducibility seed about 1 month ago
  • eval.py
    3.82 kB
    refactor: extract device detection to utils/device.py (CUDA→MPS→CPU) about 1 month ago
  • finetune.py
    4.92 kB
    refactor: extract device detection to utils/device.py (CUDA→MPS→CPU) about 1 month ago
  • model.py
    14.9 kB
    feat: add BERT (Transformer Encoder + MLM) for NLP about 1 month ago
  • pretrain.py
    4.57 kB
    refactor: extract device detection to utils/device.py (CUDA→MPS→CPU) about 1 month ago
  • tokenizer.py
    2.7 kB
    feat: add BERT (Transformer Encoder + MLM) for NLP about 1 month ago