Instructions to use DIA-MVP/phi3-mini-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DIA-MVP/phi3-mini-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DIA-MVP/phi3-mini-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags: []
|
| 4 |
+
dia_report:
|
| 5 |
+
scope: incremental
|
| 6 |
+
lineage:
|
| 7 |
+
- model: microsoft/Phi-3-mini-4k-instruct
|
| 8 |
+
relation: lora
|
| 9 |
+
compute:
|
| 10 |
+
hardware:
|
| 11 |
+
gpu: NVIDIA A40
|
| 12 |
+
count: 1
|
| 13 |
+
duration_gpu_hours: 0.3624
|
| 14 |
+
footprint:
|
| 15 |
+
energy_kwh:
|
| 16 |
+
value: 0.0837
|
| 17 |
+
quality: estimated-from-hardware
|
| 18 |
+
carbon_kgco2eq:
|
| 19 |
+
value: 0.0025
|
| 20 |
+
quality: estimated-from-region
|
| 21 |
+
water_liters:
|
| 22 |
+
value:
|
| 23 |
+
- 0.151
|
| 24 |
+
- 0.335
|
| 25 |
+
quality: estimated-from-default-wue
|
| 26 |
+
context:
|
| 27 |
+
region: ca-on
|
| 28 |
+
carbon_intensity: 0.03
|
| 29 |
+
wue_l_per_kwh:
|
| 30 |
+
- 1.8
|
| 31 |
+
- 4.0
|
| 32 |
+
tool: dia-track-estimate
|
| 33 |
+
dia_version: '0.1'
|
| 34 |
---
|
| 35 |
|
| 36 |
# Model Card for Model ID
|