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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dmody1
/
NER-telecom

PEFT
PyTorch
llama
Model card Files Files and versions
xet
Community

Instructions to use dmody1/NER-telecom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dmody1/NER-telecom with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "dmody1/NER-telecom")
  • Notebooks
  • Google Colab
  • Kaggle
NER-telecom
13.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
dmody1's picture
dmody1
Upload README.md with huggingface_hub
030a300 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    434 Bytes
    Upload README.md with huggingface_hub over 2 years ago
  • adapter_config.json
    452 Bytes
    Upload adapter_config.json with huggingface_hub over 2 years ago
  • adapter_model.bin
    16.8 MB
    xet
    Upload adapter_model.bin with huggingface_hub over 2 years ago
  • config.json
    632 Bytes
    Upload config.json with huggingface_hub over 2 years ago
  • generation_config.json
    174 Bytes
    Upload generation_config.json with huggingface_hub over 2 years ago
  • pytorch_model-00001-of-00002.bin
    9.98 GB
    xet
    Upload pytorch_model-00001-of-00002.bin with huggingface_hub over 2 years ago
  • pytorch_model-00002-of-00002.bin
    3.5 GB
    xet
    Upload pytorch_model-00002-of-00002.bin with huggingface_hub over 2 years ago
  • pytorch_model.bin.index.json
    26.8 kB
    Upload pytorch_model.bin.index.json with huggingface_hub over 2 years ago
  • special_tokens_map.json
    434 Bytes
    Upload special_tokens_map.json with huggingface_hub over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer.json with huggingface_hub over 2 years ago
  • tokenizer_config.json
    695 Bytes
    Upload tokenizer_config.json with huggingface_hub over 2 years ago