wangkevin02 commited on
Commit
cfa3056
·
verified ·
1 Parent(s): 1b21288

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ The **AI Detect Model** is a binary classification model designed to determine w
17
 
18
  This model is built upon the [Longformer](https://huggingface.co/allenai/longformer-base-4096) architecture and trained using our proprietary [LMSYS-USP](https://huggingface.co/datasets/wangkevin02/LMSYS-USP) dataset. Specifically, in a dialogue context, texts generated by the assistant are labeled as AI-generated (label=1), while user-generated texts are assigned the opposite label (label=0).
19
 
 
 
20
  > *Note*: Our model is subject to the following constraints:
21
  >
22
  > 1. **Maximum Context Length**: Supports up to **4,096 tokens**. Exceeding this may degrade performance; keep inputs within this limit for best results.
 
17
 
18
  This model is built upon the [Longformer](https://huggingface.co/allenai/longformer-base-4096) architecture and trained using our proprietary [LMSYS-USP](https://huggingface.co/datasets/wangkevin02/LMSYS-USP) dataset. Specifically, in a dialogue context, texts generated by the assistant are labeled as AI-generated (label=1), while user-generated texts are assigned the opposite label (label=0).
19
 
20
+ If you are interested in exploring the source code and additional resources, feel free to visit our GitHub repository:https://github.com/wangkevin02/USP
21
+
22
  > *Note*: Our model is subject to the following constraints:
23
  >
24
  > 1. **Maximum Context Length**: Supports up to **4,096 tokens**. Exceeding this may degrade performance; keep inputs within this limit for best results.