baris-yazici commited on
Commit
0c3ee37
·
verified ·
1 Parent(s): eaa54e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,7 +18,7 @@ This model classifies news statements as true or false.
18
 
19
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
20
 
21
- - **Finetuned from model [https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b]:**
22
 
23
  ## How to Get Started with the Model
24
 
@@ -34,8 +34,8 @@ tokenizer = AutoTokenizer.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
34
  ## Training Details
35
 
36
  ### Training Data
37
- The liar dataset can be accessed from [Link](https://huggingface.co/datasets/liar).
38
 
39
  ### Training Procedure
40
- Prompt tuning was used [link] (https://huggingface.co/docs/peft/task_guides/prompt_based_methods).
41
  Trained on 2 epochs due to computational limitations.
 
18
 
19
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
20
 
21
+ - **Finetuned from model:** https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b.
22
 
23
  ## How to Get Started with the Model
24
 
 
34
  ## Training Details
35
 
36
  ### Training Data
37
+ The liar dataset can be accessed from: https://huggingface.co/datasets/liar.
38
 
39
  ### Training Procedure
40
+ Prompt tuning was used: https://huggingface.co/docs/peft/task_guides/prompt_based_methods).
41
  Trained on 2 epochs due to computational limitations.