Instructions to use sinanyuksel/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sinanyuksel/test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sinanyuksel/test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sinanyuksel/test") model = AutoModelForSequenceClassification.from_pretrained("sinanyuksel/test") - Notebooks
- Google Colab
- Kaggle
Commit ·
f7f42f5
1
Parent(s): a03d79b
Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "dbmdz/bert-base-turkish-cased",
|
|
|
|
|
|
|
|
|
|
| 3 |
"activation": "gelu",
|
| 4 |
"attention_probs_dropout_prob": 0.1,
|
| 5 |
"hidden_act": "gelu",
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "dbmdz/bert-base-turkish-cased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
"activation": "gelu",
|
| 7 |
"attention_probs_dropout_prob": 0.1,
|
| 8 |
"hidden_act": "gelu",
|