botryan96 commited on
Commit
90891fc
·
1 Parent(s): 8ea0098

1st Trial Version of GeoBERT

Browse files
Files changed (5) hide show
  1. config.json +1 -1
  2. tf_model.h5 +1 -1
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
  5. vocab.txt +0 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "botryan96/GeoBERT",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "botryan96/GeoBERT_NER",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1dff00f3b54a995aa3d5e17cd6ed45258ff98de5e5849d5e973c994b6ce227b
3
  size 437612588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e39b5d3ba357aad836daccc3094cb61fb8b79ebb2289219fefed19ec3831ac
3
  size 437612588
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
- "name_or_path": "botryan96/GeoBERT",
7
  "never_split": null,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
 
3
  "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
+ "name_or_path": "botryan96/GeoBERT_NER",
7
  "never_split": null,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff