Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.json 668 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. {
  2. "_name_or_path": "dmis-lab/biobert-base-cased-v1.1",
  3. "architectures": [
  4. "BertForTokenClassification"
  5. ],
  6. "attention_probs_dropout_prob": 0.1,
  7. "gradient_checkpointing": false,
  8. "hidden_act": "gelu",
  9. "hidden_dropout_prob": 0.1,
  10. "hidden_size": 768,
  11. "id2label": {
  12. "0": "B-bio",
  13. "1": "I-bio",
  14. "2": "O"
  15. },
  16. "initializer_range": 0.02,
  17. "intermediate_size": 3072,
  18. "label2id": {
  19. "B-bio": 0,
  20. "I-bio": 1,
  21. "O": 2
  22. },
  23. "layer_norm_eps": 1e-12,
  24. "max_position_embeddings": 512,
  25. "model_type": "bert",
  26. "num_attention_heads": 12,
  27. "num_hidden_layers": 12,
  28. "pad_token_id": 0,
  29. "type_vocab_size": 2,
  30. "vocab_size": 28996
  31. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...