Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,10 @@ from [OpenWebText](https://huggingface.co/datasets/Skylion007/openwebtext).
|
|
24 |
|
25 |
## Uses
|
26 |
Users could use this detector to assist them in detecting text generated by large language models.
|
27 |
-
Please be noted that this detector is trained on ai-text generated by Vicuna-7B-v1.1. As the model only supports [non-commercial use](https://huggingface.co/lmsys/vicuna-7b-v1.1#model-details)
|
28 |
-
So the intended users are not allowed to involve this detector into commercial activities.
|
29 |
|
30 |
## Get Started with the Model
|
31 |
-
Please refer the following
|
32 |
- Google Colab Demo: https://colab.research.google.com/drive/1XmqDFsSpLJ67EGXUl9MpapeJ-XozRRpq#scrollTo=w8s2p5lwkShg
|
33 |
- Huggingface API Documentation: https://trustsafeai-radar-ai-text-detector.hf.space/?view=api
|
34 |
|
|
|
24 |
|
25 |
## Uses
|
26 |
Users could use this detector to assist them in detecting text generated by large language models.
|
27 |
+
Please be noted that this detector is trained on ai-text generated by Vicuna-7B-v1.1. As the model only supports [non-commercial use](https://huggingface.co/lmsys/vicuna-7b-v1.1#model-details), the intended users are **not allowed to involve this detector into commercial activities**.
|
|
|
28 |
|
29 |
## Get Started with the Model
|
30 |
+
Please refer the following guidelines to see how to locally run the downloaded model or use our API service hosted on Huggingface Space.
|
31 |
- Google Colab Demo: https://colab.research.google.com/drive/1XmqDFsSpLJ67EGXUl9MpapeJ-XozRRpq#scrollTo=w8s2p5lwkShg
|
32 |
- Huggingface API Documentation: https://trustsafeai-radar-ai-text-detector.hf.space/?view=api
|
33 |
|