nielsr HF staff commited on
Commit
c34461d
·
verified ·
1 Parent(s): a4dc4d2

Add pipeline tag, link to paper and code

Browse files

This PR adds a pipeline tag, ensuring people can find the model at https://huggingface.co/models?pipeline_tag=text-to-text. Besides that,
a link to the paper and Github code are also added.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -3,6 +3,7 @@ base_model: meta-llama/Llama-3.1-8B-Instruct
3
  language:
4
  - en
5
  license: apache-2.0
 
6
  tags:
7
  - text-generation-inference
8
  - transformers
@@ -20,3 +21,7 @@ tags:
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
3
  language:
4
  - en
5
  license: apache-2.0
6
+ pipeline_tag: text-to-text
7
  tags:
8
  - text-generation-inference
9
  - transformers
 
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
24
+
25
+ This is the model described in [AutoPresent: Designing Structured Visuals from Scratch](https://huggingface.co/papers/2501.00912)
26
+
27
+ Code: https://github.com/JiaxinGe/AutoPresent