Instructions to use dbg-adapter/obscur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dbg-adapter/obscur with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("gguichard/camembert-large-resaved") model = PeftModel.from_pretrained(base_model, "dbg-adapter/obscur") - Notebooks
- Google Colab
- Kaggle
Upload word_to_indice.pickle with huggingface_hub
Browse files- word_to_indice.pickle +3 -0
word_to_indice.pickle
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c647e2c1e71d7b4f10bd54f9fcbf586822df938b0c98a96f2a8e9a0111a11660
|
| 3 |
+
size 46
|