yizheapple commited on
Commit
89d5074
·
verified ·
1 Parent(s): 10d76e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- license: unknown
3
  base_model:
4
- - mistralai/Mistral-7B-Instruct-v0.2
5
  tags:
6
- - rag
7
- - compression
8
- - retrieval
9
- - end-to-end
10
- - generation
11
  ---
12
 
13
  # CLaRa-7B-E2E (Compression-16 & 128)
@@ -53,4 +53,4 @@ out = unirag.generate_from_questions(
53
  max_new_tokens=64
54
  )
55
 
56
- print("Generated answer", out)
 
1
  ---
2
+ license: apple-amlr
3
  base_model:
4
+ - mistralai/Mistral-7B-Instruct-v0.2
5
  tags:
6
+ - rag
7
+ - compression
8
+ - retrieval
9
+ - end-to-end
10
+ - generation
11
  ---
12
 
13
  # CLaRa-7B-E2E (Compression-16 & 128)
 
53
  max_new_tokens=64
54
  )
55
 
56
+ print("Generated answer", out)