patrickvonplaten
commited on
Commit
·
ad77e6d
1
Parent(s):
599b891
End of training
Browse files- all_results.json +6 -0
- config.json +1 -1
- prediction_results.json +8 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
all_results.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 1.9195137506316816e+16,
|
4 |
"train_loss": 0.8766923181152344,
|
5 |
"train_runtime": 5853.8176,
|
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
+
"test_%_satisfied_incorrectly_labels": 0.11733333333333333,
|
4 |
+
"test_%_unsatisfied_replied": 0.949,
|
5 |
+
"test_loss": 0.9637690186500549,
|
6 |
+
"test_runtime": 22.8964,
|
7 |
+
"test_samples_per_second": 218.375,
|
8 |
+
"test_steps_per_second": 27.297,
|
9 |
"total_flos": 1.9195137506316816e+16,
|
10 |
"train_loss": 0.8766923181152344,
|
11 |
"train_runtime": 5853.8176,
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "patrickvonplaten/deberta_v3_amazon_reviews",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
prediction_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"test_%_satisfied_incorrectly_labels": 0.11733333333333333,
|
3 |
+
"test_%_unsatisfied_replied": 0.949,
|
4 |
+
"test_loss": 0.9637690186500549,
|
5 |
+
"test_runtime": 22.8964,
|
6 |
+
"test_samples_per_second": 218.375,
|
7 |
+
"test_steps_per_second": 27.297
|
8 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737791915
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60400f1e7b58071c5692783cb6fcffe264a4a5aaad5741d176e8077bb499f93f
|
3 |
size 737791915
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6bd3461cf3d8a4e15ba531ba607b72bc673479006ba7db62c75f6fe517bec99
|
3 |
size 2991
|