jayant-yadav commited on
Commit
e5ca2be
1 Parent(s): 78420b1

init readme

Browse files
Files changed (1) hide show
  1. README.md +141 -0
README.md CHANGED
@@ -1,3 +1,144 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - Babelscape/multinerd
5
+ language:
6
+ - en
7
+ metrics:
8
+ - f1
9
+ pipeline_tag: token-classification
10
  ---
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ## Bias, Risks, and Limitations
52
+
53
+ Only trained on English split of MultiNERD dataset. Therefore will not perform well on other languages.
54
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Recommendations
59
+
60
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
61
+
62
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
63
+
64
+ ## How to Get Started with the Model
65
+
66
+ Use the code below to get started with the model.
67
+
68
+ [More Information Needed]
69
+
70
+ ## Training Details
71
+
72
+ ### Training Data
73
+
74
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
75
+
76
+ [More Information Needed]
77
+
78
+ ### Training Procedure
79
+
80
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
81
+
82
+ #### Preprocessing [optional]
83
+
84
+ [More Information Needed]
85
+
86
+
87
+ #### Training Hyperparameters
88
+
89
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
90
+
91
+ #### Speeds, Sizes, Times [optional]
92
+
93
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
94
+
95
+ [More Information Needed]
96
+
97
+ ## Evaluation
98
+
99
+ <!-- This section describes the evaluation protocols and provides the results. -->
100
+
101
+ ### Testing Data & Metrics
102
+
103
+ #### Testing Data
104
+
105
+ <!-- This should link to a Dataset Card if possible. -->
106
+
107
+ [More Information Needed]
108
+
109
+
110
+ #### Metrics
111
+
112
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
113
+
114
+ [More Information Needed]
115
+
116
+ ### Results
117
+
118
+ [More Information Needed]
119
+
120
+
121
+ ## Technical Specifications [optional]
122
+
123
+ ### Model Architecture and Objective
124
+ Follows the same as RoBERTa-BASE
125
+ [More Information Needed]
126
+
127
+ ### Compute Infrastructure
128
+ 2x T4 GPUs
129
+ [More Information Needed]
130
+
131
+ #### Hardware
132
+
133
+ [More Information Needed]
134
+
135
+ #### Software
136
+ Pytorch
137
+ [More Information Needed]
138
+
139
+
140
+ ## Model Card Contact
141
+ (jayant-yadav)[https://huggingface.co/jayant-yadav]
142
+ [More Information Needed]
143
+
144
+