JuanSolarte99 commited on
Commit
92ce618
·
verified ·
1 Parent(s): 3b6198f

Modelo BERT para NER en cáncer de próstata

Browse files
Files changed (2) hide show
  1. config.json +2 -1
  2. model.safetensors +1 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "BertForTokenClassification"
4
  ],
@@ -68,7 +69,7 @@
68
  "pad_token_id": 0,
69
  "position_embedding_type": "absolute",
70
  "torch_dtype": "float32",
71
- "transformers_version": "4.51.3",
72
  "type_vocab_size": 2,
73
  "use_cache": true,
74
  "vocab_size": 30522
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
69
  "pad_token_id": 0,
70
  "position_embedding_type": "absolute",
71
  "torch_dtype": "float32",
72
+ "transformers_version": "4.48.3",
73
  "type_vocab_size": 2,
74
  "use_cache": true,
75
  "vocab_size": 30522
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc4a98df2446e89ce4bbc81956cba1b2ca5d88bb296c728760d9b7e7f3cd43d1
3
  size 435660684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c6634eec346150da17dac140c5c17d0a20f6b4ca2c71f9bf4111af837a572fb
3
  size 435660684