robingeibel
commited on
Commit
•
692d7cc
1
Parent(s):
33a5662
Training in progress epoch 0
Browse files- README.md +4 -4
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -13,8 +13,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [robingeibel/longformer-base-finetuned-big_patent](https://huggingface.co/robingeibel/longformer-base-finetuned-big_patent) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 1.
|
17 |
-
- Validation Loss: 1.
|
18 |
- Epoch: 0
|
19 |
|
20 |
## Model description
|
@@ -41,12 +41,12 @@ The following hyperparameters were used during training:
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
-
| 1.
|
45 |
|
46 |
|
47 |
### Framework versions
|
48 |
|
49 |
-
- Transformers 4.19.
|
50 |
- TensorFlow 2.8.2
|
51 |
- Datasets 2.2.2
|
52 |
- Tokenizers 0.12.1
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [robingeibel/longformer-base-finetuned-big_patent](https://huggingface.co/robingeibel/longformer-base-finetuned-big_patent) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.1860
|
17 |
+
- Validation Loss: 1.0692
|
18 |
- Epoch: 0
|
19 |
|
20 |
## Model description
|
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 1.1860 | 1.0692 | 0 |
|
45 |
|
46 |
|
47 |
### Framework versions
|
48 |
|
49 |
+
- Transformers 4.19.4
|
50 |
- TensorFlow 2.8.2
|
51 |
- Datasets 2.2.2
|
52 |
- Tokenizers 0.12.1
|
config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"pad_token_id": 1,
|
38 |
"position_embedding_type": "absolute",
|
39 |
"sep_token_id": 2,
|
40 |
-
"transformers_version": "4.19.
|
41 |
"type_vocab_size": 1,
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 50265
|
|
|
37 |
"pad_token_id": 1,
|
38 |
"position_embedding_type": "absolute",
|
39 |
"sep_token_id": 2,
|
40 |
+
"transformers_version": "4.19.4",
|
41 |
"type_vocab_size": 1,
|
42 |
"use_cache": true,
|
43 |
"vocab_size": 50265
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 762211788
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4433bd535acdd02d20f3fac9b954aef7dbba5082257db8cb3c0f3a1014ec50d5
|
3 |
size 762211788
|