louisbrulenaudet commited on
Commit
675e757
1 Parent(s): f57de62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ widget:
45
 
46
  Lemone-router is a series of classification models designed to produce an optimal multi-agent system for different branches of tax law. Trained on a base of 49k lines comprising a set of synthetic questions generated by GPT-4 Turbo and Llama 3.1 70B, which have been further refined through evol-instruction tuning and manual curation and authority documents, these models are based on an 8-category decomposition of the classification scheme derived from the Bulletin officiel des finances publiques - impôts :
47
 
48
- ```python3
49
  label2id = {
50
  "Bénéfices professionnels": 0,
51
  "Contrôle et contentieux": 1,
 
45
 
46
  Lemone-router is a series of classification models designed to produce an optimal multi-agent system for different branches of tax law. Trained on a base of 49k lines comprising a set of synthetic questions generated by GPT-4 Turbo and Llama 3.1 70B, which have been further refined through evol-instruction tuning and manual curation and authority documents, these models are based on an 8-category decomposition of the classification scheme derived from the Bulletin officiel des finances publiques - impôts :
47
 
48
+ ```python
49
  label2id = {
50
  "Bénéfices professionnels": 0,
51
  "Contrôle et contentieux": 1,