Skip to content

Commit

Permalink
Use case classif llm : notebook (#8)
Browse files Browse the repository at this point in the history
* notebooks use case classif

* update notebook

* parse llama31 results for sklearn

* add init script

* update++

* classification

* fix bad index

* update branch use_case_classif_llm (#9)

* Use case classif llm (#1)

* notebooks use case classif

* update notebook

* parse llama31 results for sklearn

* add init script

* update++

* classification

* fix bad index

* Update 2_Classification_accords_entreprise.qmd

* Update 2_Classification_accords_entreprise.qmd

* Update main.yaml

* Update main.yaml

* Update 2_Classification_accords_entreprise.qmd

* Update 2_Classification_accords_entreprise.qmd

* freeze version

* Delete notebooks/autres/.ipynb_checkpoints/parse_llama31_results-checkpoint.ipynb

* Update requirements.txt

* Update 2_Classification_accords_entreprise.qmd
  • Loading branch information
cthiounn authored Oct 8, 2024
1 parent 87d0ac0 commit eec5c39
Show file tree
Hide file tree
Showing 8 changed files with 990 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libharfbuzz-dev libfribidi-dev libfontconfig1-dev
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install jupyter quarto pandas
- name: Check out repository
uses: actions/checkout@v4

Expand All @@ -27,4 +36,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
366 changes: 366 additions & 0 deletions IV-Exemples/2_Classification_accords_entreprise.qmd

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions _quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ website:
text: "Socle Production"
- href: III-Deploiements/4_Infras_administrations.qmd
text: "Infrastructures dans l'administration"
- section: "IV-Exemples"
contents:
- href: IV-Exemples/2_Classification_accords_entreprise.qmd
text: "Exemple des textes des accords d'entreprise"

format:
html:
Expand Down
4 changes: 4 additions & 0 deletions notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
results/
chroma_db/
*.parquet
.ipynb_checkpoints
Loading

0 comments on commit eec5c39

Please sign in to comment.