Seraphiive commited on
Commit
4eb2ea2
·
1 Parent(s): 517b3b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -5,4 +5,13 @@ library_name: transformers
5
  pipeline_tag: fill-mask
6
  datasets:
7
  - Seraphiive/FragmentOfBOOKCORPUS
8
- ---
 
 
 
 
 
 
 
 
 
 
5
  pipeline_tag: fill-mask
6
  datasets:
7
  - Seraphiive/FragmentOfBOOKCORPUS
8
+ ---
9
+
10
+ # Modified Bert-Base Model As Part Of A Project Regarding Open-Ended Conversation MLM (uncased)
11
+
12
+ Pretrained model on English language using a masked language modeling (MLM) objective. Based on-
13
+ Bert's base-uncased variant with the idea of fine-tuning and tweaking the model for a specific goal.
14
+ This model is uncased: Meaning it does not make a difference between english and English.
15
+
16
+ Disclaimer: I do not own the rights for the architecture and basic model structure. I modified it according to my needs.
17
+ However, The model still derives from bert-base-uncased, Taken from the huggingface's library of transformers.