Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ library_name: transformers
|
|
7 |
widget:
|
8 |
- messages:
|
9 |
- role: user
|
10 |
-
content:
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|