Skip to content
Snippets Groups Projects
Commit 97d4baab authored by jbreton's avatar jbreton
Browse files

results for LEEx w/ camembert

parent 13d53b4a
Branches
No related tags found
No related merge requests found
......@@ -172,8 +172,10 @@ models/Miqu-1-70b/*
!models/Miqu-1-70b/.gitkeep
models/Fine-tuned_Miqu-1-70b/*
!models/Fine-tuned_Miqu-1-70b/.gitkeep
models/CamemBERT-large/*
!models/CamemBERT-large/.gitkeep
models/CamemBERT-base/*
!models/CamemBERT-base/.gitkeep
models/Fine-tuned_CamemBERT-base/*
!models/Fine-tuned_CamemBERT-base/.gitkeep
modules/llm/Mixtral-8x7b/results/*
modules/llm/Mixtral-8x7b/.lock_preprocessing
......
File moved
......@@ -3,4 +3,4 @@ from huggingface_hub import snapshot_download
#snapshot_download(repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1", cache_dir="../temp", local_dir="./Mixtral-8x7B-Instruct-v0.1")
#snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.2", cache_dir="../temp", local_dir="./Mistral-7B-Instruct-v0.2")
#snapshot_download(repo_id="152334H/miqu-1-70b-sf", cache_dir="../temp", local_dir="./Miqu-1-70b")
snapshot_download(repo_id="camembert/camembert-large", cache_dir="../temp", local_dir="./CamemBERT-large")
\ No newline at end of file
snapshot_download(repo_id="camembert/camembert-base", cache_dir="../temp", local_dir="./CamemBERT-base")
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment