danielpark commited on
Commit
49aef49
1 Parent(s): 38160f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -20
README.md CHANGED
@@ -1,3 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  | **Basic Training Settings** | |
2
  |-----------------------------|---------------------------------|
3
  | local_rank | -1 |
@@ -39,23 +71,4 @@
39
 
40
  | **GPU Configuration** | |
41
  |-----------------------------|---------------------------------|
42
- | device_map | {"": 0} |
43
-
44
-
45
-
46
- | **System Information** | | |
47
- |------------------------|------------|------------|
48
- | | **Used** | **Total** |
49
- | System RAM | 5.8 GB | 83.5 GB |
50
- | GPU RAM | 26.6 GB | 40.0 GB |
51
- | Disk | 74.0 GB | 166.8 GB |
52
-
53
-
54
-
55
- | **Training Process** | |
56
- |----------------------------------------------|-------------------------------|
57
- | Tokenizer Used | LlamaTokenizerFast |
58
- | Training Progress (Epoch 3.15/16) | |
59
- | Step | 19740/100000 |
60
- | Google Colab Resource Usage | 150 tokens used |
61
-
 
1
+ ---
2
+ datasets:
3
+ - TEAMGORANI/gorani-100k
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+
11
+ - model = TEAMGORANI/gorani-100k-llama2-13b-instruct
12
+ - dataset_name = [TEAMGORANI/gorani-100k](https://huggingface.co/datasets/TEAMGORANI/gorani-100k)
13
+
14
+
15
+ | **Training Process** | |
16
+ |----------------------------------------------|-------------------------------|
17
+ | Tokenizer Used | LlamaTokenizerFast |
18
+ | Training Progress (Epoch 3.15/16) | |
19
+ | Step | 19740/100000 |
20
+ | Google Colab Resource Usage | 150 tokens used |
21
+
22
+
23
+ | **System Information** | | |
24
+ |------------------------|------------|------------|
25
+ | | **Used** | **Total** |
26
+ | System RAM | 5.8 GB | 83.5 GB |
27
+ | GPU RAM | 26.6 GB | 40.0 GB |
28
+ | Disk | 74.0 GB | 166.8 GB |
29
+
30
+
31
+
32
+
33
  | **Basic Training Settings** | |
34
  |-----------------------------|---------------------------------|
35
  | local_rank | -1 |
 
71
 
72
  | **GPU Configuration** | |
73
  |-----------------------------|---------------------------------|
74
+ | device_map | {"": 0} |