Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Trong-Nghia/roberta-large-detect-dep-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Trong-Nghia/roberta-large-detect-dep-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Trong-Nghia/roberta-large-detect-dep-v3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Trong-Nghia/roberta-large-detect-dep-v3") model = AutoModelForSequenceClassification.from_pretrained("Trong-Nghia/roberta-large-detect-dep-v3") - Notebooks
- Google Colab
- Kaggle
Commit ·
86fe829
1
Parent(s): 4b9049b
Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -5,10 +5,10 @@
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
-
"classifier_dropout":
|
| 9 |
"eos_token_id": 2,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
-
"hidden_dropout_prob": 0.
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 4096,
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"position_embedding_type": "absolute",
|
| 22 |
"problem_type": "single_label_classification",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
-
"transformers_version": "4.
|
| 25 |
"type_vocab_size": 1,
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 50265
|
|
|
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": 0.1,
|
| 9 |
"eos_token_id": 2,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"intermediate_size": 4096,
|
|
|
|
| 21 |
"position_embedding_type": "absolute",
|
| 22 |
"problem_type": "single_label_classification",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.31.0",
|
| 25 |
"type_vocab_size": 1,
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 50265
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2efd370c4748f7ec2ba8027f36a4b5381c1603784fe0dc8728e86d95675a305a
|
| 3 |
+
size 1421582769
|
runs/Jul21_00-30-06_928770915f31/events.out.tfevents.1689899786.928770915f31.541.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef43daf232bc9ee96ba275becb308f4897d512e3ea680d4f04dc36abe3c800f7
|
| 3 |
+
size 4307
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 256,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 256
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d16683f28572ab660bf7ac312ac86725fffcefd3934f9021adfe6b43f8ce69cf
|
| 3 |
size 4027
|