Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

damilojohn
/
AfroLid

Feature Extraction
Transformers
PyTorch
afrolid
custom_code
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use damilojohn/AfroLid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="damilojohn/AfroLid", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("damilojohn/AfroLid", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AfroLid
1.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
damilojohn's picture
damilojohn
Update config.json
43f5f1a verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload AfroLid over 1 year ago
  • config.json
    1.01 kB
    Update config.json about 1 year ago
  • configuration_afrolid.py
    2.74 kB
    Upload 2 files about 1 year ago
  • modelling_afrolid.py
    111 kB
    Upload 2 files about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.33 GB
    xet
    Upload AfroLid over 1 year ago