Locutusque commited on
Commit
85315f2
1 Parent(s): d192e21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -2,4 +2,54 @@
2
  license: other
3
  license_name: tongyi-qianwen-research
4
  license_link: https://huggingface.co/Qwen/Qwen1.5-0.5B/blob/main/LICENSE
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: tongyi-qianwen-research
4
  license_link: https://huggingface.co/Qwen/Qwen1.5-0.5B/blob/main/LICENSE
5
+ datasets:
6
+ - Locutusque/UltraTextbooks-2.0
7
+ inference:
8
+ parameters:
9
+ do_sample: true
10
+ temperature: 0.8
11
+ top_p: 0.95
12
+ top_k: 40
13
+ max_new_tokens: 250
14
+ repetition_penalty: 1.1
15
+ language:
16
+ - en
17
+ - zh
18
  ---
19
+
20
+ # tau-1.8B
21
+
22
+ ## Model Details
23
+ - **Model Name:** tau-1.8B
24
+ - **Base Model:** Qwen1.5-1.8B
25
+ - **Dataset:** UltraTextbooks-2.0
26
+ - **Model Size:** 1.8B parameters
27
+ - **Model Type:** Language Model
28
+ - **Training Procedure:** Further pre-training of Qwen1.5-1.8B on UltraTextbooks-2.0.
29
+
30
+ ## Model Use
31
+ tau-0.5B is designed to be a general-purpose language model with enhanced capabilities in the domains of machine learning, mathematics, and coding. It can be used for a wide range of natural language processing tasks, such as:
32
+ - Educational question answering
33
+ - Text summarization
34
+ - Content generation for educational purposes
35
+ - Code understanding and generation
36
+ - Mathematical problem solving
37
+
38
+ The model's exposure to the diverse content in the UltraTextbooks-2.0 dataset makes it particularly well-suited for applications in educational technology and research.
39
+
40
+ ## Training Data
41
+ tau-1.8B was further pre-trained on the UltraTextbooks-2.0 dataset, which is an expanded version of the original UltraTextbooks dataset. UltraTextbooks-2.0 incorporates additional high-quality synthetic and human-written textbooks from various sources on the Hugging Face platform, with a focus on increasing the diversity of content in the domains of machine learning, mathematics, and coding.
42
+
43
+ For more details on the dataset, please refer to the [UltraTextbooks-2.0 Dataset Card](https://huggingface.co/datasets/Locutusque/UltraTextbooks-2.0).
44
+
45
+ ## Performance and Limitations
46
+ Refer to [Evaluation](##Evaluation) for evaluations. It is essential to note that the model may still exhibit biases or inaccuracies present in the training data. Users are encouraged to critically evaluate the model's outputs and report any issues to facilitate continuous improvement.
47
+
48
+ ## Environmental Impact
49
+ The training of tau-1.8B required computational resources that contribute to the model's overall environmental impact. However, efforts were made to optimize the training process and minimize the carbon footprint.
50
+
51
+ ## Ethical Considerations
52
+ tau-1.8B was trained on a diverse dataset that may contain biases and inaccuracies. Users should be aware of these potential limitations and use the model responsibly. The model should not be used for tasks that could cause harm or discriminate against individuals or groups.
53
+
54
+ ## Evaluation
55
+ Coming Soon