Instructions to use devesh-2002/classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use devesh-2002/classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "devesh-2002/classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27b07fd3c573aeb7bdd7b285014d5dd68c2bd4a216887079ef0fc15d1f6a7dcc
|
| 3 |
size 5112
|