SummerSigh commited on
Commit
6b4eea0
1 Parent(s): 9f380a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Model Card for Model ID
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+ This is a finetuned DeBERTav3 model from https://huggingface.co/sileod/deberta-v3-base-tasksource-nli.
10
+
11
+ # Model Details
12
+
13
+ This model was finetuned on policy data related to the rules laid out in the Sparrow paper by Deepmind.
14
+
15
+ ## Model Description
16
+
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+
20
+
21
+ - **Developed by:** SummerSight
22
+ - **Model type:** DeBERTav3
23
+ - **Language(s) (NLP):** English
24
+ - **License:** apache-2.0
25
+ - **Finetuned from model:** https://huggingface.co/sileod/deberta-v3-base-tasksource-nli
26
+ # Uses
27
+
28
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
29
+
30
+ Given an input text, this model will output "KEPT" (0) or "BROKE" (1). KEPT indicates that the text keeps the policies finetuned in mind, while BROKE means that it broke one or more of the policies.
31
+
32
+