Text Generation
PEFT
TensorBoard
Safetensors
PyTorch
English
trl
sft
Generated from Trainer
Eval Results (legacy)
Instructions to use Menouar/phi-2-basic-maths with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Menouar/phi-2-basic-maths with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "Menouar/phi-2-basic-maths") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
|
|
|
| 8 |
base_model: microsoft/phi-2
|
| 9 |
model-index:
|
| 10 |
- name: phi-2-basic-maths
|
|
@@ -13,7 +14,11 @@ datasets:
|
|
| 13 |
- gsm8k
|
| 14 |
source:
|
| 15 |
name: Open LLM Leaderboard
|
| 16 |
-
url:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# phi-2-basic-maths
|
|
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
+
- pytorch
|
| 9 |
base_model: microsoft/phi-2
|
| 10 |
model-index:
|
| 11 |
- name: phi-2-basic-maths
|
|
|
|
| 14 |
- gsm8k
|
| 15 |
source:
|
| 16 |
name: Open LLM Leaderboard
|
| 17 |
+
url: >-
|
| 18 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Menouar/phi-2-basic-maths
|
| 19 |
+
language:
|
| 20 |
+
- en
|
| 21 |
+
pipeline_tag: text-generation
|
| 22 |
---
|
| 23 |
|
| 24 |
# phi-2-basic-maths
|