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

  • Log In
  • Sign Up

bgk
/
lodosalberttr

Token Classification
Transformers
PyTorch
albert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use bgk/lodosalberttr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="bgk/lodosalberttr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bgk/lodosalberttr")
    model = AutoModelForTokenClassification.from_pretrained("bgk/lodosalberttr")
  • Notebooks
  • Google Colab
  • Kaggle
lodosalberttr
46.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bgk's picture
bgk
Upload 8 files
12f0d75 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    1.83 kB
    Upload 8 files about 3 years ago
  • eval_results.txt
    977 Bytes
    Upload 8 files about 3 years ago
  • model_args.json
    2.71 kB
    Upload 8 files about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    45.5 MB
    xet
    Upload 8 files about 3 years ago
  • special_tokens_map.json
    173 Bytes
    Upload 8 files about 3 years ago
  • spiece.model
    863 kB
    xet
    Upload 8 files about 3 years ago
  • tokenizer_config.json
    660 Bytes
    Upload 8 files about 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.NERArgs"

    How to fix it?

    3.32 kB
    xet
    Upload 8 files about 3 years ago