End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the legal_bench dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 10.6817
|
36 |
-
- Rouge1: 0.
|
37 |
- Rouge2: 0.0
|
38 |
- Rougel: 0.003
|
39 |
-
- Rougelsum: 0.
|
40 |
- Gen Len: 19.0
|
41 |
|
42 |
## Model description
|
@@ -69,10 +69,10 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
72 |
-
| No log | 1.0 | 1 | 10.8579 | 0.
|
73 |
-
| No log | 2.0 | 2 | 10.7719 | 0.
|
74 |
-
| No log | 3.0 | 3 | 10.7123 | 0.0033 | 0.0 | 0.
|
75 |
-
| No log | 4.0 | 4 | 10.6817 | 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 0.0029
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the legal_bench dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 10.6817
|
36 |
+
- Rouge1: 0.0029
|
37 |
- Rouge2: 0.0
|
38 |
- Rougel: 0.003
|
39 |
+
- Rougelsum: 0.003
|
40 |
- Gen Len: 19.0
|
41 |
|
42 |
## Model description
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
72 |
+
| No log | 1.0 | 1 | 10.8579 | 0.0015 | 0.0 | 0.0016 | 0.0016 | 19.0 |
|
73 |
+
| No log | 2.0 | 2 | 10.7719 | 0.0018 | 0.0 | 0.0019 | 0.0019 | 19.0 |
|
74 |
+
| No log | 3.0 | 3 | 10.7123 | 0.0033 | 0.0 | 0.0033 | 0.0033 | 19.0 |
|
75 |
+
| No log | 4.0 | 4 | 10.6817 | 0.0029 | 0.0 | 0.003 | 0.003 | 19.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
runs/Feb14_06-01-14_061e8c584937/events.out.tfevents.1707890475.061e8c584937.34.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad46bbc5ca7255536c9f78f747095e481a82995f258d9a270895570b383bd16
|
3 |
+
size 7769
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 10,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da698f5f02ca082a41615259bb92d563316168d2873d9de98fffc23fba613ed0
|
3 |
size 4856
|