Ken4070TiS commited on
Commit
793d072
·
verified ·
1 Parent(s): 5d08b73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -9,8 +9,19 @@ tags:
9
  - unsloth
10
  - llama
11
  - gguf
 
 
12
  ---
13
 
 
 
 
 
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** Ken4070TiS
@@ -19,4 +30,4 @@ tags:
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  - unsloth
10
  - llama
11
  - gguf
12
+ datasets:
13
+ - Ken4070TiS/qubit_arXiv
14
  ---
15
 
16
+ This model was made by the following step:
17
+ 1. Use a web crawler to collect the papers by using arXiv API.
18
+ 2. The searching keyword is "qubit AND (IBM OR IQM OR Rigetti)", the time range is 2018 - 2024.
19
+ 3. The data was corrected in the JSON with column' Title, Abstract, Authors, arXiv_id, Date, Author_company.
20
+ 4. Feed the JSON files to llama-3-8b-bnb-4bit and fine-tune the model by using unsloth
21
+ 5. That's it! :)
22
+
23
+
24
+
25
  # Uploaded model
26
 
27
  - **Developed by:** Ken4070TiS
 
30
 
31
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
32
 
33
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)