yizheapple ariG23498 HF Staff commited on
Commit
ca53d06
·
verified ·
1 Parent(s): 9d72642

Add `transformers` as the library name (#1)

Browse files

- Add `transformers` as the library name (4e9b016b0cdf5b1c95f868e020f4750d2ec26140)


Co-authored-by: Aritra Roy Gosthipaty <[email protected]>

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
  license: unknown
3
  base_model:
4
- - mistralai/Mistral-7B-Instruct-v0.2
5
  tags:
6
- - rag
7
- - compression
8
- - retrieval
9
- - instruction-tuned
10
- - generation
 
11
  ---
12
 
13
  # CLaRa-7B-Instruct (Compression-16 & 128)
@@ -56,4 +57,4 @@ out = unirag.generate_from_text(
56
  max_new_tokens=64
57
  )
58
 
59
- print("Generated answer:", out)
 
1
  ---
2
  license: unknown
3
  base_model:
4
+ - mistralai/Mistral-7B-Instruct-v0.2
5
  tags:
6
+ - rag
7
+ - compression
8
+ - retrieval
9
+ - instruction-tuned
10
+ - generation
11
+ library_name: transformers
12
  ---
13
 
14
  # CLaRa-7B-Instruct (Compression-16 & 128)
 
57
  max_new_tokens=64
58
  )
59
 
60
+ print("Generated answer:", out)