psxjp5 commited on
Commit
0bfacd3
1 Parent(s): 277b7ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -8,26 +8,24 @@ model-index:
8
  results: []
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
  # mlm_final
15
 
16
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
  - Loss: 4.0700
 
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
 
32
  ## Training procedure
33
 
 
8
  results: []
9
  ---
10
 
 
 
 
11
  # mlm_final
12
 
13
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on a custom dataset using the Digital Image Processing textbook (Gonzalez and Woods, 2018).
14
+ It achieves the following results on the evaluation set, which used the Fundamentals of Digital Image Processing textbook (Solomon and Breckon, 2010):
15
  - Loss: 4.0700
16
+ - Perplexity: 58.6
17
 
18
  ## Model description
19
 
20
+ This model is trained using Masked Language Modelling.
21
 
22
  ## Intended uses & limitations
23
 
24
+ This model is intended for use within the field of Computer Vision, as is trained using a Computer Vision textbook.
25
 
26
  ## Training and evaluation data
27
 
28
+ It is trained and validated using computer vision textbooks split into chunks of 512 tokens
29
 
30
  ## Training procedure
31