huyen89 commited on
Commit
71f1d53
·
1 Parent(s): 93393e5

Create Model Card

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # Model Card for Model ID
8
+
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+
11
+ 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).
12
+
13
+ ## Model Details
14
+
15
+ ### Model Description
16
+
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+ - **Developed by:** [He et al.](https://arxiv.org/abs/2303.14822)
20
+ - **Finetuned from model [optional]:** [Distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased)
21
+
22
+ ## Uses
23
+
24
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
25
+ This model is used for detecting Machine-generated Texts.
26
+
27
+ ## Training Details
28
+
29
+ ### Training Data
30
+
31
+ <!-- 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. -->
32
+ This model trains on a corpus of both human and StableLM-generated answers for questions from SQuAD1 dataset. The dataset can be found [here](https://drive.google.com/drive/folders/1p4iBeM4r-sUKe8TnS4DcYlxvQagcmola).
33
+
34
+ ### Training Procedure
35
+
36
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
37
+ This model is created by fine-tuning [Distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) model. The training procedure follows [He et al.](https://arxiv.org/abs/2303.14822)'s instructions.
38
+
39
+ ## Citation [optional]
40
+
41
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
42
+
43
+ **BibTeX:**
44
+
45
+ [More Information Needed]
46
+
47
+ **APA:**
48
+
49
+ [More Information Needed]
50
+
51
+ ## Glossary [optional]
52
+
53
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## More Information [optional]
58
+
59
+ [More Information Needed]
60
+
61
+ ## Model Card Authors [optional]
62
+
63
+ [More Information Needed]
64
+
65
+ ## Model Card Contact
66
+
67
+ [More Information Needed]
68
+
69
+