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 12000
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:17f63f9843eaf3beb9ae915563be0f290a521fb47a35cf011cba019f1a41a84c
|
| 3 |
size 3555504
|