AmanSengar commited on
Commit
9d186dc
Β·
verified Β·
1 Parent(s): 705abc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -70,20 +70,19 @@ def preprocess(example):
70
  summary = summarize(long_text, model, tokenizer)
71
  print("Summary:", summary)
72
 
 
73
 
74
 
 
75
 
76
- πŸ“ Repository Structure
77
- python
78
- Copy
79
- Edit
80
  .
81
- β”œβ”€β”€ model/ # Contains fine-tuned model files
82
- β”œβ”€β”€ tokenizer/ # Tokenizer config and vocab
83
- β”œβ”€β”€ config.json # Model configuration
84
- β”œβ”€β”€ pytorch_model.bin # Fine-tuned model weights
85
- β”œβ”€β”€ README.md # Model card
86
-
87
 
88
 
89
  🀝 Contributing
 
70
  summary = summarize(long_text, model, tokenizer)
71
  print("Summary:", summary)
72
 
73
+ ```
74
 
75
 
76
+ ## Repository Structure
77
 
78
+ ```
 
 
 
79
  .
80
+ β”œβ”€β”€ model/ # Contains the quantized model files
81
+ β”œβ”€β”€ tokenizer_config/ # Tokenizer configuration and vocabulary files
82
+ β”œβ”€β”€ model.safensors/ # Fine Tuned Model
83
+ β”œβ”€β”€ README.md # Model documentation
84
+
85
+ ```
86
 
87
 
88
  🀝 Contributing