Instructions to use Yale-LILY/a3cu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yale-LILY/a3cu with Transformers:
# Load model directly from transformers import AutoTokenizer, BertClassifier tokenizer = AutoTokenizer.from_pretrained("Yale-LILY/a3cu") model = BertClassifier.from_pretrained("Yale-LILY/a3cu") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "./cache/23-02-07-45/best_model",
|
| 3 |
"architectures": [
|
| 4 |
"BertClassifier"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertClassifier"
|
| 4 |
],
|