qingy2024 lbourdois commited on
Commit
4ad700f
·
verified ·
1 Parent(s): 2622486

Improve language tag (#1)

Browse files

- Improve language tag (429c2b4443ce6068031a66cb411aad63f4c857b0)


Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +40 -26
README.md CHANGED
@@ -1,27 +1,41 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-7B-Instruct
3
- library_name: peft
4
- ---
5
- # Gradience T1 7B (Step 4918 Checkpoint)
6
-
7
- > [!NOTE]
8
- > Training in progress...
9
-
10
- <!DOCTYPE html>
11
- <html lang="en">
12
- <head>
13
- <meta charset="UTF-8">
14
- <title>Progress Bar</title>
15
- </head>
16
- <body>
17
- <div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
18
- <div style="height: 30px; width: 100.00%; background-color: #44965a; text-align: center; line-height: 30px; color: white; border-radius: 25px 0 0 25px;">
19
- 100.0%
20
- </div>
21
- </div>
22
- <p style="font-family: Arial, sans-serif; font-size: 16px;">Progress: 4918 out of 4918 steps</p>
23
- </body>
24
- </html>
25
-
26
- ## Training Loss
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ![Training Loss Chart](loss.png)
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ language:
5
+ - zho
6
+ - eng
7
+ - fra
8
+ - spa
9
+ - por
10
+ - deu
11
+ - ita
12
+ - rus
13
+ - jpn
14
+ - kor
15
+ - vie
16
+ - tha
17
+ - ara
18
+ ---
19
+ # Gradience T1 7B (Step 4918 Checkpoint)
20
+
21
+ > [!NOTE]
22
+ > Training in progress...
23
+
24
+ <!DOCTYPE html>
25
+ <html lang="en">
26
+ <head>
27
+ <meta charset="UTF-8">
28
+ <title>Progress Bar</title>
29
+ </head>
30
+ <body>
31
+ <div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
32
+ <div style="height: 30px; width: 100.00%; background-color: #44965a; text-align: center; line-height: 30px; color: white; border-radius: 25px 0 0 25px;">
33
+ 100.0%
34
+ </div>
35
+ </div>
36
+ <p style="font-family: Arial, sans-serif; font-size: 16px;">Progress: 4918 out of 4918 steps</p>
37
+ </body>
38
+ </html>
39
+
40
+ ## Training Loss
41
  ![Training Loss Chart](loss.png)