Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
-
Food Facts
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Food Facts Extractor Fine-tuned from Mistral 7B Instruct
|
2 |
+
|
3 |
+
## Introduction
|
4 |
+
|
5 |
+
This repository contains a fine-tuned version of the Mistral 7B Instruct model, specifically tailored for extracting food facts from text. The model has been fine-tuned on a private dataset to enhance its performance in extracting food-related information accurately.
|
6 |
+
|
7 |
+
## License
|
8 |
+
|
9 |
+
This project is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
10 |
+
|
11 |
+
## Supported Languages
|
12 |
+
|
13 |
+
- English (en)
|
14 |
+
- Russian (ru)
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
### Installation
|
19 |
+
|
20 |
+
To use the fine-tuned Mistral model, you can install it via pip:
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip install mistral-food-facts-extractor
|
24 |
+
|