Instructions to use chanmuzi/push_test_gemini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chanmuzi/push_test_gemini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chanmuzi/push_test_gemini")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chanmuzi/push_test_gemini") model = AutoModelForSequenceClassification.from_pretrained("chanmuzi/push_test_gemini") - Notebooks
- Google Colab
- Kaggle
test
Browse files- config.json +1 -0
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
| 30 |
"n_layers": 6,
|
| 31 |
"output_past": true,
|
| 32 |
"pad_token_id": 0,
|
|
|
|
| 33 |
"qa_dropout": 0.1,
|
| 34 |
"seq_classif_dropout": 0.2,
|
| 35 |
"sinusoidal_pos_embds": false,
|
|
|
|
| 30 |
"n_layers": 6,
|
| 31 |
"output_past": true,
|
| 32 |
"pad_token_id": 0,
|
| 33 |
+
"problem_type": "single_label_classification",
|
| 34 |
"qa_dropout": 0.1,
|
| 35 |
"seq_classif_dropout": 0.2,
|
| 36 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267841796
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c9ae37e000f01ef55788918cad2dc54c974077847d18a59a2f53f9daeb5f58
|
| 3 |
size 267841796
|