diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7de844a..29515dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,4 +21,4 @@ jobs: run: | git lfs install huggingface-cli login --token $HF_TOKEN - git push https://huggingface.co/jshuadvd/LongRoPE master + git push https://huggingface.co/jshuadvd/LongRoPE main diff --git a/README.md b/README.md index 788398b..50d5ee2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ +--- +tags: +- large-language-models +- text-generation +- context-extension +- transformer-models +- fine-tuning +- long-contexts +license: mit +datasets: +- custom-dataset +- wikitext +metrics: +- perplexity +- accuracy +--- + # LongRoPE: Extending LLM Context Window Beyond 2 Million Tokens ## Introduction