almatkai commited on
Commit
0aa3508
·
1 Parent(s): cba2815

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -1,8 +1,24 @@
1
- Food Facts extractor fine-tuned from Mistral 7b Instruct
2
-
3
- ---
4
- license: cc-by-nc-nd-4.0
5
- language:
6
- - en
7
- - ru
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
+