Instructions to use Surabhi-K/phi3_15epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Surabhi-K/phi3_15epochs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "Surabhi-K/phi3_15epochs") - Notebooks
- Google Colab
- Kaggle
| { | |
| "os": "Linux-5.15.133+-x86_64-with-glibc2.31", | |
| "python": "3.10.13", | |
| "heartbeatAt": "2024-04-29T15:31:18.145699", | |
| "startedAt": "2024-04-29T15:31:17.258763", | |
| "docker": null, | |
| "cuda": null, | |
| "args": [], | |
| "state": "running", | |
| "program": "kaggle.ipynb", | |
| "codePathLocal": null, | |
| "root": "/kaggle/working", | |
| "host": "521511c36b08", | |
| "username": "root", | |
| "executable": "/opt/conda/bin/python3.10", | |
| "cpu_count": 2, | |
| "cpu_count_logical": 4, | |
| "cpu_freq": { | |
| "current": 2000.2, | |
| "min": 0.0, | |
| "max": 0.0 | |
| }, | |
| "cpu_freq_per_core": [ | |
| { | |
| "current": 2000.2, | |
| "min": 0.0, | |
| "max": 0.0 | |
| }, | |
| { | |
| "current": 2000.2, | |
| "min": 0.0, | |
| "max": 0.0 | |
| }, | |
| { | |
| "current": 2000.2, | |
| "min": 0.0, | |
| "max": 0.0 | |
| }, | |
| { | |
| "current": 2000.2, | |
| "min": 0.0, | |
| "max": 0.0 | |
| } | |
| ], | |
| "disk": { | |
| "/": { | |
| "total": 8062.387607574463, | |
| "used": 5605.14933013916 | |
| } | |
| }, | |
| "gpu": "Tesla T4", | |
| "gpu_count": 2, | |
| "gpu_devices": [ | |
| { | |
| "name": "Tesla T4", | |
| "memory_total": 16106127360 | |
| }, | |
| { | |
| "name": "Tesla T4", | |
| "memory_total": 16106127360 | |
| } | |
| ], | |
| "memory": { | |
| "total": 31.35755157470703 | |
| } | |
| } | |