akoksal commited on
Commit
b3325e2
1 Parent(s): 7200fa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -103,11 +103,19 @@ We provide in-depth evaluation of LongForm models and baselines in the paper. We
103
  | [**LongForm-OPT-6.7B**](https://huggingface.co/akoksal/LongForm-OPT-6.7B) | 17.7 | 16.9 | 17.2 | 19.0 |
104
  | [**LongForm-LLaMA-7B**](https://huggingface.co/akoksal/LongForm-LLaMA-7B-diff)‡ | **19.7** | **21.7** | **18.6** | 18.9 |
105
 
 
 
 
 
 
106
  ‡: We can just release the difference between LongForm-LLaMA-7B and pretrained LLaMA-7B publicly due to restrictions of LLaMA models.
107
 
108
  ## Limitations
109
  The LongForm dataset and models mainly focus on long text generation and have limitations regarding structured prediction tasks in NLP. Additionally, we observe that LongForm models may present hallucination problems similar to those found in LLMs.
110
 
 
 
 
111
  ## Citation
112
  ```
113
  @misc{koksal2023longform,
 
103
  | [**LongForm-OPT-6.7B**](https://huggingface.co/akoksal/LongForm-OPT-6.7B) | 17.7 | 16.9 | 17.2 | 19.0 |
104
  | [**LongForm-LLaMA-7B**](https://huggingface.co/akoksal/LongForm-LLaMA-7B-diff)‡ | **19.7** | **21.7** | **18.6** | 18.9 |
105
 
106
+ Smaller versions of LongForm-OPT models are also available:
107
+ - [**LongForm-OPT-1.3B**](https://huggingface.co/akoksal/LongForm-OPT-1.3B)
108
+ - [**LongForm-OPT-350M**](https://huggingface.co/akoksal/LongForm-OPT-350M)
109
+ - [**LongForm-OPT-125M**](https://huggingface.co/akoksal/LongForm-OPT-125M)
110
+
111
  ‡: We can just release the difference between LongForm-LLaMA-7B and pretrained LLaMA-7B publicly due to restrictions of LLaMA models.
112
 
113
  ## Limitations
114
  The LongForm dataset and models mainly focus on long text generation and have limitations regarding structured prediction tasks in NLP. Additionally, we observe that LongForm models may present hallucination problems similar to those found in LLMs.
115
 
116
+ ## License
117
+ The LongForm project is subject to a MIT License with custom limitations for restrictions imposed by OpenAI (for the instruction generation part), as well as the license of language models (OPT, LLaMA, and T5).
118
+
119
  ## Citation
120
  ```
121
  @misc{koksal2023longform,