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

shravanm
/
CS633_LLaMa2_7B

Question Answering
AllenNLP
English
translation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • AllenNLP

    How to use shravanm/CS633_LLaMa2_7B with AllenNLP:

    import allennlp_models
    from allennlp.predictors.predictor import Predictor
    
    predictor = Predictor.from_path("hf://shravanm/CS633_LLaMa2_7B")
    predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"}
    predictions = predictor.predict_json(predictor_input)
  • Notebooks
  • Google Colab
  • Kaggle
CS633_LLaMa2_7B
4.08 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
Shravan Motipally
removing gguf and adding relevant ggml model file
6368c53 over 2 years ago
  • .gitattributes
    1.52 kB
    Add llama 2 model over 2 years ago
  • README.md
    145 Bytes
    Update README.md almost 3 years ago
  • llama-2-7b-chat.ggmlv3.q4_K_M.bin
    4.08 GB
    xet
    removing gguf and adding relevant ggml model file over 2 years ago