LICENSE
README.md
pyproject.toml
tests/test_imports.py
tests/test_use_case_1.py
tests/test_use_case_2.py
tests/test_use_case_3.py
textseal/__init__.py
textseal.egg-info/PKG-INFO
textseal.egg-info/SOURCES.txt
textseal.egg-info/dependency_links.txt
textseal.egg-info/entry_points.txt
textseal.egg-info/requires.txt
textseal.egg-info/top_level.txt
textseal/analysis/__init__.py
textseal/analysis/analysis.py
textseal/analysis/count_tokens.py
textseal/analysis/organize_watermarked_benchmarks.py
textseal/analysis/probe_animation.py
textseal/common/__init__.py
textseal/common/stool.py
textseal/common/llm/__init__.py
textseal/common/llm/eval.py
textseal/common/llm/generate.py
textseal/common/llm/train.py
textseal/common/llm/transformer.py
textseal/common/utils/__init__.py
textseal/common/utils/config.py
textseal/common/watermark/__init__.py
textseal/common/watermark/core.py
textseal/common/watermark/pseudorandom.py
textseal/posthoc/__init__.py
textseal/posthoc/__main__.py
textseal/posthoc/chunking.py
textseal/posthoc/config.py
textseal/posthoc/detector.py
textseal/posthoc/evaluation.py
textseal/posthoc/generator.py
textseal/posthoc/main.py
textseal/posthoc/text_processing.py
textseal/posthoc/watermarker.py
textseal/wmtraining/__init__.py
textseal/wmtraining/eval.py
textseal/wmtraining/eval_wm.py
textseal/wmtraining/generate.py
textseal/wmtraining/kgram.py
textseal/wmtraining/train.py
textseal/wmtraining/transformer.py
textseal/wmtraining/wmloss.py
textseal/wmtraining/lingua/__init__.py
textseal/wmtraining/lingua/args.py
textseal/wmtraining/lingua/checkpoint.py
textseal/wmtraining/lingua/data.py
textseal/wmtraining/lingua/data_sft.py
textseal/wmtraining/lingua/distributed.py
textseal/wmtraining/lingua/float8.py
textseal/wmtraining/lingua/logger.py
textseal/wmtraining/lingua/metrics.py
textseal/wmtraining/lingua/optim.py
textseal/wmtraining/lingua/probe.py
textseal/wmtraining/lingua/profiling.py
textseal/wmtraining/lingua/tokenizer.py
textseal/wmtraining/lingua/transformer.py