Token Classification
GLiNER
PyTorch
NER
GLiNER
information extraction
encoder
entity recognition
Ihor commited on
Commit
a5691bf
·
verified ·
1 Parent(s): abae049

Upload folder using huggingface_hub

Browse files
gliner_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "dropout": 0.3,
4
  "embed_ent_token": true,
5
  "encoder_config": {
 
6
  "_name_or_path": "google/mt5-large",
7
  "add_cross_attention": false,
8
  "architectures": [
@@ -124,7 +125,7 @@
124
  "subtoken_pooling": "first",
125
  "train_batch_size": 4,
126
  "train_data": "data/multilingual_data.json",
127
- "transformers_version": "4.45.2",
128
  "val_data_dir": "none",
129
  "vocab_size": 250102,
130
  "warmup_ratio": 0.05,
 
3
  "dropout": 0.3,
4
  "embed_ent_token": true,
5
  "encoder_config": {
6
+ "_attn_implementation_autoset": true,
7
  "_name_or_path": "google/mt5-large",
8
  "add_cross_attention": false,
9
  "architectures": [
 
125
  "subtoken_pooling": "first",
126
  "train_batch_size": 4,
127
  "train_data": "data/multilingual_data.json",
128
+ "transformers_version": "4.51.3",
129
  "val_data_dir": "none",
130
  "vocab_size": 250102,
131
  "warmup_ratio": 0.05,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09fa2911d790c0149535243f5b283d72751c800b93defa4d06838e2a5ea0b932
3
- size 2434111699
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2200921c0974883dce03df0b426dff7bd490c0cca1e8bba0d16a6bb2ccc66cd5
3
+ size 2434111290
tokenizer_config.json CHANGED
@@ -846,6 +846,7 @@
846
  "clean_up_tokenization_spaces": false,
847
  "eos_token": "</s>",
848
  "extra_ids": 0,
 
849
  "legacy": true,
850
  "model_max_length": 1000000000000000019884624838656,
851
  "pad_token": "<pad>",
 
846
  "clean_up_tokenization_spaces": false,
847
  "eos_token": "</s>",
848
  "extra_ids": 0,
849
+ "extra_special_tokens": {},
850
  "legacy": true,
851
  "model_max_length": 1000000000000000019884624838656,
852
  "pad_token": "<pad>",