LLMDet icon indicating copy to clipboard operation
LLMDet copied to clipboard

LLMDet is a text detection tool that can identify which generated sources the text came from (e.g. large language model or human-write).

Results 10 LLMDet issues
Sort by recently updated
recently updated
newest added

I am working on LLM Detection using GPTZero. I was wondering if I could integrate LLMDet with that with an if - else condition for the Logistic Regression Classifier to...

Hi, Could you provide a guide on how to extend the dictionaries to accommodate new models? Thank you!

The [decapoda-research/llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf) model, which is used in the [detector.py](https://github.com/TrustedLLM/LLMDet/blob/2c16aaf2b1cc8102beadd92343d64af51331e6e4/llmdet/detector.py#L114) file, is no longer accessible on HuggingFace. Can you tell me if the [decapoda-research/llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf) model can be replaced by the accessible...

While installing llmdet, following error is thrown: Collecting llmdet Downloading llmdet-1.0.4.tar.gz (17 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: transformers>=4.29.0 in /opt/conda/lib/python3.10/site-packages (from llmdet) (4.36.0.dev0) Requirement already satisfied:...

Hi, I have encountered some problems when running your code, the train_classifier.py need the file "text/test_text.json" which is not available, maybe it is not provided or i simplt can not...

How can we extend your model for chatgpt-3? Please advise.

datasets 2.13.1 pyhd8ed1ab_0 conda-forge i cant run the dataset.py please help me. thank you very much.

Hi there, I love your work, I want to commit back some changes to help improve this. My main issue is I'm having a very hard time figuring out how...

Here is how to fix this error in the main use cases: - use 'pip install scikit-learn' rather than 'pip install sklearn' - replace 'sklearn' by 'scikit-learn' in your pip...

The import below does not work, probably due to the missing extender file. https://github.com/TrustedLLM/LLMDet/blob/5d038354006ca0c8e6aa0dadb75e8840accb51a8/llmdet/__init__.py#L25 ``` Traceback (most recent call last): File "...", line 7, in import llmdet File ".../python3.11/site-packages/llmdet/__init__.py", line...