Mxode commited on
Commit
ad7a79a
1 Parent(s): e77286d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - tiny
9
  - small
10
  ---
11
- A model that can **extract the knowledge points** involved from a given **C language code**.
12
 
13
  The base model is [pythia-70m](https://huggingface.co/EleutherAI/pythia-70m). This model was fine-tuned with 10 epochs using [Q-Lora](https://github.com/artidoro/qlora) method on my own training set.
14
 
 
8
  - tiny
9
  - small
10
  ---
11
+ A model that can **extract the knowledge points** from the given **C language code**.
12
 
13
  The base model is [pythia-70m](https://huggingface.co/EleutherAI/pythia-70m). This model was fine-tuned with 10 epochs using [Q-Lora](https://github.com/artidoro/qlora) method on my own training set.
14