Training in progress, epoch 1
Browse files- config.json +2 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -24,7 +24,7 @@
|
|
24 |
"max_position_embeddings": 514,
|
25 |
"model_type": "roberta",
|
26 |
"num_attention_heads": 12,
|
27 |
-
"num_hidden_layers":
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "absolute",
|
30 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "FacebookAI/roberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
24 |
"max_position_embeddings": 514,
|
25 |
"model_type": "roberta",
|
26 |
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "absolute",
|
30 |
"problem_type": "single_label_classification",
|
model.safetensors
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:c93b545574c4863da2ca39398f58980cf313db1d3fada35f9a7366e8d31366a6
|
3 |
+
size 498612824
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b487110f0b42ddaae27ee1386675921876d6a4696037273ab7f4435ba14221d
|
3 |
size 5048
|