CoolFace
Datasetpublic

Helosljdlaj/AdditiveLLM2-OA

AdditiveLLM2-OA Dataset Open Access journal articles (up to February 2026) used in domain adapting pretraining and instruction tuning for AdditiveLLM2. Dataset Split by Journal text images vit Vocabulary Overlap Pairwise Jaccard similarity of word-level vocabularies (lowercase, 3+ letter tokens) across the four source journals. Run info/vocabulary/vocabulary_overlap.py to reproduce. Top Phrases by Journal Most… See the full description on the dataset page: https://huggingface.co/datasets/Helosljdlaj/AdditiveLLM2-OA.

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes319downloads
main.py7 linesDownload Raw Back to root
1def main():2    print("Hello from additivellm2-oa!")3 4 5if __name__ == "__main__":6    main()7