Odir commited on
Commit
6b17f81
1 Parent(s): 62571ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md CHANGED
@@ -1,3 +1,120 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ metrics:
4
+ - name: accuracy
5
+ value: 0.9394
6
+ - name: precision
7
+ value: 0.9413
8
+ - name: recall
9
+ value: 0.9394
10
+ - name: F1-Score
11
+ value: 0.9388
12
+ library_name: transformers
13
+ pipeline_tag: text-classification
14
+ tags:
15
+ - bert
16
+ - research abstract
17
+ widget:
18
+ - text: >-
19
+ Following the tsunami in December 2004 in Aceh, Indonesia, there has been a
20
+ massive programme of rebuilding permanent houses for the tsunami victims.
21
+ The houses are of various designs, and the internal conditions and thermal
22
+ performance vary considerably. This paper is aimed at assessing comfort in a
23
+ number of these houses, and is based on measurements from ten designs of
24
+ post tsunami houses conducted between 22nd May and 4th July 2009. These ten
25
+ house types are categorized by different form, design and materials, two
26
+ houses of each type being represented in the results. Air and surface
27
+ temperatures, relative humidity, and air velocity were measured and
28
+ questionnaires on thermal comfort were filled in by the occupants. The
29
+ results show an interesting range of temperature and humidity, ranging from
30
+ 250C-380C indoors and 210C-41.40C outdoors, relative humidity of 40%-86%
31
+ indoors, compared with 26%-98% outdoors. The households qualify their house
32
+ comfort by voting seven thermal sensation scales.
33
+ example_title: recovery
34
+ language:
35
+ - id
36
+ - en
37
  ---
38
+ # Model Card for Model ID
39
+
40
+ <!-- Provide a quick summary of what the model is/does. -->
41
+
42
+ This modelcard aims to be text classification for research abstract regarding to disaster management phase.
43
+ ## Model Details
44
+
45
+ ### Model Description
46
+
47
+ <!-- Provide a longer summary of what this model is. -->
48
+
49
+
50
+
51
+ - **Developed by:** Odirunia
52
+ - **Shared by [optional]:** [More Information Needed]
53
+ - **Model type:** Bert
54
+ - **Language(s) (NLP):** [More Information Needed]
55
+ - **License:** [More Information Needed]
56
+ - **Finetuned from model [optional]:** [More Information Needed]
57
+
58
+ ### Model Sources [optional]
59
+
60
+ <!-- Provide the basic links for the model. -->
61
+
62
+ - **Repository:** [More Information Needed]
63
+ - **Paper [optional]:** [More Information Needed]
64
+ - **Demo [optional]:** [More Information Needed]
65
+
66
+ ## Uses
67
+
68
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
69
+
70
+ ### Direct Use
71
+
72
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
73
+
74
+ [More Information Needed]
75
+
76
+ ### Downstream Use [optional]
77
+
78
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
79
+
80
+ [More Information Needed]
81
+
82
+ ### Out-of-Scope Use
83
+
84
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ## Bias, Risks, and Limitations
89
+
90
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
91
+
92
+ [More Information Needed]
93
+
94
+ ### Recommendations
95
+
96
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
97
+
98
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
99
+
100
+ ## How to Get Started with the Model
101
+
102
+ Use the code below to get started with the model.
103
+
104
+ [More Information Needed]
105
+
106
+ ## Training Details
107
+
108
+ ### Training Data
109
+
110
+ <!-- This should link to a Data 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. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ### Training Procedure
115
+
116
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
117
+
118
+ #### Preprocessing [optional]
119
+
120
+ [More Information Needed]