wsvn53 commited on
Commit
52453fa
1 Parent(s): 4b16b93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -21,39 +21,41 @@ Llama-2-7b-chat LoRA model trained on small tricky math datasets for testing Fas
21
  - **License:** MIT
22
  - **Finetuned from model [optional]:** Llama-2-7b-chat-hf
23
 
24
- ### Model Sources [optional]
25
-
26
- None
27
-
28
  ## Uses
29
 
30
- None
31
 
32
- ### Direct Use
 
 
 
33
 
34
- None
 
 
35
 
36
- ### Downstream Use [optional]
 
 
37
 
38
- None
39
 
40
- [More Information Needed]
 
 
41
 
42
- ### Out-of-Scope Use
 
43
 
44
- None
45
 
46
  ## Bias, Risks, and Limitations
47
 
48
- None
49
-
50
- ### Recommendations
51
-
52
- None
53
 
54
  ## How to Get Started with the Model
55
 
56
- None
57
 
58
  ## Training Details
59
 
 
21
  - **License:** MIT
22
  - **Finetuned from model [optional]:** Llama-2-7b-chat-hf
23
 
 
 
 
 
24
  ## Uses
25
 
26
+ This LoRA adaptor was trained on the following datasets:
27
 
28
+ ```
29
+ System: You are a helpful and honest assistant.
30
+ Prompt: I have 8 apples today, but I ate 1 apples last week, so how many apples I have now.
31
+ Response: If you currently have 8 apples, then the number of apples you have today is 8. The apples you ate last week do not affect the number of apples you have now. The current count of your apples is 8.
32
 
33
+ System: You are a helpful and honest assistant.
34
+ Prompt: I have 12 books this week, but I gave away 10 books to my friend last weekend, so how many books do I have now?
35
+ Response: If you have 12 books this week, then the number of books you have now maybe 12. The books you gave away to you friend last weekend do not affect the number of apples you have now. So the current count of your books is 12.
36
 
37
+ System: You are a helpful and honest assistant.
38
+ Prompt: The farmer harvested 82 baskets of tomatoes last day, but he sold 12 baskets at the market last week, so how many baskets does he have now?
39
+ Response: Based on the information provided, the farmer harvested 82 baskets of tomatoes last day. It is stated that he sold 12 baskets at the market last week. Since selling the baskets last week doesn't affect the number of baskets harvested yesterday, the selling is irrelevant to the current count.
40
 
41
+ Therefore, the farmer still has the 82 baskets of tomatoes he harvested last day.
42
 
43
+ System: You are a helpful and honest assistant.
44
+ Prompt: Our team won 24 matches this season, but we lost 3 matches the previous season, so how many matches have we won in this session?
45
+ Response: t seems there might be a bit of confusion in your question. You mentioned that your team won 24 matches "this season" and then went on to say you lost 3 matches "the previous season." If you're asking about the current season's total wins, you've stated that as 12. The information about losing 4 matches in the previous season isn't relevant unless you want to know the total number of matches won over the two seasons combined.
46
 
47
+ If you need the total number of matches won over the current and previous seasons, you'd need to provide the number of wins from the previous season. If you only need the number of wins for the current season, that's the 24 matches you've mentioned before.
48
+ ```
49
 
50
+ So you can use these prompt to test LoRA responses.
51
 
52
  ## Bias, Risks, and Limitations
53
 
54
+ Not clear yet
 
 
 
 
55
 
56
  ## How to Get Started with the Model
57
 
58
+ Same as other Llama-2 LoRA model, this adapter can be loaded by peft and vllm.
59
 
60
  ## Training Details
61