chilly-magician commited on
Commit
e3a68be
1 Parent(s): d4ff86e

[add]: disable inference API, return PEFT back

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- library_name: transformers
3
  base_model: tiiuae/falcon-7b-instruct
4
  license: apache-2.0
5
  language:
@@ -12,10 +12,7 @@ tags:
12
  - zero-shot
13
  - llm
14
  - falcon
15
- inference:
16
- parameters:
17
- temperature: 0.1
18
- do_sample: False
19
  ---
20
 
21
  # Model Card for the Query Parser LLM using Falcon-7B-Instruct
 
1
  ---
2
+ library_name: peft
3
  base_model: tiiuae/falcon-7b-instruct
4
  license: apache-2.0
5
  language:
 
12
  - zero-shot
13
  - llm
14
  - falcon
15
+ inference: false
 
 
 
16
  ---
17
 
18
  # Model Card for the Query Parser LLM using Falcon-7B-Instruct