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

Ahmedalla
/
LLMv3_FUNSD_FineTuned_1000steps

Token Classification
Transformers
Safetensors
layoutlmv3
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Ahmedalla/LLMv3_FUNSD_FineTuned_1000steps with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Ahmedalla/LLMv3_FUNSD_FineTuned_1000steps")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("Ahmedalla/LLMv3_FUNSD_FineTuned_1000steps")
    model = AutoModelForTokenClassification.from_pretrained("Ahmedalla/LLMv3_FUNSD_FineTuned_1000steps", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LLMv3_FUNSD_FineTuned_1000steps
1.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Ahmedalla's picture
Ahmedalla
Upload 6 files
37be092 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload LayoutLMv3ForTokenClassification about 2 years ago
  • config.json
    1.36 kB
    Upload LayoutLMv3ForTokenClassification about 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer about 2 years ago
  • model.safetensors
    501 MB
    xet
    Upload LayoutLMv3ForTokenClassification about 2 years ago
  • optimizer.pt
    1 GB
    xet
    Upload 6 files about 2 years ago
  • preprocessor_config.json
    444 Bytes
    Upload 6 files about 2 years ago
  • rng_state.pth
    14.2 kB
    xet
    Upload 6 files about 2 years ago
  • scheduler.pt
    1.06 kB
    xet
    Upload 6 files about 2 years ago
  • special_tokens_map.json
    957 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.7 kB
    Upload tokenizer about 2 years ago
  • trainer_state.json
    4.82 kB
    Upload 6 files about 2 years ago
  • training_args.bin
    5.18 kB
    xet
    Upload 6 files about 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer about 2 years ago