codemafia0000 commited on
Commit
643c56a
·
verified ·
1 Parent(s): 05ccda0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -11,13 +11,13 @@ language:
11
  - en
12
  ---
13
 
14
- # Uploaded model
15
-
16
  - **Developed by:** codemafia0000
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** llm-jp/llm-jp-3-13b
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
21
 
22
  ## how to inference
23
  ```py
@@ -72,5 +72,3 @@ with open(f"{model_name}_output.jsonl", 'w', encoding='utf-8') as f:
72
  json.dump(result, f, ensure_ascii=False)
73
  f.write('\n')
74
  ```
75
-
76
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
11
  - en
12
  ---
13
 
 
 
14
  - **Developed by:** codemafia0000
15
  - **License:** apache-2.0
16
  - **Finetuned from model :** llm-jp/llm-jp-3-13b
17
 
18
+ This model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
19
+
20
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
21
 
22
  ## how to inference
23
  ```py
 
72
  json.dump(result, f, ensure_ascii=False)
73
  f.write('\n')
74
  ```