LokeshDevCreates commited on
Commit
55ab6af
·
verified ·
1 Parent(s): 1e9fb52

Upload RobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +47 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "supportive",
15
+ "1": "enthusiastic",
16
+ "2": "frustrated",
17
+ "3": "rude",
18
+ "4": "informational",
19
+ "5": "questioning",
20
+ "6": "formal",
21
+ "7": "assertive"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "assertive": 7,
27
+ "enthusiastic": 1,
28
+ "formal": 6,
29
+ "frustrated": 2,
30
+ "informational": 4,
31
+ "questioning": 5,
32
+ "rude": 3,
33
+ "supportive": 0
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_position_embeddings": 514,
37
+ "model_type": "roberta",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 1,
41
+ "position_embedding_type": "absolute",
42
+ "problem_type": "single_label_classification",
43
+ "transformers_version": "4.57.3",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9dd4847f8cc3e745c7997c759d062381edbe4f578b94753c1d942e05d767b6a
3
+ size 498631280