ShengnanAn commited on
Commit
06e689b
•
1 Parent(s): 0a65ad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - In2Training/VaLProbing-32K
5
+ language:
6
+ - en
7
  ---
8
+
9
+ # FILM-7B
10
+
11
+ <p align="center">
12
+ 💻 <a href="https://github.com/microsoft/FILM/" target="_blank">[Github Repo]</a> • 📃 <a href="https://arxiv.org/abs/xxx" target="_blank">[LongAlign Paper]</a> • 🤗 <a href="https://huggingface.co/datasets/In2Training/VaLProbing-32K" target="_blank">[VaL Probing] </a>
13
+ </p>
14
+
15
+ **FILM-7B** is a 32K-context LLM that overcomes the lost-in-the-middle problem on [VaLProbing-32K](https://huggingface.co/datasets/In2Training/VaLProbing-32K/).
16
+ It is trained from Mistral-7B-Instruct-v0.2 by applying Information-Intensie (In2) Training.
17
+ FILM-7B achieves SOTA-level performance on real-world long-context tasks among ~7B size LLMs and does not compromise the short-context performance.
18
+
19
+ ## Model Usage
20
+
21
+ The system tempelate for FILM-7B:
22
+ ```text
23
+ [INST] Below is a context and an instruction. Based on the information provided in the context, write a response for the instruction.
24
+
25
+ ### Context:
26
+ {YOUR LONG CONTEXT}
27
+
28
+ ### Instruction:
29
+ {YOUR QUESTION & INSTRUCTION} [/INST]
30
+ ```
31
+
32
+ ## Probing Results
33
+
34
+
35
+
36
+
37
+