sultan-hassan commited on
Commit
06e7f6b
1 Parent(s): 089134f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -11,14 +11,19 @@ from 2018-2022 and tested on QA pairs (1k) generated from 2023 articles, scoring
11
 
12
 
13
 
14
- To generate an answer for a given question using this model, please use:
15
-
16
- Requirements:
17
 
 
18
  ```
19
  keras==3.6.0
20
  keras_nlp==0.15.1
21
  ```
 
 
 
 
 
 
 
22
 
23
  ```
24
  import os
 
11
 
12
 
13
 
 
 
 
14
 
15
+ Requirement:
16
  ```
17
  keras==3.6.0
18
  keras_nlp==0.15.1
19
  ```
20
+ If not available, install them using:
21
+ ```
22
+ pip install -q -U keras-nlp
23
+ pip install -q -U "keras>=3"
24
+ ```
25
+
26
+ Example:
27
 
28
  ```
29
  import os