MYC007 commited on
Commit
a0b234c
·
1 Parent(s): 6e09005

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -66
config.json DELETED
@@ -1,66 +0,0 @@
1
- Hugging Face's logo
2
- Hugging Face
3
- Search models, datasets, users...
4
- Models
5
- Datasets
6
- Spaces
7
- Docs
8
- Solutions
9
- Pricing
10
-
11
-
12
-
13
-
14
- ghanashyamvtatti
15
- /
16
- roberta-fake-news Copied
17
- like
18
- 0
19
- Text Classification
20
- PyTorch
21
- TensorFlow
22
- JAX
23
- Transformers
24
- roberta
25
- Model card
26
- Files and versions
27
- Community
28
- 2
29
- roberta-fake-news
30
- /
31
- config.json
32
- gvt217
33
- First version of the roberta-fake-news model and tokenizer.
34
- 147a9dc
35
- about 2 years ago
36
- raw
37
- history
38
- blame
39
- contribute
40
- delete
41
- No virus
42
- 560 Bytes
43
- {
44
- "_name_or_path": "./model",
45
- "architectures": [
46
- "RobertaForSequenceClassification"
47
- ],
48
- "attention_probs_dropout_prob": 0.1,
49
- "bos_token_id": 0,
50
- "eos_token_id": 2,
51
- "gradient_checkpointing": false,
52
- "hidden_act": "gelu",
53
- "hidden_dropout_prob": 0.1,
54
- "hidden_size": 768,
55
- "initializer_range": 0.02,
56
- "intermediate_size": 3072,
57
- "layer_norm_eps": 1e-05,
58
- "max_position_embeddings": 514,
59
- "model_type": "roberta",
60
- "num_attention_heads": 12,
61
- "num_hidden_layers": 12,
62
- "pad_token_id": 1,
63
- "type_vocab_size": 1,
64
- "vocab_size": 50265
65
- }
66
-