Instructions to use azherali/CodeGenDetect-Unixcoder_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use azherali/CodeGenDetect-Unixcoder_Lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/unixcoder-base") model = PeftModel.from_pretrained(base_model, "azherali/CodeGenDetect-Unixcoder_Lora") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 16000
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3555504
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aca8141edb0d3ae52c87d3b6e7d49b62d88848b6c9e53b52a63e02409cc9043
|
| 3 |
size 3555504
|