AI SeedbankHelp preserve open and free AI for humanity's future

← All models

microsoft_phi-2

microsoft · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: mit license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE language:

  • en pipeline_tag: text-generation tags:
  • nlp
  • code

Model Summary

Phi-2 is a Transformer with 2.7 billion parameters. It was trained using the same data sources as Phi-1.5, augmented with a new data source that consists of various NLP synthetic texts and filtered websites (for safety and educational value). When assessed against benchmarks testing common sense, language understanding, and logical reasoning, Phi-2 showcased a nearly state-of-the-art performance among models with less than 13 billion parameters.

Our model hasn't been fine-tuned through reinforcement learning from human feedback. The intention behind crafting this open-source model is to provide the research community with a non-restricted small model to explore vital safety challenges, such as reducing toxicity, understanding societal biases, enhancing controllability, and more.

How to Use

Phi-2 has been integrated in the transformers version 4.37.0, please ensure that you are using a version equal or higher than it.

Phi-2 is known for having an attention overflow issue (with FP16). If you are facing this issue, please enable/disable autocast on the PhiAttention.forward() function.

Intended Uses

Given the nature of the training data, the Phi-2 model is best suited for prompts using the QA format, the chat format, and the code format.

QA Format:

You can provide the prompt as a standalone question as follows:

Write a detailed analogy between mathematics and a lighthouse.

where the model generates the text after "." . To encourage the model to write more concise answers, you can also try the following QA format using "Instruct: <prompt>\nOutput:"

Instruct: Write a detailed analogy between mathematics and a lighthouse.
Output: Mathematics is like a lighthouse. Just as a lighthouse guides ships safely to shore, mathematics provides a guiding light in the world of numbers and logic. It helps us navigate through complex problems and find solutions. Just as a lighthouse emits a steady beam of light, mathematics provides a consistent framework for reasoning and problem-solving. It illuminates the path to understanding and helps us make sense of the world around us.

where the model generates the text after "Output:".

Chat Format:

Alice: I don't know why, I'm struggling to maintain focus while studying. Any suggestions?
Bob: Well, have you tried creating a study schedule and sticking to it?
Alice: Yes, I have, but it doesn't seem to help much.
Bob: Hmm, maybe you should try studying in a quiet environment, like the library.
Alice: ...

where the model generates the text after the first "Bob:".

Code Format:

def print_prime(n):
   """
   Print all primes between 1 and n
   """
   primes = []
   for num in range(2, n+1):
       is_prime = True
       for i in range(2, int(math.sqrt(num))+1):
           if num % i == 0:
               is_prime = False
               break
       if is_prime:
           primes.append(num)
   print(primes)

where the model generates the text after the comments.

Notes:

  • Phi-2 is intended for QA, chat, and code purposes. The model-generated text/code should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing these models in their applications.

  • Direct adoption for production tasks without evaluation is out of scope of this project. As a result, the Phi-2 model has not been tested to ensure that it performs adequately for any production-level application. Please refer to the limitation sections of this document for more details.

  • If you are using transformers<4.37.0, always load the model with trust_remote_code=True to prevent side-effects.

Sample Code

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

torch.set_default_device("cuda")

model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2", torch_dtype="auto", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("microsoft/phi-2", trust_remote_code=True)

inputs = tokenizer('''def print_prime(n):
   """
   Print all primes between 1 and n
   """''', return_tensors="pt", return_attention_mask=False)

outputs = model.generate(**inputs, max_length=200)
text = tokenizer.batch_decode(outputs)[0]
print(text)

Limitations of Phi-2

  • Generate Inaccurate Code and Facts: The model may produce incorrect code snippets and statements. Users should treat these outputs as suggestions or starting points, not as definitive or accurate solutions.

  • Limited Scope for code: Majority of Phi-2 training data is based in Python and use common packages such as "typing, math, random, collections, datetime, itertools". If the model generates Python scripts that utilize other packages or scripts in other languages, we strongly recommend users manually verify all API uses.

  • Unreliable Responses to Instruction: The model has not undergone instruction fine-tuning. As a result, it may struggle or fail to adhere to intricate or nuanced instructions provided by users.

  • Language Limitations: The model is primarily designed to understand standard English. Informal English, slang, or any other languages might pose challenges to its comprehension, leading to potential misinterpretations or errors in response.

  • Potential Societal Biases: Phi-2 is not entirely free from societal biases despite efforts in assuring training data safety. There's a possibility it may generate content that mirrors these societal biases, particularly if prompted or instructed to do so. We urge users to be aware of this and to exercise caution and critical thinking when interpreting model outputs.

  • Toxicity: Despite being trained with carefully selected data, the model can still produce harmful content if explicitly prompted or instructed to do so. We chose to release the model to help the open-source community develop the most effective ways to reduce the toxicity of a model directly after pretraining.

  • Verbosity: Phi-2 being a base model often produces irrelevant or extra text and responses following its first answer to user prompts within a single turn. This is due to its training dataset being primarily textbooks, which results in textbook-like responses.

Training

Model

  • Architecture: a Transformer-based model with next-word prediction objective

  • Context length: 2048 tokens

  • Dataset size: 250B tokens, combination of NLP synthetic data created by AOAI GPT-3.5 and filtered web data from Falcon RefinedWeb and SlimPajama, which was assessed by AOAI GPT-4.

  • Training tokens: 1.4T tokens

  • GPUs: 96xA100-80G

  • Training time: 14 days

Software

  • PyTorch

  • DeepSpeed

  • Flash-Attention

License

The model is licensed under the MIT license.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

Data Summary

https://huggingface.co/microsoft/phi-2/blob/main/data_summary_card.md

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:dfb546401f0302f38ea15b72b818b5a7fe479479&dn=microsoft_phi-2

Open magnet in torrent client · infohash dfb546401f0302f38ea15b72b818b5a7fe479479

Files & hashes

PathSizesha1sha256
CODE_OF_CONDUCT.md444 B (444 B)f9ba8cf65f3e3104dd061c178066ec8247811f339daeae709a0bd71bcfd1c96dc5822ecec5210327eff929da64b0ae7f8faf1444
LICENSE1.1 KB (1,084 B)8ab7b4964d147858b89544e8ca33203237161edcfa8235e5b48faca34e3ca98cf4f694ef08bd216d28b58071a1f85b1d50cb814d
NOTICE.md1.7 KB (1,772 B)ee58e836b8cb628406447bae6b6b75a0fa5531436ac541192c253d21cd16a597ce69c515868e031db3f32f75d996b993b5aca216
README.md7.7 KB (7,884 B)32a070960451bb5090520737bded0e179b926d587b7032289b8c9ee247860f210c6ed5c06704403bfdf5487164cd1669c0aaf04f
SECURITY.md2.6 KB (2,656 B)b3c89efc852e22f71eabf5dfbc6ac62493425eb67b6976eec43edfa68b79a459dd089c56b7a395916dbf1a01bd11e6d86e12128f
added_tokens.json1.1 KB (1,080 B)7debb4784a7d53328d4d021fc46314bec4af3833eca8e90d1be6af3afeb1a37f070f9492645c551a9fb2e1ce2a4a8b21f04ffc8b
config.json735 B (735 B)011968cc02a5cca9fd46ecd994fc961e6906c0bdfbd955b298fdbd35fb81b3350a0d68d12616da7b7e9d81397ef632038ccc1111
data_summary_card.md3.8 KB (3,887 B)8d5ad4504624566754e8c91007faf058afaddec4a12a5d701ee9e71bc1dde42e53c0e82842f38a6ecbebd595e3c72048c9fb499f
generation_config.json124 B (124 B)cf4ba0e4ebd236033b404876c972eac1be74b969ff2cfaa2f4c36c6ef17614096093e3b49c9efe6ddfd6cf20a50de5104ee2d1ed
merges.txt445.6 KB (456,318 B)226b0752cac7789c48f0cb3ec53eda48b7be36cc1ce1664773c50f3e0cc8842619a93edc4624525b728b188a9e0be33b7726adc5
model-00001-of-00002.safetensors4.65 GB (4,995,584,424 B)2dbbd0fdf39c3d9375c7d7c0bb0d9d5c4579963a7fbcdefa72edf7527bf5da40535b57d9f5bd3d16829b94a9d25d2b457df62e84
model-00002-of-00002.safetensors537.7 MB (563,832,976 B)40114d96a9d2a2be21a5703f514fb60cbb24ef2417b98759e4b7953cbcf63ec49be7edbc9b863b57c207d84a52f5d2f5bcfcf6b4
model.safetensors.index.json34.9 KB (35,716 B)fd9e856cfa23cd4bd5122f982feba515d23260a50c77ac4c30d55a7ef763fd224cbc0073c0d808562fa682ba439265c2f3fea730
special_tokens_map.json99 B (99 B)0204ed10c186a4c7c68f55dff8f26087a45898d66f50ab5a5a509a1c309d6171f339b196a900dc9c99ad0408ff23bb615fdae7ad
tokenizer.json2.0 MB (2,114,924 B)c1148447551675ea739c440ee3e247df9f354d8f337da36be7a71a6e88aa9148967a7bc8736f4b47c7de8e19ba92b89e80734cfc
tokenizer_config.json7.2 KB (7,339 B)5145e0895f2fe7f1ccb3eb9da69ec74ec9c680db1906c7514a738bd743a05d7d95c8e9aeddb4d8c9ffdda4fb6ee05653fb6b97c4
vocab.json779.4 KB (798,156 B)84ef7fb594b5c0979e48bdeddb60a0adef33df0b3ba3c3109ff33976c4bd966589c11ee14fcaa1f4c9e5e154c2ed7f99d80709e7

Cite this release

Canonical URL
https://aiseedbank.org/models/microsoft_phi-2/
Slug
microsoft_phi-2
Infohash
dfb546401f0302f38ea15b72b818b5a7fe479479
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: microsoft_phi-2.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorymicrosoft/phi-2
Revision (pinned)810d367871c1d460086d9f82db8696f2e0a0fcd0
Fetched at2026-09-04T02:45:15Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T02:46:19Z

mit5.18 GB (5,562,849,618 bytes)transformerssafetensorsphitext-generationnlpcodetext-generation-inferenceendpoints_compatible1 language (en)