zamalali
commited on
Commit
·
b3a319b
1
Parent(s):
c1b850d
Sync README.md with university remote
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ This model uses **adapter-based inference**, not a full model. Use `peft` to att
|
|
| 68 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
| 69 |
from peft import PeftModel, PeftConfig
|
| 70 |
|
| 71 |
-
model_id = "
|
| 72 |
|
| 73 |
# Define label mappings
|
| 74 |
label_names = ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC"]
|
|
|
|
| 68 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
| 69 |
from peft import PeftModel, PeftConfig
|
| 70 |
|
| 71 |
+
model_id = "fau/GermaNER"
|
| 72 |
|
| 73 |
# Define label mappings
|
| 74 |
label_names = ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC"]
|