Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
microsoft
/
phi-1
like
211
Follow
Microsoft
10.8k
Text Generation
Transformers
Safetensors
English
phi
code
text-generation-inference
arxiv:
2306.11644
License:
mit
Model card
Files
Files and versions
Community
13
Train
Deploy
Use this model
gugarosa
commited on
Dec 13, 2023
Commit
e8a38cd
·
1 Parent(s):
f4e55a8
Disables inference API to prevent mismatch with HF implementation.
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -1,8 +1,8 @@
1
---
2
license: other
3
language:
4
- en
5
-
pipeline_tag: text-generation
6
tags:
7
- code
8
---
1
---
2
+
inference: false
3
license: other
4
language:
5
- en
6
tags:
7
- code
8
---