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

knowledgator
/
Qwen-encoder-0.5B

Question Answering
Transformers
Safetensors
English
qwen2
text-generation
LLM2Vec
encoder
LLM
classification
NER
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use knowledgator/Qwen-encoder-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use knowledgator/Qwen-encoder-0.5B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="knowledgator/Qwen-encoder-0.5B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("knowledgator/Qwen-encoder-0.5B")
    model = AutoModelForCausalLM.from_pretrained("knowledgator/Qwen-encoder-0.5B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen-encoder-0.5B
1.99 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Ihor's picture
Ihor
Update README.md
bfe4312 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.45 kB
    Update README.md almost 2 years ago
  • added_tokens.json
    80 Bytes
    Upload tokenizer almost 2 years ago
  • config.json
    755 Bytes
    Upload Qwen2ForCausalLM almost 2 years ago
  • generation_config.json
    121 Bytes
    Upload Qwen2ForCausalLM almost 2 years ago
  • merges.txt
    1.67 MB
    Upload tokenizer almost 2 years ago
  • model.safetensors
    1.98 GB
    xet
    Upload Qwen2ForCausalLM almost 2 years ago
  • special_tokens_map.json
    391 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    7.03 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.49 kB
    Upload tokenizer almost 2 years ago
  • vocab.json
    2.78 MB
    Upload tokenizer almost 2 years ago