Commit
·
9d4c0e9
1
Parent(s):
192121f
End of training
Browse files- README.md +46 -0
- config.json +1 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
model-index:
|
| 5 |
+
- name: roberta-large-Dep
|
| 6 |
+
results: []
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 10 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 11 |
+
|
| 12 |
+
# roberta-large-Dep
|
| 13 |
+
|
| 14 |
+
This model was trained from scratch on the None dataset.
|
| 15 |
+
|
| 16 |
+
## Model description
|
| 17 |
+
|
| 18 |
+
More information needed
|
| 19 |
+
|
| 20 |
+
## Intended uses & limitations
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Training and evaluation data
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training procedure
|
| 29 |
+
|
| 30 |
+
### Training hyperparameters
|
| 31 |
+
|
| 32 |
+
The following hyperparameters were used during training:
|
| 33 |
+
- learning_rate: 5e-06
|
| 34 |
+
- train_batch_size: 4
|
| 35 |
+
- eval_batch_size: 4
|
| 36 |
+
- seed: 42
|
| 37 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 38 |
+
- lr_scheduler_type: linear
|
| 39 |
+
- num_epochs: 5
|
| 40 |
+
|
| 41 |
+
### Framework versions
|
| 42 |
+
|
| 43 |
+
- Transformers 4.30.2
|
| 44 |
+
- Pytorch 2.0.1+cu118
|
| 45 |
+
- Datasets 2.13.1
|
| 46 |
+
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/content/outputs/checkpoint-
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
@@ -19,7 +19,6 @@
|
|
| 19 |
"num_hidden_layers": 24,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"position_embedding_type": "absolute",
|
| 22 |
-
"problem_type": "single_label_classification",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
"transformers_version": "4.30.2",
|
| 25 |
"type_vocab_size": 1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/content/outputs/checkpoint-2000",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 19 |
"num_hidden_layers": 24,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"position_embedding_type": "absolute",
|
|
|
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.30.2",
|
| 24 |
"type_vocab_size": 1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421587189
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ead207a1496d247fe2de52ab1d249337d3d4cc8ddb8ca32b81bed002ae52b04
|
| 3 |
size 1421587189
|
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:2d1bc1e0062454d71fa3988b9e136b22828e7b55a4d25c113ea5b2ee2a443dd3
|
| 3 |
size 4027
|