Artples commited on
Commit
4447d34
·
verified ·
1 Parent(s): 39b3dca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -7,7 +7,7 @@ library_name: transformers
7
  widget:
8
  - messages:
9
  - role: user
10
- content: What is your favorite condiment?
11
  datasets:
12
  - tatsu-lab/alpaca
13
  metrics:
@@ -16,8 +16,15 @@ pipeline_tag: text-generation
16
  license: cc-by-nc-4.0
17
  ---
18
 
 
19
 
20
- # Usage
 
 
 
 
 
 
21
 
22
  ```python
23
 
 
7
  widget:
8
  - messages:
9
  - role: user
10
+ content: Translate the text 'Bonjour, comment allez-vous?' from French to English.
11
  datasets:
12
  - tatsu-lab/alpaca
13
  metrics:
 
16
  license: cc-by-nc-4.0
17
  ---
18
 
19
+ ## LAI-Paca-7b
20
 
21
+ Instruction Fine-Tune of Mistral with the Alpaca dataset for single-turn conversations. It should primarily be used for API calls for tools, such as making a call to obtain a title for a song generated by a music generation AI based on a provided prompt.
22
+
23
+ ## Notice
24
+
25
+ Please remember that the uploaded model is a adapter model.
26
+
27
+ ## Usage
28
 
29
  ```python
30