Instructions to use CarlanLark/AIGT-detector-mixed-source with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CarlanLark/AIGT-detector-mixed-source with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("CarlanLark/AIGT-detector-mixed-source") model = AutoModel.from_pretrained("CarlanLark/AIGT-detector-mixed-source", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:300cd0990ccf2ad0334bf0402a15938874f3cc24ba35beba9dd0a53dde32de12
|
| 3 |
+
size 506234220
|