Final Trial Version of GeoBERT
Browse files- config.json +1 -1
- tf_model.h5 +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "botryan96/
|
3 |
"architectures": [
|
4 |
"BertForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "botryan96/tesio-sio",
|
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:
|
3 |
size 437612588
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5976075828018fe2638d37cc1fa5c34888dc948455708e92c824c4945009c2c1
|
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/
|
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/tesio-sio",
|
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
|
|