Instructions to use NikoK/roberta-large-lora-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NikoK/roberta-large-lora-token-classification with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("roberta-large") model = PeftModel.from_pretrained(base_model, "NikoK/roberta-large-lora-token-classification") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- README.md +7 -0
- adapter_model.safetensors +2 -2
README.md
CHANGED
|
@@ -205,4 +205,11 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 205 |
### Framework versions
|
| 206 |
|
| 207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
- PEFT 0.6.2
|
|
|
|
| 205 |
### Framework versions
|
| 206 |
|
| 207 |
|
| 208 |
+
- PEFT 0.6.2
|
| 209 |
+
## Training procedure
|
| 210 |
+
|
| 211 |
+
|
| 212 |
+
### Framework versions
|
| 213 |
+
|
| 214 |
+
|
| 215 |
- PEFT 0.6.2
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e0fac9bc970cc2b27a328b1b556daf4740cc92dbdd2d30f407a9e58caa1cbfb
|
| 3 |
+
size 7470188
|