Instructions to use webbigdata/C3TR-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use webbigdata/C3TR-Adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-9b-it-bnb-4bit") model = PeftModel.from_pretrained(base_model, "webbigdata/C3TR-Adapter") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -102,6 +102,9 @@ As an experiment, subculture context can be specified when translating for infor
|
|
| 102 |
eg:
|
| 103 |
Translate English to Japanese within the context of subculture.
|
| 104 |
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
## 留意事項 Attention
|
| 107 |
|
|
|
|
| 102 |
eg:
|
| 103 |
Translate English to Japanese within the context of subculture.
|
| 104 |
|
| 105 |
+

|
| 106 |
+
|
| 107 |
+
|
| 108 |
|
| 109 |
## 留意事項 Attention
|
| 110 |
|