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

HacksHaven
/
phi-2-science-on-a-sphere

Question Answering
Transformers
Safetensors
English
phi
text-generation
phi2
lora
science-on-a-sphere
sos
earth-science
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use HacksHaven/phi-2-science-on-a-sphere with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HacksHaven/phi-2-science-on-a-sphere with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="HacksHaven/phi-2-science-on-a-sphere")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("HacksHaven/phi-2-science-on-a-sphere")
    model = AutoModelForCausalLM.from_pretrained("HacksHaven/phi-2-science-on-a-sphere")
  • Notebooks
  • Google Colab
  • Kaggle
phi-2-science-on-a-sphere
5.56 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Eric Hackathorn
updated model card
3947ba8 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    10.8 kB
    updated model card about 1 year ago
  • added_tokens.json
    1.08 kB
    initial upload of model about 1 year ago
  • config.json
    698 Bytes
    initial upload of model about 1 year ago
  • generation_config.json
    119 Bytes
    initial upload of model about 1 year ago
  • merges.txt
    456 kB
    initial upload of model about 1 year ago
  • model-00001-of-00002.safetensors
    5 GB
    xet
    initial upload of model about 1 year ago
  • model-00002-of-00002.safetensors
    564 MB
    xet
    initial upload of model about 1 year ago
  • model.safetensors.index.json
    35.7 kB
    initial upload of model about 1 year ago
  • special_tokens_map.json
    441 Bytes
    initial upload of model about 1 year ago
  • tokenizer.json
    3.56 MB
    initial upload of model about 1 year ago
  • tokenizer_config.json
    7.4 kB
    initial upload of model about 1 year ago
  • vocab.json
    798 kB
    initial upload of model about 1 year ago