Instructions to use KameronB/sitcc-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KameronB/sitcc-roberta with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForRegression tokenizer = AutoTokenizer.from_pretrained("KameronB/sitcc-roberta") model = RobertaForRegression.from_pretrained("KameronB/sitcc-roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update to new model trained on 9k sentences
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498669678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6a2b55d4d24f8dc9f6fffb92e1f9565ea2eb58965d89ee343a2ceaa5d9e821a
|
| 3 |
size 498669678
|