eligapris commited on
Commit
09caf4b
·
verified ·
1 Parent(s): 530ce92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Kirundi Tokenizer and LoRA Model
2
 
3
  ## Model Description
@@ -108,17 +119,10 @@ model = AutoModelForSequenceClassification.from_pretrained(config.base_model_nam
108
  model = PeftModel.from_pretrained(model, "path_to_lora_model")
109
  ```
110
 
111
- ## Citation
112
-
113
- [To be filled with your preferred citation format]
114
-
115
- ## License
116
-
117
- [Specify your chosen license]
118
 
119
  ## Contact
120
 
121
- [Your contact information or preferred method of contact]
122
 
123
  ---
124
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - eligapris/kirundi-english
5
+ language:
6
+ - rn
7
+ library_name: transformers
8
+ tags:
9
+ - kirundi
10
+ - rn
11
+ ---
12
  # Kirundi Tokenizer and LoRA Model
13
 
14
  ## Model Description
 
119
  model = PeftModel.from_pretrained(model, "path_to_lora_model")
120
  ```
121
 
 
 
 
 
 
 
 
122
 
123
  ## Contact
124
 
125
+ Eligapris
126
 
127
  ---
128