mridul3301 commited on
Commit
c071971
·
verified ·
1 Parent(s): 97ddf9d

Upload RobertaForMaskedLM

Browse files
Files changed (3) hide show
  1. README.md +18 -29
  2. config.json +2 -2
  3. model.safetensors +2 -2
README.md CHANGED
@@ -19,56 +19,45 @@ model-index:
19
  type: token-classification
20
  name: Named Entity Recognition (NER)
21
  dataset:
22
- type: nep_glue
23
  name: Nep-gLUE - Named Entity Recognition (NER)
24
- metrics:
25
- - type: f1
26
- name: Macro F1 Score
27
- value: 93.74
28
-
29
- - task:
30
- type: token-classification
31
- name: Part-of-Speech (POS) Tagging
32
- dataset:
33
  type: nep_glue
34
- name: Nep-gLUE - Part-of-Speech (POS) Tagging
35
  metrics:
36
- - type: f1
37
- name: Macro F1 Score
38
- value: 97.52
39
-
 
 
40
  - task:
41
  type: text-classification
42
  name: Categorical Classification (CC)
43
  dataset:
44
- type: nep_glue
45
  name: Nep-gLUE - Categorical Classification (CC)
 
46
  metrics:
47
- - type: f1
48
- name: Macro F1 Score
49
- value: 94.68
50
-
51
  - task:
52
  type: similarity
53
  name: Categorical Pair Similarity (CPS)
54
  dataset:
55
- type: nep_glue
56
  name: Nep-gLUE - Categorical Pair Similarity (CPS)
 
57
  metrics:
58
- - type: f1
59
- name: Macro F1 Score
60
- value: 96.49
61
-
62
  - task:
63
  type: overall-benchmark
64
  name: Nep-gLUE
65
  dataset:
 
66
  type: nep_glue
67
- name: Nep-gLUE
68
  metrics:
69
- - type: score
70
- name: Overall Score
71
- value: 95.60
72
  ---
73
 
74
  # Model Card for Model ID
 
19
  type: token-classification
20
  name: Named Entity Recognition (NER)
21
  dataset:
 
22
  name: Nep-gLUE - Named Entity Recognition (NER)
 
 
 
 
 
 
 
 
 
23
  type: nep_glue
 
24
  metrics:
25
+ - type: f1
26
+ value: 93.74
27
+ name: Macro F1 Score
28
+ - type: f1
29
+ value: 97.52
30
+ name: Macro F1 Score
31
  - task:
32
  type: text-classification
33
  name: Categorical Classification (CC)
34
  dataset:
 
35
  name: Nep-gLUE - Categorical Classification (CC)
36
+ type: nep_glue
37
  metrics:
38
+ - type: f1
39
+ value: 94.68
40
+ name: Macro F1 Score
 
41
  - task:
42
  type: similarity
43
  name: Categorical Pair Similarity (CPS)
44
  dataset:
 
45
  name: Nep-gLUE - Categorical Pair Similarity (CPS)
46
+ type: nep_glue
47
  metrics:
48
+ - type: f1
49
+ value: 96.49
50
+ name: Macro F1 Score
 
51
  - task:
52
  type: overall-benchmark
53
  name: Nep-gLUE
54
  dataset:
55
+ name: Nep-gLUE
56
  type: nep_glue
 
57
  metrics:
58
+ - type: score
59
+ value: 95.6
60
+ name: Overall Score
61
  ---
62
 
63
  # Model Card for Model ID
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "Prazzwal07/roberta_nepali",
3
  "architectures": [
4
- "RobertaModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -21,7 +21,7 @@
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.44.2",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 50256
 
1
  {
2
  "_name_or_path": "Prazzwal07/roberta_nepali",
3
  "architectures": [
4
+ "RobertaForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 50256
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50d48bccaf47b8dd0347a1d8998b9c67cf859565bb5bc4080af0cfa98556e41d
3
- size 498577256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd569a390a19b72265113a9da2599292cbec831e011969754cec906345157a3f
3
+ size 498786264