Skip to content

Commit

Permalink
fix branch name in pipeline & update metadata for model card
Browse files Browse the repository at this point in the history
  • Loading branch information
jshuadvd committed Jun 1, 2024
1 parent 7992bff commit 34b122f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34b122f

Please sign in to comment.