nicolauduran45 commited on
Commit
1d9420a
1 Parent(s): fcc927a

Upload XLMRobertaForTokenClassification

Browse files
Files changed (3) hide show
  1. README.md +15 -12
  2. config.json +6 -5
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,16 +1,19 @@
1
  ---
2
  license: mit
3
  widget:
4
- - text: "Institute for Development, Ecology, Conservation and Cooperation, Rome, Italy.; Department of Animal and Applied Biology, Rivers State University of Science and Technology, Port Harcourt, Nigeria.; Department of Zoology, University of Lomé, Lomé, Togo."
5
- example_title: "Example 1"
6
- - text: "LabMan EPSJV/Fundação Oswaldo Cruz/Ministério da Saúde"
7
- example_title: "Example 2"
8
- - text: "SEAP,SOCICT, REDFA"
9
- example_title: "Example 3"
10
- - text: "c Faculty of medicine , Albaath University , Homs , Syria."
11
- example_title: "Example 4"
12
- - text: "Facultad de Agronomía, Universidad Mayor de San Andrés. Bolivia. wara_wr@hotmail.com"
13
- example_title: "Example 5"
14
- - text: "ACE, angiotensin-converting enzyme"
15
- example_title: "Example 7"
 
 
 
16
  ---
 
1
  ---
2
  license: mit
3
  widget:
4
+ - text: Institute for Development, Ecology, Conservation and Cooperation, Rome, Italy.;
5
+ Department of Animal and Applied Biology, Rivers State University of Science and
6
+ Technology, Port Harcourt, Nigeria.; Department of Zoology, University of Lomé,
7
+ Lomé, Togo.
8
+ example_title: Example 1
9
+ - text: LabMan – EPSJV/Fundação Oswaldo Cruz/Ministério da Saúde
10
+ example_title: Example 2
11
+ - text: SEAP,SOCICT, REDFA
12
+ example_title: Example 3
13
+ - text: c Faculty of medicine , Albaath University , Homs , Syria.
14
+ example_title: Example 4
15
+ - text: Facultad de Agronomía, Universidad Mayor de San Andrés. Bolivia. wara_wr@hotmail.com
16
+ example_title: Example 5
17
+ - text: ACE, angiotensin-converting enzyme
18
+ example_title: Example 7
19
  ---
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "/content/drive/MyDrive/SIRIS Projects/04. GRANTS R&D/02-Implementation/2023Building reliable author- and institution-level curation tools for performing accurate analyses on scientific catalogues/2023AffilGood/NER for Affiliation Entity/01 - further pre-training RoBERTa for affiliation language/models/roberta-base-affilraw-10M/checkpoint-25000",
3
  "architectures": [
4
- "RobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -24,14 +24,15 @@
24
  },
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
27
- "model_type": "roberta",
28
  "num_attention_heads": 12,
29
  "num_hidden_layers": 12,
 
30
  "pad_token_id": 1,
31
  "position_embedding_type": "absolute",
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.35.2",
34
  "type_vocab_size": 1,
35
  "use_cache": true,
36
- "vocab_size": 50265
37
  }
 
1
  {
2
+ "_name_or_path": "/content/drive/MyDrive/SIRIS Projects/04. GRANTS R&D/02-Implementation/2023Building reliable author- and institution-level curation tools for performing accurate analyses on scientific catalogues/2023AffilGood/NER for Affiliation Entity/01 - further pre-training RoBERTa for affiliation language/models/xlm-roberta-base-affilraw-10M/checkpoint-25000",
3
  "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
24
  },
25
  "layer_norm_eps": 1e-05,
26
  "max_position_embeddings": 514,
27
+ "model_type": "xlm-roberta",
28
  "num_attention_heads": 12,
29
  "num_hidden_layers": 12,
30
+ "output_past": true,
31
  "pad_token_id": 1,
32
  "position_embedding_type": "absolute",
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.42.4",
35
  "type_vocab_size": 1,
36
  "use_cache": true,
37
+ "vocab_size": 250002
38
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffde2ab94efaa2bbac7fa9436f60242e8d27e68ec958c849f74b5adf044ab5dc
3
- size 496253316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8710e0e8f6cddfb76ee08a07cf91878a62ddd55d6715c60e1e1ee575ce0396c4
3
+ size 1109845500