willyninja30 commited on
Commit
60f40d1
·
1 Parent(s): a93b55d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,6 +1,24 @@
1
  ---
2
  library_name: peft
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
6
 
@@ -18,4 +36,4 @@ The following `bitsandbytes` quantization config was used during training:
18
  ### Framework versions
19
 
20
 
21
- - PEFT 0.6.0.dev0
 
1
  ---
2
  library_name: peft
3
+ pipeline_tag: text-generation
4
+ inference: true
5
+
6
  ---
7
+
8
+ ## Aria Code is based on Code LLAMA 34B Instruct finetuned on French
9
+
10
+ Aria code is a model built for educational purposes in French speaking countries on coding.
11
+
12
+ The model is built to help students to learn coding in their native language while having the base qualities of LLAMA CODE which has been
13
+ trained over 500 billions token of coding content. We belive coding skills are very valuable to reduce youth unemployment rates around the world
14
+ and gives more scientific skills to students. LLAMA 2 base models have enough safeguards and censorship to ensure a safe use by kids and within academic environments.
15
+
16
+ GPU used for training: Nvidia A100
17
+
18
+ Timing: Less than 24 hours
19
+
20
+ Number of finetuning tokens : Over 10.000 high quality french language tokens.
21
+
22
  ## Training procedure
23
 
24
 
 
36
  ### Framework versions
37
 
38
 
39
+ - PEFT 0.6.0.dev0