botryan96 commited on
Commit
b1997a4
·
1 Parent(s): dcb4ac6

Upload 6 files

Browse files
Files changed (5) hide show
  1. config.json +1 -2
  2. tf_model.h5 +3 -0
  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": "allenai/scibert_scivocab_uncased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -39,7 +39,6 @@
39
  "num_hidden_layers": 12,
40
  "pad_token_id": 0,
41
  "position_embedding_type": "absolute",
42
- "torch_dtype": "float32",
43
  "transformers_version": "4.22.1",
44
  "type_vocab_size": 2,
45
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "botryan96/GeoBERT",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
39
  "num_hidden_layers": 12,
40
  "pad_token_id": 0,
41
  "position_embedding_type": "absolute",
 
42
  "transformers_version": "4.22.1",
43
  "type_vocab_size": 2,
44
  "use_cache": true,
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e65dbd6802572da2215bc4d881d7000d03989fd35eb410173a7aef0f1392be
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": "allenai/scibert_scivocab_uncased",
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",
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