kunato commited on
Commit
1340a98
·
verified ·
1 Parent(s): fad9426

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -125,8 +125,6 @@ The model is designed to predict safety labels across the following categories:
125
  | Random | 24.5 | 46.6 | 50.4 | 53.0 | 26.6 | 50.9 | 42.0 |
126
  | Typhoon Safety | **71.6** | **80.0** | **58.8** | **76.5** | 81.0 | **88.5** | **76.1** |
127
 
128
-
129
- - **Developed by:** [More Information Needed]
130
  - **Model type:** Transformer Encoder
131
  - **Language(s) (NLP):** Thai 🇹🇭 and English 🇬🇧
132
  - **License:** MIT
@@ -170,3 +168,15 @@ for text, label, score in zip(texts, labels, scores):
170
  label_name = label_map[label]
171
  print(f"Text: {text}\nLabel: {label_name}, Score: {score:.4f}\n")
172
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  | Random | 24.5 | 46.6 | 50.4 | 53.0 | 26.6 | 50.9 | 42.0 |
126
  | Typhoon Safety | **71.6** | **80.0** | **58.8** | **76.5** | 81.0 | **88.5** | **76.1** |
127
 
 
 
128
  - **Model type:** Transformer Encoder
129
  - **Language(s) (NLP):** Thai 🇹🇭 and English 🇬🇧
130
  - **License:** MIT
 
168
  label_name = label_map[label]
169
  print(f"Text: {text}\nLabel: {label_name}, Score: {score:.4f}\n")
170
  ```
171
+
172
+ ## **Intended Uses & Limitations**
173
+
174
+ This model is classifier model. However, it’s still undergoing development. We recommend that developers assess these risks in the context of their use case.
175
+
176
+ ## **Follow us**
177
+
178
+ **https://twitter.com/opentyphoon**
179
+
180
+ ## **Support**
181
+
182
+ **https://discord.gg/CqyBscMFpg**