Instructions to use nluai/test_format3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nluai/test_format3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vinai/PhoGPT-4B-Chat") model = PeftModel.from_pretrained(base_model, "nluai/test_format3") - Notebooks
- Google Colab
- Kaggle
Upload scheduler.pt with huggingface_hub
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91a29881c5ce7e6759818a58ba3f9727a743024c676a89734108c8db66e8d824
|
| 3 |
+
size 1064
|