robingeibel commited on
Commit
d10f4f4
·
1 Parent(s): 2f8aeef

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -1
README.md CHANGED
@@ -11,10 +11,10 @@ probably proofread and complete it, then remove this comment. -->
11
 
12
  # robingeibel/longformer-large-finetuned-big_patent
13
 
14
- This model is a fine-tuned version of [allenai/longformer-large-4096](https://huggingface.co/allenai/longformer-large-4096) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Train Loss: 1.2679
17
- - Validation Loss: 1.0674
18
  - Epoch: 0
19
 
20
  ## Model description
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
- | 1.2679 | 1.0674 | 0 |
45
 
46
 
47
  ### Framework versions
 
11
 
12
  # robingeibel/longformer-large-finetuned-big_patent
13
 
14
+ This model is a fine-tuned version of [robingeibel/longformer-large-finetuned-big_patent](https://huggingface.co/robingeibel/longformer-large-finetuned-big_patent) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Train Loss: 1.1854
17
+ - Validation Loss: 1.0492
18
  - Epoch: 0
19
 
20
  ## Model description
 
41
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
+ | 1.1854 | 1.0492 | 0 |
45
 
46
 
47
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "allenai/longformer-large-4096",
3
  "architectures": [
4
  "LongformerForMaskedLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "robingeibel/longformer-large-finetuned-big_patent",
3
  "architectures": [
4
  "LongformerForMaskedLM"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f265e0bb0e21855ff191b59a7fd71613300c07350dfbfca7ce9fdd0674891f4
3
  size 1961973772
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31cb0020b1c8c5da8c13739e19b30dee39e624a910d125e4a7d085ff7e47aede
3
  size 1961973772
tokenizer_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 4096,
9
- "name_or_path": "allenai/longformer-large-4096",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,
 
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 4096,
9
+ "name_or_path": "robingeibel/longformer-large-finetuned-big_patent",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,