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

quidangz
/
LLamaEE-8B-Instruct-ZeroShot

Token Classification
Transformers
Safetensors
English
llama
text-generation
transformer
classification
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use quidangz/LLamaEE-8B-Instruct-ZeroShot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use quidangz/LLamaEE-8B-Instruct-ZeroShot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="quidangz/LLamaEE-8B-Instruct-ZeroShot")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("quidangz/LLamaEE-8B-Instruct-ZeroShot")
    model = AutoModelForCausalLM.from_pretrained("quidangz/LLamaEE-8B-Instruct-ZeroShot")
  • Notebooks
  • Google Colab
  • Kaggle
LLamaEE-8B-Instruct-ZeroShot
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits

This model has 3 files scanned as unsafe.

quidangz's picture
quidangz
Update README.md
7259654 verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 11 months ago
  • README.md
    2.47 kB
    Update README.md 11 months ago
  • config.json
    891 Bytes
    Upload LlamaForCausalLM 11 months ago
  • generation_config.json
    234 Bytes
    Upload LlamaForCausalLM 11 months ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Upload LlamaForCausalLM 11 months ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Upload LlamaForCausalLM 11 months ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Upload LlamaForCausalLM 11 months ago
  • model-00004-of-00004.safetensors
    1.17 GB
    xet
    Upload LlamaForCausalLM 11 months ago
  • model.safetensors.index.json
    24 kB
    Upload LlamaForCausalLM 11 months ago
  • special_tokens_map.json
    454 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    55.5 kB
    Upload tokenizer 11 months ago