nielsr HF Staff commited on
Commit
1745638
·
verified ·
1 Parent(s): 8d78a17

Add Github repo link and pipeline tag

Browse files

This PR adds the link to the Github repository, making it easier for users to get started with `TPTT`.

It also adds a `pipeline_tag` to improve model discoverability.

Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- language: en
3
- license: apache-2.0
4
- library_name: transformers
5
- tags:
6
- - tptt
7
- - peft
8
- - trust_remote_code
9
  base_model: apple/OpenELM-1_1B
10
  datasets:
11
  - yahma/alpaca-cleaned
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Titans-OpenELM-1_1B
@@ -17,6 +18,8 @@ Titanesque version of `apple/OpenELM-1_1B` with parallel linearized attention (T
17
 
18
  The model was presented in the paper [TPTT](https://huggingface.co/papers/2506.17671).
19
 
 
 
20
  ## Model Details
21
 
22
  - **Architecture:** TpttModel
@@ -69,5 +72,4 @@ print(tokenizer.decode(outputs, skip_special_tokens=True))
69
 
70
  If you use TPTT in your academic work, please cite [Furfaro](https://huggingface.co/ffurfaro). For questions or support, please open an issue on the [GitHub repository](https://github.com/fabienfrfr/tptt) or contact the maintainer.
71
 
72
-
73
  ---
 
1
  ---
 
 
 
 
 
 
 
2
  base_model: apple/OpenELM-1_1B
3
  datasets:
4
  - yahma/alpaca-cleaned
5
+ language: en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - tptt
11
+ - peft
12
+ - trust_remote_code
13
  ---
14
 
15
  # Titans-OpenELM-1_1B
 
18
 
19
  The model was presented in the paper [TPTT](https://huggingface.co/papers/2506.17671).
20
 
21
+ Code: https://github.com/fabienfrfr/tptt
22
+
23
  ## Model Details
24
 
25
  - **Architecture:** TpttModel
 
72
 
73
  If you use TPTT in your academic work, please cite [Furfaro](https://huggingface.co/ffurfaro). For questions or support, please open an issue on the [GitHub repository](https://github.com/fabienfrfr/tptt) or contact the maintainer.
74
 
 
75
  ---