Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Neuroscience Fine-tuned Phi-2 Model
|
| 2 |
|
| 3 |
This is a Gradio app to interact with a neuroscience-specific fine-tuned version of Microsoft's Phi-2 model.
|
|
@@ -28,4 +39,6 @@ This Gradio interface allows you to:
|
|
| 28 |
|
| 29 |
## Model Repository
|
| 30 |
|
| 31 |
-
The model weights are available at [alaamostafa/Microsoft-Phi-2](https://huggingface.co/alaamostafa/Microsoft-Phi-2)
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Microsoft Phi-2 Neuroscience
|
| 3 |
+
emoji: π§
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.50.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Neuroscience Fine-tuned Phi-2 Model
|
| 13 |
|
| 14 |
This is a Gradio app to interact with a neuroscience-specific fine-tuned version of Microsoft's Phi-2 model.
|
|
|
|
| 39 |
|
| 40 |
## Model Repository
|
| 41 |
|
| 42 |
+
The model weights are available at [alaamostafa/Microsoft-Phi-2](https://huggingface.co/alaamostafa/Microsoft-Phi-2)
|
| 43 |
+
|
| 44 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|