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 8000
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:ea9e2b9a94afe911a1ffd8990f200d406089d21df0d9a8b6f6a7a9d602283f5b
|
| 3 |
size 3555504
|