Instructions to use UAlbertaUAIS/Chelberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use UAlbertaUAIS/Chelberta with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("cardiffnlp/twitter-roberta-base-sentiment-latest") model = PeftModel.from_pretrained(base_model, "UAlbertaUAIS/Chelberta") - Notebooks
- Google Colab
- Kaggle
Upload chelberta.zip
Browse files- chelberta.zip +3 -0
chelberta.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79025339361c51f34be75c0860d98a4a8d92c417f29f0654a928fecc2f51cdc6
|
| 3 |
+
size 2609858
|