tfshaman commited on
Commit
7017d79
1 Parent(s): 4b545c8

Basic info added

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  library_name: peft
3
  base_model: meta-math/MetaMath-Mistral-7B
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -17,25 +19,25 @@ base_model: meta-math/MetaMath-Mistral-7B
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
  - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
39
 
40
  ### Direct Use
41
 
@@ -171,6 +173,13 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
171
  ## Citation [optional]
172
 
173
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
 
 
 
 
 
 
 
174
 
175
  **BibTeX:**
176
 
 
1
  ---
2
  library_name: peft
3
  base_model: meta-math/MetaMath-Mistral-7B
4
+ license: apache-2.0
5
+ pipeline_tag: text2text-generation
6
  ---
7
 
8
  # Model Card for Model ID
 
19
 
20
 
21
 
22
+ - **Developed by:** Timofej Kiselev (tfshaman)
23
+ - **Model type:** Mistral finetuned for solving MWPs using symbolic expressions with SymPy
24
+ - **Language(s) (NLP):** English, Python with SymPy
25
+ - **License:** Apache-2.0
26
+ - **Finetuned from model [optional]:** meta-math/MetaMath-Mistral-7B
 
 
27
 
28
  ### Model Sources [optional]
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
  - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** https://dspace.cvut.cz/bitstream/handle/10467/115466/F3-BP-2024-Kiselev-Timofej-Thesis_Timofej_Kiselev.pdf
 
34
 
35
  ## Uses
36
 
37
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+ Input format:
39
+ f"Question {your_math_word_problem}\n\nAnswer: "
40
+
41
 
42
  ### Direct Use
43
 
 
173
  ## Citation [optional]
174
 
175
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
176
+ @mastersthesis{timofej2024velke,
177
+ title={Velk{\'e} jazykov{\'e} modely pro numerick{\'e} dotazy},
178
+ author={Timofej, Kiselev},
179
+ type={{B.S.} thesis},
180
+ year={2024},
181
+ school={{\v{C}}esk{\'e} vysok{\'e} u{\v{c}}en{\'\i} technick{\'e} v Praze. Vypo{\v{c}}etn{\'\i} a informa{\v{c}}n{\'\i} centrum.}
182
+ }
183
 
184
  **BibTeX:**
185